All Versions
14
Latest Version
Avg Release Cycle
114 days
Latest Release
1280 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    September 12, 2017

    Xcode 9 and 3.2+ is now required.

    ๐Ÿ”„ Changes
    This library has been migrated to Swift 4.

    No API changes.

    ๐Ÿ‘ Swift 3.2 Support

    ๐Ÿš€ If your project is using Swift 3.2, you can still use this release by overriding the SWIFT_VERSION to be 4.0 in your Podfile.

    post\_install do |installer| installer.pods\_project.targets.each do |target| if target.name == 'TvOSMoreButton' target.build\_configurations.each do |config| config.build\_settings['SWIFT\_VERSION'] = '4.0'endendendend
    

    ๐Ÿš€ Or, you can use the previous release, 1.0.2, which does not require the post_install hook and will compile just fine with Xcode 9 and Swift 3.2.

    ๐Ÿฑ ๐ŸŽ‰

  • v1.0.2 Changes

    ๐Ÿš€ Released on 2017-04-23.

    ๐Ÿ‘Œ Support More Localizations: ๐Ÿ‡ฒ๐Ÿ‡ฝ, ๐Ÿ‡ฏ๐Ÿ‡ต, ๐Ÿ‡ณ๐Ÿ‡ฑ, ๐Ÿ‡ณ๐Ÿ‡ด, ๐Ÿ‡ท๐Ÿ‡บ

    No API changes.

    โž• Added

    The TvOSMoreButton is now localized in:

    Espaรฑol Mexicano ๐Ÿ‡ฒ๐Ÿ‡ฝ
    Japanese ๐Ÿ‡ฏ๐Ÿ‡ต
    Dutch ๐Ÿ‡ณ๐Ÿ‡ฑ
    Norwegian ๐Ÿ‡ณ๐Ÿ‡ด Russian ๐Ÿ‡ท๐Ÿ‡บ

  • v1.0.1 Changes

    ๐Ÿš€ Released on 2017-03-25.

    ๐Ÿ‘Œ Support More Localizations: ๐Ÿ‡ฉ๐Ÿ‡ช, ๐Ÿ‡ซ๐Ÿ‡ท, ๐Ÿ‡ช๐Ÿ‡ธ, ๐Ÿ‡ฎ๐Ÿ‡น

    No API changes.

    โž• Added

    The TvOSMoreButton is now localized in:

    Espaรฑol ๐Ÿ‡ฉ๐Ÿ‡ช
    French ๐Ÿ‡ซ๐Ÿ‡ท
    Deutsch ๐Ÿ‡ช๐Ÿ‡ธ
    Italian ๐Ÿ‡ฎ๐Ÿ‡น

  • v1.0.0 Changes

    ๐Ÿš€ Released on 2017-03-09.

    ๐ŸŽ‰ Initial Release ๐ŸŽ‰