From f98009ec5476e5c57b623073bc43eae5f87f15fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?andr=C3=A9s=20gonz=C3=A1lez?= Date: Thu, 20 Mar 2025 16:39:14 +0100 Subject: [PATCH] :books: Add Design Tokens to the Changelog (#6112) --- CHANGES.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fdf1439c3e..cbd35507d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ### :rocket: Epics and highlights +- Design Tokens + ### :boom: Breaking changes & Deprecations ### :heart: Community contributions (Thank you!) @@ -13,6 +15,15 @@ - [COMMENTS] "Mark All as Read" Functionality in Dashboard [Taiga #9235](https://tree.taiga.io/project/penpot/us/9235) - [COMMENTS] Bubble Groups [Taiga #9236](https://tree.taiga.io/project/penpot/us/9236) - Change templates carrousel [Taiga #9803](https://tree.taiga.io/project/penpot/us/9803) +- [DESIGN TOKENS] Tokens CRUD. Types added: Color, Opacity, Border radius, Dimension, Sizing, Spacing, Rotation and Stroke. +- [DESIGN TOKENS] Create references (alias) that point to other tokens. +- [DESIGN TOKENS] Math operations in token values. +- [DESIGN TOKENS] Sets CRUD, grouping and reordering. +- [DESIGN TOKENS] Multidimensional Themes and Sets management. +- [DESIGN TOKENS] Apply/Remove tokens to/from elements from the Tokens tab. +- [DESIGN TOKENS] Integration with components. +- [DESIGN TOKENS] Import and export tokens from a JSON file. +- [DESIGN TOKENS] Apply Themes and Sets at document level. ### :bug: Bugs fixed @@ -29,7 +40,7 @@ ## 2.5.4 -### :sparkles: New features +### :heart: Community contributions (Thank you!) - Add support for WEBP format on shape export [Github #6053](https://github.com/penpot/penpot/pull/6053) and [Github #6074](https://github.com/penpot/penpot/pull/6074)