You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the use of "value"/"type"/"description" as token names or token group names, at the sacrifice of now no longer being able to combine non-DTCG and DTCG syntax within the same token dictionary.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@
22
22
23
23
### Patch Changes
24
24
25
-
- 0c1a36f: Fix small issue in type w3c delegate utility type tracking.
26
-
- 0c1a36f: Expose typeW3CDelegate utility. Don't take "value" into account anymore to determine that it's a design token, use $value.
25
+
- 0c1a36f: Fix small issue in type DTCG delegate utility type tracking.
26
+
- 0c1a36f: Expose `typeDtcgDelegate` utility. Don't take `value` into account anymore to determine that it's a design token, use `$value`.
27
27
28
28
## 4.0.0-prerelease.9
29
29
30
30
### Minor Changes
31
31
32
-
- 294fd0e: Support W3C Draft specification for Design Tokens, by adding support for $value, $type and $description properties.
32
+
- 294fd0e: Support Design Token Community Group Draft specification for Design Tokens, by adding support for $value, $type and $description properties.
0 commit comments