From 224b656d57344fd863a8c1ad3e86c6a5b235ee3e Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 1 Jul 2024 10:40:38 +0200 Subject: [PATCH] Add CHANGELOG --- .../src/app/main/ui/workspace/tokens/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/CHANGELOG.md b/frontend/src/app/main/ui/workspace/tokens/CHANGELOG.md index 16a7ef809..35d40bdfb 100644 --- a/frontend/src/app/main/ui/workspace/tokens/CHANGELOG.md +++ b/frontend/src/app/main/ui/workspace/tokens/CHANGELOG.md @@ -18,8 +18,22 @@ If possible add video here from PR as well ## Changes +### 2024-07-01 - Disallow creating tokens at existing paths + +Disallow creating tokens at an existing path. + +[Video](https://github.com/tokens-studio/tokens-studio-for-penpot/assets/1898374/557990fe-efe7-445b-8a1d-824396049db7 +) + +Example: +We've got a token with `borderRadius.sm`, so we can't allow to create a token at `borderRadius` or `borderRadius.sm`. +But we can allow creating a token at `borderRadius.md`. + + ### 2024-06-26 - Disallow special characters in token name +- Only allows digits, letters and `-` as a part of a token name + [Video](https://github.com/tokens-studio/tokens-studio-for-penpot/assets/1898374/7c59c0cc-d6e1-4b0d-9646-9a27eafcccc4 )