This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Releases: material-foundation/material-text-accessibility-ios
Releases · material-foundation/material-text-accessibility-ios
v2.0.1
This patch release adds Swift Package Manager support.
- Adding SPM Support (DomenicBianchi01)
- Internal change (Andrew Overton)
- Internal change (Andrew Overton)
- Internal change (Andrew Overton)
- Internal change (Andrew Overton)
v2.0.0
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.
- Update bazel workspace to latest versions. (#22) (featherless)
v1.2.1
This patch release adds various build system-related files.
Non-source changes
- Add missing Info.plist (#21) (Louis Romero)
- Remove obsolete comment (#20) (Brenton Simpson)
- Add support for kokoro and bazel continuous integration. (#19) (featherless)
Release 1.2.0
1.2.0
Enhancements
- Add tvOS as a target platform.
Release 1.1.4
Enhancements
- Removed usage of header_mappings_dir.
- Ran swift 3 update for example.
1.1.3
Enhancements
- Fixed unused variable warning when NS_BLOCK_ASSERTIONS is defined (Adrian Secord).
1.1.2
Enhancements
- Added better warning coverage and fixed a documentation problem (Adrian Secord).
1.1.1
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).