Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

78 lines (44 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[3.1.1] - 2023-03-27

  • Update dependencies and tooling

[3.1.0] - 2020-09-25

  • Adjust project to Xcode 12 and tvOS 14

[3.0.0] - 2019-12-20

  • Migrate to Swift 5.0

[2.2.0] - 2018-10-29

  • Use iOSSnapshotTestCase instead of Snap.swift for screenshot tests
  • Support Xcode 10
  • Migrate to Swift 4.2

[2.1.0] - 2017-12-12

  • Add tests
  • Fix bug when using an image as background it was not visiable because being added under the gradient
  • Support customization of isSelected status background color

[2.0.1] - 2017-11-22

  • Adjust as expected when changing gradients

[2.0.0] - 2017-09-21

  • Support Swift 4

[1.0.0] - 2017-07-09

  • Add linter
  • Bugfixing: Cannot close app with Menu button when FocusTvButton has focus

[0.1.4] - 2017-03-24

  • Define FocusTvButton as open to allow subclassing

[0.1.3] - 2017-03-23

  • Bugfixing, title sometimes hidden by the background when using gradients

[0.1.2] - 2017-03-22

  • setNeedsDisplay when changing properties with impact on the ui

[0.1.1] - 2017-03-19

  • Add support for gradients
  • Update dependencies

[0.1.0] - 2016-02-14

  • Support for Swift 3
  • Minor refactors

[0.0.3] - 2016-12-05

  • Add new required file .swift-version

[0.0.2] - 2016-09-26

  • Support for Swift 2.3

[0.0.1] - 2016-09-02

  • Initial release