Eva Marco
c3f107e830
🎉 Add color list to colorpicker ( #9953 )
...
* 🎉 Add color list to colorpicker
* 🎉 Improve performance
* 🎉 Add accessibility roles
* 🎉 Add test
* 🎉 Add empty state
2026-06-04 08:47:00 +02:00
alonso.torres
6a0f24e691
🐛 Fix view mode child click blocked by parent mouse-leave interaction overlay
2026-06-03 16:10:13 +02:00
alonso.torres
e90b14eb37
🐛 Fix grid layout track menu button missing in WebKit/Safari
2026-06-03 16:09:52 +02:00
Andrey Antukh
feca7cef41
Merge remote-tracking branch 'origin/staging' into develop
2026-06-02 17:50:45 +02:00
Belén Albeza
7fdd2ceb5c
🐛 Fix crash when dismissing the restore version modal ( #9969 )
2026-06-02 11:33:06 +02:00
Aitor Moreno
d0f6d5b3a1
♻️ Refactor render pipeline ( #9891 )
...
* ♻️ Refactor viewbox
* 🎉 Add draw_atlas alternative to draw tiles
* 🐛 Fix minor glitches
* ♻️ Change how process_animation_frame works
* ♻️ Refactor document atlas
* ♻️ Refactor max texture size
* ♻️ Refactor entrypoints and dead_code
2026-06-02 09:38:52 +02:00
Andrés Moya
06c9a18ab0
🔧 Revert migration for tokens with clashing names ( #9950 )
...
* Revert "🐛 Detect duplicated token names in the whole library (#9034 )"
This reverts commit 61cd757355 .
* 🔧 Preserve some enhancements and fixes that are still valid
* 🔧 Fix broken integration tests
2026-06-02 09:09:58 +02:00
Eva Marco
53a4d2a18a
🐛 Fix CI ( #9952 )
2026-06-01 17:47:17 +02:00
Andrey Antukh
4a8fb5af53
Merge remote-tracking branch 'origin/staging' into develop
2026-06-01 13:15:57 +02:00
Alejandro Alonso
88f2366c6f
🎉 Enable render switch and wasm info by default and simplify feature helpers to use pre-computed features set ( #9942 )
...
The setup-wasm-features function is the single source of truth for
resolving the renderer choice (URL param > profile preference > team
flags), storing the result in state[:features]. Several helpers were
re-deriving the same priority chain independently, duplicating logic:
- wasm-enabled?, wasm-url-override, wasm-url-override-ref
- enabled-by-flags?, enabled-without-migration?
This change removes all duplicated helpers and simplifies the
remaining functions to rely exclusively on the pre-computed
:features set:
- active-feature? — now just checks (contains? (:features state)
feature) without special-casing render-wasm/v1
- use-feature — uses the reactive features-ref for all features
- initialize/recompute-features effects — use the local features
binding directly
Since :features is rebuilt by setup-wasm-features on every
initialization and recompute, this preserves correctness while
eliminating ~50 lines of duplicated code.
2026-06-01 12:52:34 +02:00
John Eismeier
c156559f2c
📚 Fix several typos on code comments and messages ( #9946 )
...
Signed-off-by: John E <jeis4wpi@outlook.com >
2026-06-01 09:43:07 +02:00
Luis de Dios
0b56fd2f77
🐛 Fix locked flex and grid elements cannot be selected in viewer role ( #9865 )
...
* 🐛 Fix locked flex and grid elements cannot be selected in viewer role
* ✨ Add playwright test
2026-06-01 08:30:27 +02:00
Eva Marco
ba39600192
🐛 Fix show error on name-input
2026-05-29 12:28:10 +02:00
Andrés Moya
05cceab768
🔧 Add small adjustments and spanish translation
2026-05-29 12:28:10 +02:00
Andrés Moya
429103d076
🐛 Fix errors when token name conflicts with group name
2026-05-29 12:28:10 +02:00
Eva Marco
7843bb1208
♻️ Fix regression and add test
2026-05-28 15:06:29 +02:00
Juanfran
5c5ee73f2d
🐛 Fix createToken calls missing textFieldType argument
2026-05-28 09:36:33 +02:00
Belén Albeza
0dd40776f8
🐛 Fix default path stroke thickness
2026-05-27 14:47:11 +02:00
Andrey Antukh
1a1c7355e2
Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
2026-05-27 13:37:17 +02:00
Andrey Antukh
3858993a57
Merge remote-tracking branch 'origin/staging' into develop
2026-05-27 13:37:02 +02:00
Eva Marco
5ffec3e5e9
🐛 Fix shadow token creation
2026-05-27 13:06:47 +02:00
Eva Marco
0c568b0b2d
🐛 Fix highlight on token pill ( #9829 )
2026-05-26 16:25:18 +02:00
Eva Marco
10074bc700
🎉 Add combobox test ( #9864 )
2026-05-26 10:52:09 +02:00
alonso.torres
eafd261ca6
🐛 Add a e2e test for undo after renaming
2026-05-26 09:46:18 +02:00
Eva Marco
9439d63682
🐛 Fix rename on non empty page ( #9850 )
2026-05-26 08:58:09 +02:00
Eva Marco
f3f697b4a2
🐛 Fix colorpicker inputs ( #9793 )
2026-05-25 10:45:49 +02:00
Eva Marco
017f1d9994
🐛 Fix filter tokens to be case-sensitive ( #9800 )
...
* 🐛 Fix filter tokens to be case-sensitive
* ♻️ Add test
2026-05-25 07:47:58 +02:00
Belén Albeza
3fd114550f
🐛 Fix library update tab UX ( #9812 )
...
* 🐛 Fix update library modal UI not working properly when updating a lib
* ✨ Add playwright test for bug 14214
2026-05-21 19:50:12 +02:00
Eva Marco
857aa4175c
🐛 Fix Numeric inputs rejects values with leading whitespaces
2026-05-20 17:38:16 +02:00
Eva Marco
371bd58878
👷 Fix develop CI ( #9779 )
2026-05-20 15:28:07 +02:00
Eva Marco
27df2aebfc
🐛 Fix token pill not updating when token name is equal token group ( #9742 )
2026-05-19 18:58:18 +02:00
Alejandro Alonso
197c7c0f9a
Merge remote-tracking branch 'origin/staging' into develop
2026-05-19 17:00:21 +02:00
Elena Torró
d9ee28229c
🐛 Toggle token path on token rename
2026-05-19 11:35:30 +02:00
Eva Marco
e854309049
🎉 Add typography token row to multiselected texts ( #9128 )
...
* 🐛 Fix text multiselection messages
* ♻️ Add tooltip to typography tooltip
* ♻️ Improve copy and add detach buttons
2026-05-19 09:47:04 +02:00
Eva Marco
44f4c43f15
🐛 Fix apply tokens on token creation ( #9713 )
2026-05-19 09:40:10 +02:00
Andrey Antukh
595ec599c6
Merge remote-tracking branch 'origin/staging' into develop
2026-05-18 20:00:47 +02:00
Eva Marco
53530e958a
🐛 Fix incorrect warning when token applied ( #9708 )
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz >
Co-authored-by: Andrey Antukh <niwi@niwi.nz >
2026-05-18 16:26:28 +02:00
Andrey Antukh
6f41a2b729
Merge remote-tracking branch 'origin/staging' into develop
2026-05-18 15:24:02 +02:00
Andrés Moya
ab284febf7
🐛 Fix token application to grid padding ( #9630 )
2026-05-18 13:32:28 +02:00
Andrés Moya
25ee8dee78
🐛 Fix editing a text element detaches applied tokens ( #9525 )
2026-05-18 12:28:48 +02:00
alonso.torres
b2bfd627ae
🐛 Fix problem with viewer texts
2026-05-18 11:00:45 +02:00
Marina López
83183e15c6
✨ Adapt subscription page to selfhost ( #9466 )
2026-05-18 07:39:18 +02:00
Belén Albeza
fc36fb0959
🐛 Fix text editor being hidden to Playwright when empty text ( #9682 )
2026-05-15 12:04:51 +02:00
Andrey Antukh
06986e25a3
Merge remote-tracking branch 'origin/staging' into develop
2026-05-11 14:06:31 +02:00
Belén Albeza
0639ca53de
✨ Implement WebGL context restoring ( #9317 )
...
* ✨ Implement asset re-uploading to wasm
* ✨ Show toast instead of error screen when webgl context is lost
* 🎉 Recover context after webgl context restored event
* 🎉 Set Read-only mode when the context has been lost
* ✨ Disable scroll & zoom when context loss
* ✨ Fix stale reload payload
* ✨ Use existing debounce util to take screenshots
* ✨ Implement design / ux specs
* ✨ Fix playwright test by looking for toast, not error page
2026-05-11 13:15:45 +02:00
BitToby
6aeccb1208
🎉 Add selection size badge below bounding box ( #9210 )
...
* 🎉 Add selection size badge below bounding box
Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com >
* 💄 Address review comments
Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com >
* 💄 Move selection size badge text styles to SCSS class
---------
Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com >
Signed-off-by: BitToby <218712309+bittoby@users.noreply.github.com >
Co-authored-by: Andrey Antukh <niwi@niwi.nz >
2026-05-08 14:20:24 +02:00
Andrés Moya
61cd757355
🐛 Detect duplicated token names in the whole library ( #9034 )
...
* 🐛 Detect duplicated token names in the whole library
* 🔧 Review comments
* 🐛 Prevent and repair token themes with inexistent sets
* 🔧 Convert tokens lib migration into file migration
2026-05-08 08:26:15 +02:00
Xaviju
0ea3ea332f
🎉 Display autocomplete combobox on token creation ( #9109 )
...
Co-authored-by: Eva Marco <evamarcod@gmail.com >
2026-05-06 12:40:23 +02:00
Eva Marco
a2bcbe81dd
🎉 Add token numeric inputs for inputs on right sidebar ( #9143 )
...
Co-authored-by: Xavier Julian <xavier.julian@kaleidos.net >
2026-05-04 13:02:19 +02:00
Alejandro Alonso
164f0cba7a
Merge remote-tracking branch 'origin/staging' into develop
2026-05-04 11:56:07 +02:00