From d2509f4b97223b87ff9a96e5ddf21a818a1bf0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Mon, 2 Sep 2024 16:39:56 +0200 Subject: [PATCH] :books: Update changelog with the latest DS features --- CHANGES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27fdcc1b2..20f1ba877 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,10 +59,16 @@ registration only for OIDC authentication backend [Github #4882](https://github.com/penpot/penpot/issues/4882) -- https://tree.taiga.io/project/penpot/us/8145 - - Update templates in libraries & templates in dashboard modal [Taiga #8145](https://tree.taiga.io/project/penpot/us/8145) +- **Design System** + + We implemented and subbed in new components from our Design System: `loader*` ([Taiga #8355](https://tree.taiga.io/project/penpot/task/8355)) and `tab-switcher*` ([Taiga #8518](https://tree.taiga.io/project/penpot/task/8518)). + +- **Storybook** [Taiga #6329](https://tree.taiga.io/project/penpot/us/6329) + + The Design System components are now published in a Storybook, available at `/storybook`. + ### :bug: Bugs fixed - Fix wrong props on padding input [Taiga #8254](https://tree.taiga.io/project/penpot/issue/8254)