Minor Changes
-
#530
370ed7bThanks @drwpow! -⚠️ Breaking change: lint on plugins no longer runs on individual files, rather, the full set once merged.If your lint plugin is not using the
srccontext value, no changes are needed. If it is, you’ll need to instead read from thesourcesarray, and look up sources with a token’ssource.locfilename manually. This change was because lint rules now run on all files in one pass, essentially. -
#530
370ed7bThanks @drwpow! -⚠️ [Plugin API] Minor breaking change: token.originalValue may be undefined for tokens created with $ref. This shouldn’t affect any tokens or plugins not using $refs. But going forward this value will be missing if the token was created dynamically via $ref. -
#589
8f32d44Thanks @michaelurban! - feat: add typography shorthand, improve Sass plugin
Patch Changes
-
#530
370ed7bThanks @drwpow! - Validation moved to lint rules, which means token validation can be individually configured, and optionally extended. -
#553
e63a627Thanks @Sidnioulz! - Add support for the Token Listing format -
#568
67c75beThanks @drwpow! - Fix border tokens not cascading correctly across modes