This repository has been archived by the owner on May 6, 2024. It is now read-only.
1.2.0
What's Changed
Added
WCAG
submodule to house the current.GetContrastRatio
and.GetContrastingColour
methods.APCA
submodule, which contains an updated version of.GetContrastRatio
.- Implemented colour blindness simulation under the
Blind
submodule.- Supports the Trichroma-, Protan-, Deutan-, Tritan- and Achroma- groups.
- Includes friendly "
Enums
" for non-scientists.
- Documentation site using moonwave.
- TypeScript alias for
.GetContrastingColour
in root namespace (previously only Luau).
Changed
.GetContrastRatio
and.GetContrastingColour
now redirect to theWCAG
submodule.- Updated toolchain to use rojo 7; fixed other dependencies to an exact version.
Removed
- Removed
rotriever.toml
to drop support for kayak and other rotriever-based package managers.
Full Changelog: 1.1.1...1.2.0