TvOSMoreButton v1.2.3 Release Notes

Release Date: 2019-01-16 // over 5 years ago
  • ๐Ÿš€ This release adds new functionality, focusableMode to define when the button should be focused (#29).

    0๏ธโƒฃ By default, the focusable mode is set to auto. When the text is too long the button will be focusable, else it will not be focusable. This is the current behavior.

    In addition, you can set the focusable mode to manual(_ isFocusable: Bool). This mode will force the button to be always be focused or never be focused.

    • โž• Added focusableMode property (#29) via Roman Gritsuk

    ๐Ÿฑ Personal thanks to everyone who contributed! ๐Ÿ™‡

    ๐Ÿฑ Let make 2019 a great year together! ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป