Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Releases: material-foundation/material-text-accessibility-ios

v2.0.1

04 Mar 20:50
Compare
Choose a tag to compare

This patch release adds Swift Package Manager support.

v2.0.0

05 Dec 21:43
Compare
Choose a tag to compare

This major release upgrades the bazel dependencies and workspace. This change is breaking for anyone
using bazel to build this library. In order to use this library with bazel, you will also need to
upgrade your workspace versions to match the ones now used in this library's WORKSPACE file.

v1.2.1

18 Dec 14:42
Compare
Choose a tag to compare

This patch release adds various build system-related files.

Non-source changes

Release 1.2.0

22 Mar 20:58
Compare
Choose a tag to compare

1.2.0

Enhancements

  • Add tvOS as a target platform.

Release 1.1.4

16 Dec 21:50
Compare
Choose a tag to compare

Enhancements

  • Removed usage of header_mappings_dir.
  • Ran swift 3 update for example.

1.1.3

19 Sep 14:52
Compare
Choose a tag to compare

Enhancements

  • Fixed unused variable warning when NS_BLOCK_ASSERTIONS is defined (Adrian Secord).

1.1.2

11 Aug 18:12
Compare
Choose a tag to compare

Enhancements

  • Added better warning coverage and fixed a documentation problem (Adrian Secord).

1.1.1

02 Aug 19:03
Compare
Choose a tag to compare

Enhancements

  • Added support for continuous code coverage analysis (Sean O'Shea).
  • Added unit tests for textColorOnBackgroundImage (Sean O'Shea).
  • Documentation clean ups (Sean O'Shea).

1.1.0

20 Jun 15:49
Compare
Choose a tag to compare
Enhancements
  • Added a isLargeForContrastRatios: advanced method to test a UIFont instance against the W3C's
    definition of "large" text.

1.0.2

06 Jun 21:54
Compare
Choose a tag to compare
Bug Fixes
  • Updated authors in the podspec to properly refer to Google.