This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
Releases: Shopify/polaris-tokens
Releases · Shopify/polaris-tokens
v2.12.3
v2.12.2
v2.12.1
v2.12.0
v2.11.0
v2.10.0
- Removed
borderSecondary
,borderSecondaryHovered
, andborderSecondaryDisabled
color variants from thesecondary
role in favor ofborder
and the newly addedborderHovered
andborderDisabled
color variants in theonSurface
role (#115)- Note: This is technically a breaking change although we will continue to ship as minor and patch versions until the new color system is enabled by default in production
v2.9.0
v2.8.2
v2.8.1
v2.8.0
- Added color factory and built modern tokens (#105)
- Added surface disabled variant and updated other variant configs (#101)
- Added TypeScript build for modern tokens, and shifted directory structures to differentiate between legacy and modern tokens (#97)
- Updated variant names and descriptions (#96)
- Added decorative icon variants (#94)
- Built changes from previous release, and added textOnInteractive variant (#93)
- Fixed an issue where legacy themes caused the color factory to throw (#92)
- Updated color variants for consistency with changes in Polaris React (#91)
- Marked the config as optional and the colors as partial (dd3d8fc)
- Added the Color Factory. Long live the Color Factory! (#89)