Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Releases: Shopify/polaris-tokens

v2.12.3

08 Apr 18:18
Compare
Choose a tag to compare
  • Updated the font stack so that Segoe UI comes before Roboto. (#131)

v2.12.2

25 Mar 17:26
Compare
Choose a tag to compare
  • Loosened the type of the first argument of color-factory to account for stricter merge checks in Typescript 3.8 (#130)

v2.12.1

18 Mar 20:05
Compare
Choose a tag to compare
  • Adjusted Figma metadata for variants. Adjusted description of one variant. (#126)

v2.12.0

18 Mar 20:05
Compare
Choose a tag to compare
  • Added variants for border subdued roles (#123)

v2.11.0

18 Mar 20:04
Compare
Choose a tag to compare
  • Added missing variants (#121)
  • Updated hover variants (#120)
  • Updated color variants to use saturationAdjustmentFn instead of saturation (#119)

v2.10.0

05 Mar 23:38
Compare
Choose a tag to compare
  • Removed borderSecondary, borderSecondaryHovered, and borderSecondaryDisabled color variants from the secondary role in favor of border and the newly added borderHovered and borderDisabled color variants in the onSurface 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

04 Mar 00:30
Compare
Choose a tag to compare
  • Added Figma color name metadata (#110)

v2.8.2

04 Mar 00:30
Compare
Choose a tag to compare
  • Fixed an issue where dev environment utils and types were exported (#113)

v2.8.1

27 Feb 16:37
Compare
Choose a tag to compare
  • Updated color variants to match Figma (#108)
  • Updated interactiveCritical description (#107)

v2.8.0

25 Feb 13:44
Compare
Choose a tag to compare
  • 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)