Skip to content

v12.0.0

Choose a tag to compare

@rmenner rmenner released this 19 Aug 19:58
· 3 commits to master since this release

12.0.0 (2026-08-19)

Bug Fixes

  • correct lg breakpoint token and font-weight custom property in utility classes #294 (be1d204)
  • deps: drop chalk runtime dependency by de-chalking postinstall banner AB#1502836 (ab5a8e6), closes #f26135 #ffd200
  • engines: loosen node engine to >=20 to match other Auro repos AB#1559488 (5c7793c)
  • type: restore Dart Sass <1.90 compatibility in type-generator if() calls #294 (8b2c3d0)
  • type: restore Hawaiian accent letter-spacing opt-out and drop deprecated if() #294 (0851b16), closes AB#1612078

Features

  • type: add data-attribute theme scoping for type custom properties AB#1612078 (852891b)

BREAKING CHANGES

  • WCSS partials must now be loaded with the Sass module system
    (@use/@forward) instead of @import. Scope/prefix and !important are configured
    via @use ... with (...) on manageScope / important rather than global
    variables, and design-token defaults are resolved from
    @aurodesignsystem/design-tokens directly. See MIGRATION.md for the full guide.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com