Xaviju
9a3023e5d0
🎉 Add flyout and semantic improvements to main toolbar ( #9480 )
...
Co-authored-by: Xavier Julian <xavier.julian@kaleidos.net>
2026-06-17 21:29:38 +02:00
Eva Marco
bdc9b092c5
⚡ Add proper props checking to several workspace sidebar components ( #10159 )
...
* ⚡ Add memo to sidebar components
* ⚡ Add memo to layout-container component
* ⚡ Add memo to layout-item component
* ⚡ Add memo to constraits component
* ⚡ Add memo to stroke-menu component
* ⚡ Add memo to shadows-menu component
* ⚡ Add memo to blur-menu component
* ⚡ Add memo to frame-grid-menu component
* ⚡ Add memo to grid-cell/options component
* ⚡ Add memo to svg-attrs component
* ⚡ Add check props to text-menu component
* 🐛 Fix CI
2026-06-17 14:39:03 +02:00
Eva Marco
8b20a3da15
🐛 Fix replace text by ref when dropdown is opened by click ( #10174 )
...
* 🐛 Fix replace text by ref when dropdown is opened by click
* 🎉 Add test
2026-06-17 08:39:40 +02:00
Eva Marco
2a098e5b16
🎉 Add background blur ( #10034 )
...
* 🎉 Add background blur
* 🎉 Add test
* 🎉 Add background blur info to plugins API
* 🎉 Suport in wasm for both layer and background blur
* 🐛 Fix failing test
* ♻️ Fix comments
---------
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2026-06-16 19:46:03 +02:00
Andrey Antukh
b391a4c8d3
♻️ Add mcp integration state management refactor ( #10226 )
...
* ♻️ Add mcp integration state management refactor
* 🐛 Fix access tokens do not appear
* ♻️ Refactor some names
* ♻️ Refactor token deletion
---------
Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>
2026-06-16 18:35:30 +02:00
Eva Marco
7863692c98
🐛 Fix fonts select position ( #10192 )
2026-06-16 15:28:27 +02:00
Andrey Antukh
d5e6ea7572
🐛 Fix mcp menu incorrect state when key has not expiration ( #10211 )
2026-06-16 15:05:49 +02:00
Alejandro Alonso
392caa4ec1
Merge pull request #10150 from penpot/elenatorro-remove-to-blob
...
⚡ Replace toBlob to capture snapshots without blocking the main thread
2026-06-16 10:00:46 +02:00
Belén Albeza
d1dd5d9016
🎉 Render guides in wasm ( #10014 )
...
* ✨ Remove guides from svg overlay
* 🎉 Draw guides in wasm
* 🎉 Serialize guides to wasm
* ✨ Store separate and sorted horizontal and vertical guides
* 🎉 Implement collision detection with guides
* 🎉 Right click on guides to change color or remove
* ✨ Implement dragging guides
* 🎉 Edit wasm guides by double clicking them
* 🎉 Implement changing mouse cursor on hovering a guide
* ✨ Show guide pill on hover
* 🎉 Implement removing guide on hovering + Del
* 🔧 Fix lint + fmt errors
* 🎉 Clip out outer board guide lines
* ♻️ Extract common code into guide-pill* component
* 🎉 Draw dotted lines on hovering board guides
* 🐛 Fix board rotation when it has guides
* 🎉 Make foreign guides not visible in focus mode
2026-06-16 09:19:58 +02:00
Andrey Antukh
d44c6250ea
Merge remote-tracking branch 'origin/staging' into develop
2026-06-15 13:04:19 +02:00
Juan de la Cruz
ddeaf3ce2a
✨ Add MCP status button to workspace toolbar with single-tab connection control ( #9930 )
...
* ✨ Add MCP connection badge to the workspace toolbar
* ✨ Add MCP status button with single-tab connection control
* ♻️ Extract component for MCP indicator in the toolbar
* ♻️ Some improvements
---------
Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>
2026-06-15 11:29:25 +02:00
Eva Marco
c66ee1803f
🎉 Toggle color library visibility from the colorpicker shortcut button ( #10129 )
...
* ♻️ Transform a show button to a toggle button on colorpicker
* 🎉 Add test
* 🎉 Add aria-pressed to toggle palette button
2026-06-12 13:30:57 +02:00
Alonso Torres
b2439694af
🐛 Fix float precision in typography line-height/letter-spacing string conversion ( #9973 )
2026-06-12 09:10:36 +02:00
Elena Torro
4a86431dfd
⚡ Replace toBlob to capture snapshots without blocking the main thread
2026-06-11 17:56:46 +02:00
Luis de Dios
9670140448
🐛 Fix first element on shared libraries list does not have border ( #10062 )
2026-06-11 13:35:10 +02:00
Andrey Antukh
70cbb65f9c
Merge remote-tracking branch 'origin/staging' into develop
2026-06-11 13:27:43 +02:00
Andrey Antukh
86d508eaf1
Merge remote-tracking branch 'origin/main' into staging
2026-06-11 13:24:57 +02:00
Alejandro Alonso
38d12b3363
✨ Add hard reload path for renderer menu A/B test ( #10133 )
2026-06-11 13:16:09 +02:00
Andrey Antukh
12e7ea038f
Merge remote-tracking branch 'origin/staging' into develop
2026-06-11 10:58:19 +02:00
Andrey Antukh
3377473f05
Merge remote-tracking branch 'origin/main' into staging
2026-06-11 10:12:12 +02:00
Andrey Antukh
ba9b03268a
⬆️ Update backend and common dependencies ( #10108 )
...
* 🐛 Fix incorrect valkey uri on backend tests
* ⬆️ Update backend dependencies
* ⬆️ Update pnpm dependencies
* 📎 Fix minor linter issues
2026-06-11 10:11:23 +02:00
Alejandro Alonso
435cdcb1d4
🐛 Keep hover on selected text layers in WASM renderer
2026-06-11 09:23:03 +02:00
Dexterity
920a05de74
♻️ Migrate typography sidebar option components to modern syntax ( #9443 )
2026-06-10 18:16:13 +02:00
Dexterity
3ffc76a552
♻️ Migrate token theme-selector components to modern syntax ( #9447 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-10 13:48:11 +02:00
Dexterity
0b60e4e16e
♻️ Migrate flex-controls padding/margin/gap to modern syntax ( #9458 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-10 13:47:48 +02:00
Dexterity
a178de2c69
♻️ Migrate v3 text-editor to modern component syntax ( #9444 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-10 10:57:19 +02:00
Andrey Antukh
7aa720f150
Merge remote-tracking branch 'origin/staging' into develop
2026-06-08 14:36:44 +02:00
Alonso Torres
6808390827
🐛 Fix problem with color picker error ( #10056 )
2026-06-08 13:25:45 +02:00
Elena Torró
60d3c81450
✨ Add wasm rulers ( #9858 )
...
* ✨ Add wasm rulers
* 🔧 Fix dpr on page zoom
Co-authored-by: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
Co-authored-by: Elena Torro <elenatorro@gmail.com>
* 🔧 Change page-switch behavior to refresh rulers and keep blurred snapshot
* 🐛 Restore WASM rulers after WebGL context recovery
Co-Authored-By: Elena Torro <elenatorro@gmail.com>
Co-Authored-By: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
---------
Co-authored-by: Alejandro Alonso <alejandroalonsofernandez@gmail.com>
2026-06-05 07:51:35 +02:00
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
892869b039
🐛 Fix stroke caps misplaced when adding node in middle of path
2026-06-03 16:10:28 +02:00
alonso.torres
e90b14eb37
🐛 Fix grid layout track menu button missing in WebKit/Safari
2026-06-03 16:09:52 +02:00
Dexterity
8b9a7b257f
♻️ Migrate rulers component to modern syntax ( #9437 )
...
* ♻️ Migrate rulers component to modern syntax
* 📎 Remove the usage of mf/memo on rules
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
---------
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-02 18:12:03 +02:00
Dexterity
cb5f59533d
♻️ Migrate color-item asset component to modern syntax ( #9440 )
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-02 18:11:33 +02:00
Andrey Antukh
7517ba1559
Merge remote-tracking branch 'origin/staging' into develop
2026-06-02 10:38:54 +02:00
Andrey Antukh
17fb1c49f8
✨ Redunce the render throttling to 50ms of the layers-tree* component
2026-06-02 10:30:08 +02:00
María Valderrama
7bf519a127
✨ Inherit subscriptions perks to Nitrate
2026-06-02 09:33:02 +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 61cd7573553b1c5e9fc2d7300cf9b2c36b4dcbb6.
* 🔧 Preserve some enhancements and fixes that are still valid
* 🔧 Fix broken integration tests
2026-06-02 09:09:58 +02:00
Andrey Antukh
0044e76cb4
🐛 Revert throttle timeout increase on layers pannel
2026-06-01 14:40:55 +02:00
Andrey Antukh
4a8fb5af53
Merge remote-tracking branch 'origin/staging' into develop
2026-06-01 13:15:57 +02:00
Andrey Antukh
c5de4c27b0
Merge remote-tracking branch 'origin/main' into staging
2026-06-01 12:57:39 +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
Dexterity
a9e88b8fa8
🐛 Translate layout panel header and add-layout options ( #9424 )
...
* 🐛 Translate layout panel header and add-layout options
* ♻️ Wrap shared layout dropdown binding in mf/html
2026-06-01 12:13:56 +02:00
Dexterity
67f6786809
♻️ Migrate plugin-entry to modern component syntax ( #9462 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 11:56:23 +02:00
Dexterity
61d44a374a
♻️ Migrate session-widget to modern component syntax ( #9460 )
...
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-06-01 10:04:54 +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
Belén Albeza
a5c8bcaf9e
🐛 Fix text editor crash when switching from svg to wasm renderer ( #9926 )
...
* 🐛 Fix crash when switching renderers with text editor open
* ♻️ Use new initialized? helper in wasm api
2026-05-29 14:00:49 +02:00
Eva Marco
237fa568e8
🐛 Fix comments
2026-05-29 12:28:10 +02:00
Eva Marco
ba39600192
🐛 Fix show error on name-input
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