Skip to content

Releases: Workday/canvas-tokens

@workday/[email protected]

07 Oct 19:58
Compare
Choose a tag to compare

Documentation

- docs: Add Version Support SLA (#123) (@alanbsmith)

Web Tokens

- fix(web): Fix type and breakpoints tokens (#124) (@RayRedGoose, Raisa Primerova)
Type tokens have been fixed to refer to system font tokens instead of base. Breakpoints tokens have been fixed to have px value instead of rem.

@workday/[email protected]

03 Jul 19:09
Compare
Choose a tag to compare

Web Tokens

- fix: Fix type file generation to export types instead of declarations (#120) (@RayRedGoose)
Type generation has been updated to fix a type issue happening for user who doesn't use --skipLibCheck. Now generated type files contains types (export declare const cinnamon100: "--cnvs-base-palette-cinnamon-100";) instead of value declarations (export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;).

@workday/[email protected]

03 May 21:48
Compare
Choose a tag to compare

Web Tokens

- chore: Sync tokens and update SD config to handle new changes (#115) (@alanbsmith, @RayRedGoose)
⚠️ BREAKING CHANGES:
- color.bg.positive.soft has been renamed to color.bg.positive.softer for consistency.
- Figma specific tokens: typescale, level, shadow has been excluded from base web tokens.
- Depth token values has been updated from the base token reference to raw value, base shadow values has been removed

Other
- JSDoc has been updated to include the base token info

@workday/[email protected]

03 May 21:48
Compare
Choose a tag to compare

Patch Changes

@workday/[email protected]

18 Apr 22:39
Compare
Choose a tag to compare

Documentation

- docs: Add system color stories (#102) (@alanbsmith)

Infrastructure

- chore: Add workflow for project board (#104) (@jaclynjessup)
- chore: Add Figma-only tokens to filter out (#108) (@RayRedGoose)
Sync script has been updated by adding Figma-only token to filter. This change will exclude Figma-only tokens from the web token json.
- chore: Update Style Dictionary transform (#110) (@RayRedGoose)
Bug fixing of generating wrong value for colors with alpha and replacing transparent colors by transparent value. New transforms has been added to handle text values of font-weight and px values of line-height. Transforms for font-family and letter-spacing have been updated to support different token types, transform for flatten-rgba has been updated to handle spaces and percentage alpha.
- chore: Sync Tokens Studio config 🤖 (#112) (@alanbsmith, @RayRedGoose)
Incorrect value of sys.color.static.orange.default token has been changed to the correct cantaloupe.400. Token Studio structure has been updated for Figma only (types and font-weight, line-height values changes).

@workday/[email protected]

01 Apr 22:01
Compare
Choose a tag to compare

Infrastructure

- chore: Add transform to handle opacity as percentage (#100) (@RayRedGoose)

Other

- feat: Add missing system color tokens (@alanbsmith)

@workday/[email protected]

21 Mar 03:34
Compare
Choose a tag to compare

Infrastructure

- chore: Fix tokens-config sync script (@alanbsmith)

Other

- chore: Retry 1.1.1 release (@alanbsmith)
- chore: Fix forward-merge action (@alanbsmith)

@workday/[email protected]

11 Mar 15:41
Compare
Choose a tag to compare

Infrastructure

- chore: Add Token Studio sync action (#85) (@alanbsmith)
- chore: Bump actions/checkout to v4 (#89) (@alanbsmith)
- chore: Update Release Automation (#91) (@alanbsmith)

@workday/[email protected]

17 Jan 23:53
Compare
Choose a tag to compare

Infrastructure

- chore: Update build and release scripts (#72) (@alanbsmith)
- feat: Add skip condition to forward merge (#74) (@RayRedGoose)

Other

- chore: Sync Tokens Studio config 🤖 (#79) (@alanbsmith, @RayRedGoose, @mannycarrera4)

@workday/[email protected]

08 Dec 16:22
Compare
Choose a tag to compare

Infrastructure

- fix: Fix release script (#70) (@alanbsmith)