Skip to content

v11.7.1

Latest

Choose a tag to compare

@primer primer released this 20 Apr 08:26
· 1 commit to main since this release
a374d37

Patch Changes

  • #1355 4f52045 Thanks @lukasoppermann! - Fix Figma base scale output for override themes (dark-dimmed, dark-high-contrast, light-high-contrast) to include all tokens. Previously, inherited tokens (e.g. neutral, black, transparent) retained the parent theme's collection name and were missing from the override theme's Figma collection.

  • #1353 9558473 Thanks @lukasoppermann! - Improve npm script names for consistency and clarity

    • Rename build:configbuild:types
    • Rename validate:contrastcheck:contrast
    • Rename format:fixformat and formatformat:check
    • Rename install:storybookstorybook:install and start:storybookstorybook
    • Add check script combining lint, format check, test, and build
    • Fix double clean in build pipeline (prebuild + explicit clean)
    • Add --max-warnings=0 to lint script
    • Fix double-space typo in format command
    • Normalize ./scripts/scripts/ path prefixes