Andrey Antukh
4a8fb5af53
Merge remote-tracking branch 'origin/staging' into develop
2026-06-01 13:15:57 +02:00
Andrey Antukh
9e12e413ca
🐛 Fix typo in icon name elipse to ellipse ( #9948 )
...
Rename the icon file and fix the icon ID from "elipse" (single "l")
to "ellipse" (double "l") across the codebase.
The root cause was a mismatch: the icon file/ID was named "elipse"
but get-shape-icon returns "ellipse" for circle shapes. Since the
icon* component validates icon-id against the auto-generated
icon-list set, the string "ellipse" failed validation.
Changes:
- Rename frontend/resources/images/icons/elipse.svg to ellipse.svg
- Fix icon def in icon.cljs: ^:icon-id elipse -> ^:icon-id ellipse
- Fix deprecated icon in icons.cljs: ^:icon elipse -> ^:icon ellipse
- Fix usage in top_toolbar.cljs: deprecated-icon/elipse -> ellipse
- Fix usage in history.cljs: deprecated-icon/elipse -> ellipse
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 12:49:24 +02:00
Juan de la Cruz
af81818b97
✨ Add new release 2.16 slides ( #9940 )
...
* ✨ Add new slides for the 2.16 release
* 🎉 Add new slide gif images
2026-06-01 09:59:10 +02:00
Marina López
1688741c21
✨ Separate penpot from rest of organizations ( #9753 )
2026-05-22 08:50:07 +02:00
Juanfran
e6848170c8
🎉 Show dedicated screen when Nitrate is unavailable
2026-05-21 14:47:32 +02:00
andrés gonzález
310bf6fd6a
💄 Change auth illustration ( #9552 )
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-14 16:25:53 +02:00
andrés gonzález
7e7bf7c458
✨ Update Open Graph and link preview metadata ( #9557 )
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-14 16:23:57 +02:00
Andrey Antukh
a004219405
Merge remote-tracking branch 'origin/staging' into develop
2026-04-29 19:28:02 +02:00
Andrey Antukh
8b29ca61c6
Merge remote-tracking branch 'origin/main-staging' into staging
2026-04-29 19:23:38 +02:00
Juan de la Cruz
40ee1960a1
📚 Add 2.15.0 onboarding slides ( #9172 )
...
* 🎉 Add new slides content
* 🎉 Add new slides imgs
* 🐛 Fix a typo
2026-04-28 10:21:56 +02:00
Eva Marco
b8be89f231
🐛 Update onboarding image ( #8902 )
2026-04-08 11:00:59 +02:00
Eva Marco
72fd637ec2
♻️ Refactor small numeric inputs ( #8660 )
...
* ♻️ Refactor individual border radius inputs
* ♻️ Refactor layer opacity input
* ♻️ Refactor stroke width inputs and add icon only selects
* ♻️ Fix comments on PR
2026-03-23 11:00:29 +01:00
Marina López
1b8871df8e
✨ Update image nitrate modal
2026-03-16 14:23:23 +01:00
Pablo Alba
08845ad2d4
✨ Add organization selection for nitrate ( #8619 )
2026-03-13 09:16:12 +01:00
Juan de la Cruz
7066afa01a
🎉 Add new slides 2.14 content ( #8478 )
2026-02-26 12:19:15 +01:00
Andrey Antukh
ea25c5db99
🔥 Remove unused svg from frontend resources
2026-01-27 08:55:17 +01:00
Andrey Antukh
43ae213659
✨ Replace login illustration svg with a correct bitmap ( #8170 )
2026-01-23 09:59:29 +01:00
Andrey Antukh
84f1ff092d
Merge remote-tracking branch 'origin/staging' into develop
2026-01-19 11:10:37 +01:00
Juan de la Cruz
2a62bd2586
🎉 Add 2.13 release slides ( #8116 )
2026-01-19 11:09:58 +01:00
Pablo Alba
0d5fe6e527
🐛 Fix wrong register image
2026-01-15 11:25:12 +01:00
Pablo Alba
e7230d9da4
🐛 Fix wrong image in the onboarding invitation block
2026-01-15 11:25:12 +01:00
Juan de la Cruz
648e660bcf
🎉 Add new content and images for the slides of 2.12 ( #7874 )
...
* 🎉 Add new slide's content
* 🎉 Add new slides images
* 📎 Fix clj fmt
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-12-03 13:26:55 +01:00
Juan de la Cruz
d906f05a6f
🎉 Add 2.11 release slides and images ( #7606 )
2025-10-31 08:54:19 +01:00
Marina López
fede63ac0b
✨ Update Design System template in carousel
2025-10-07 12:14:12 +02:00
Natacha
b602df549e
✨ Add new shadow icons ( #7416 )
...
* ✨ Adds new shadow icons
Signed-off-by: Natacha <natachamenjibar@gmail.com>
* ✨ Add shadow icons
Signed-off-by: Natacha <natachamenjibar@gmail.com>
* ✨ Adds shadow icons
Signed-off-by: Natacha <natachamenjibar@gmail.com>
* 📎 Fix wrong svg
Signed-off-by: Natacha <natachamenjibar@gmail.com>
* 📎 Fix wrong svg
Signed-off-by: Natacha <natachamenjibar@gmail.com>
* 📎 Fix wrong svg
Signed-off-by: Natacha <natachamenjibar@gmail.com>
---------
Signed-off-by: Natacha <natachamenjibar@gmail.com>
2025-10-01 17:11:19 +02:00
Juan de la Cruz
658303fa36
🎉 Add 2.10 release slides ( #7293 )
2025-09-12 15:06:18 +02:00
Eva Marco
33fc578f96
🎉 Add numeric-input component to DS
...
A new numeric-input impl compatible with tokens
2025-08-25 18:52:39 +02:00
Andrey Antukh
433e61bc4e
Merge remote-tracking branch 'origin/staging' into develop
2025-08-04 11:52:24 +02:00
Juan de la Cruz
baa1cfb2f8
🎉 Add 2.9 release slides ( #7019 )
2025-08-01 14:59:11 +02:00
Juanfran
6def5e285b
🐛 Apply design review fixes for variant connection help ( #11186 ) ( #7016 )
2025-07-31 12:26:04 +02:00
Juanfran
72b1919e29
✨ Add in-app help to guide users about variant rules
2025-07-02 14:46:36 +02:00
Kelp
b893a62e40
✨ Add new typography icon to the DS ( #6808 )
...
Signed-off-by: Kelp <5446186+NatachaMenjibar@users.noreply.github.com>
2025-06-30 11:06:54 +02:00
Andrey Antukh
9760911fce
Merge remote-tracking branch 'origin/staging' into develop
2025-06-25 14:24:26 +02:00
Marina López
1f42f032fc
🐛 Add fixes for subscription design review ( #6751 )
...
* 🐛 Fix from subscription design review
* 📎 Fixes PR feedback
2025-06-25 13:41:45 +02:00
Marina López
82bedda604
✨ Add tokens library to dashboard carousel ( #6769 )
2025-06-25 10:22:19 +02:00
Andrey Antukh
34bbce5089
Merge remote-tracking branch 'origin/staging' into develop
2025-06-23 10:06:05 +02:00
ºelhombretecla
1b041d949c
💄 Add new content for 2.8 release slides ( #6729 )
...
* 💄 Add new content for 2.8 release slides
* 📎 Fix linter issues
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-06-23 09:43:55 +02:00
Kelp
71afccbeb5
✨ Adds new font-size icon to the DS
...
Signed-off-by: Kelp <5446186+NatachaMenjibar@users.noreply.github.com>
2025-06-18 15:55:13 +02:00
Eva Marco
ab0219876e
✨ Add numeric token type ( #6575 )
...
* ✨ Add numeric type token
* 🐛 Fix comments
2025-06-05 09:33:54 +02:00
Marina López
e5bc369e56
✨ Visual indicators subscription for teams and project settings ( #6546 )
...
* ✨ Visual indicators subscription for teams and project settings
* 📎 Fixes PR feedback
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-26 12:56:40 +02:00
Andrey Antukh
0df2a12814
Merge remote-tracking branch 'origin/staging' into develop
2025-05-22 13:34:46 +02:00
Eva Marco
99fb905070
🐛 Fix at icon ( #6540 )
2025-05-22 13:15:09 +02:00
Eva Marco
8f7c63d6e2
✨ Add base font fallback ( #6468 )
...
* ✨ Add base font fallback
* ♻️ Add asserts to change-builder
* 🐛 Change fn name
2025-05-20 17:27:04 +02:00
Eva Marco
55d21761fc
✨ Add multi file import on tokens ( #6444 )
...
* ✨ Implement token multi-file import
* ♻️ Refactor import modal UI
* 🐛 Fix comments
---------
Co-authored-by: Florian Schroedl <flo.schroedl@gmail.com>
2025-05-19 16:12:46 +02:00
ºelhombretecla
e6b5618bd3
🎉 Add 2.7 release slides ( #6440 )
2025-05-12 11:38:00 +02:00
Marina López
f2977cf938
✨ Visual indicators for unlimited tier users ( #6270 )
...
* ✨ Visual indicators for unlimited tier users
* ♻️ Refactor to organize properly subscription
* ♻️ Refactor with PR feedback
* 💄 Add minor cosmetic changes
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-04-15 12:47:37 +02:00
Xavier Julian
b6f2a434cf
✨ Display inactive set warning
2025-04-10 15:02:30 +02:00
ºelhombretecla
535e8653a0
🎉 Add slides for version 2.6 ( #6176 )
2025-03-28 09:42:09 +01:00
Pablo Alba
3268225941
🎉 Add variations POC
2025-02-17 16:47:25 +01:00
Elhombretecla
680e611266
🎉 Add slides for 2.5 version
2025-02-14 15:41:27 +01:00