Pablo Alba
fae488b15a
🐛 Fix after changing a variant property value, the value appears as empty ( #7791 )
2025-11-21 17:51:12 +01:00
alonso.torres
ca2cf18a49
🐛 Fix problems with text editor size
2025-11-21 13:17:43 +01:00
alonso.torres
c2026918a4
✨ Improve cache rendering
2025-11-20 17:33:37 +01:00
Alejandro Alonso
7e33a7c1a7
Merge pull request #7666 from penpot/azazeln28-feat-allow-disabling-rich-paste
...
🎉 Add an option to enable and disable HTML paste
2025-11-20 14:17:16 +01:00
Aitor Moreno
d73be5832b
🎉 Add an option to enable and disable HTML paste
2025-11-20 13:33:51 +01:00
Alejandro Alonso
e1f2fca4af
Merge pull request #7771 from penpot/elenatorro-12541-improve-text-selection-and-cursor
...
✨ Improve text shape selection
2025-11-20 13:33:48 +01:00
Alejandro Alonso
d331c5ad83
Merge pull request #7769 from penpot/niwinz-develop-exporter-refactor
...
✨ Remove exporter dependency on shared-fs on scaling
2025-11-20 12:44:34 +01:00
Andrey Antukh
81632a03dd
♻️ Make exporter upload resources using backend management api
...
Instead of custon shared fs approach. This commit fixes the main
scalability issue of exporter removing the need of shared-fs
for make it work with multiple instances.
2025-11-20 12:20:13 +01:00
Elena Torro
624bdaec88
✨ Show text cursor in the entire text rect
2025-11-20 11:42:07 +01:00
Eva Marco
d26c08f8e2
♻️ Replace token forms ( #7759 )
...
* 🎉 Create dimensions form
* 🎉 Create text-case form
* 🎉 Create color form
* ♻️ Remove unused code on form file
2025-11-20 11:04:39 +01:00
Alejandro Alonso
4f54469629
Merge pull request #7747 from penpot/niwinz-develop-storage-changes
...
✨ Make the binfile exportation process more reliable
2025-11-20 07:58:57 +01:00
Andrey Antukh
3136096123
🔧 Add general improvements to integration tests
...
This commit marks as skip (temporal) several flaky/randomly-failing
tests.
It also moves the integration test execution from circleci to github
actions.
2025-11-19 18:23:44 +01:00
Andrey Antukh
3b52051113
✨ Fix closure compiler issues on clipboard js impl
...
With minor naming fixes
2025-11-19 18:23:44 +01:00
Aitor Moreno
32e1b55658
♻️ Refactor clipboard
2025-11-19 18:23:44 +01:00
Andrey Antukh
e9d177eae3
✨ Make the binfile export process more resilent to errors
...
The current binfile export process uses a streaming technique. The
major problem with the streaming approach is the case when an error
happens on the middle of generation, because we have no way to
notify the user about the error (because the response is already
is sent and contents are streaming directly to the user
client/browser).
This commit replaces the streaming with temporal files and SSE
encoded response for emit the export progress events; once the
exportation is finished, a temporal uri to the exported artifact
is emited to the user via "end" event and the frontend code
will automatically trigger the download.
Using the SSE approach removes possible transport timeouts on export
large files by sending progress data over the open connection.
This commit also removes obsolete code related to old binfile
formats.
2025-11-19 17:28:55 +01:00
Xaviju
3b2bb5f225
♻️ Follow translations guidelines on several inspect components ( #7766 )
...
Signed-off-by: Xaviju <xavier.julian@kaleidos.net>
2025-11-19 13:03:25 +01:00
alonso.torres
8fd17c9c84
🐛 Fix problem not checking feature flag
2025-11-18 13:05:29 +01:00
alonso.torres
0a01fc8af9
🐛 Fix problem with selection and text shapes for new render
2025-11-18 09:34:17 +01:00
Eva Marco
7fe965a870
🎉 Add new form system on workspace ( #7738 )
...
* 🎉 Add new form system on border-radius token modals
* ♻️ Create new namespace and separate components
* ♻️ Refactor submit button
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-11-17 13:44:56 +01:00
Andrés Moya
3cc54fd988
🎉 Add design tokens to plugins API ( #7602 )
...
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2025-11-14 11:14:56 +01:00
Xaviju
2233f34a15
🎉 Set default button behaviour as type button instead of submit ( #7741 )
2025-11-14 10:25:38 +01:00
Eva Marco
450ce869ba
🐛 Fix gap on export section on sidebar
2025-11-14 09:08:33 +01:00
alonso.torres
639952abc8
🐛 Fix problems with text positioning in layout
2025-11-13 12:31:26 +01:00
alonso.torres
c1638817b2
🐛 Fix problem with frame titles not moving
2025-11-13 12:31:26 +01:00
Eva Marco
05bea14a88
🐛 Fix review selected colors ( #7715 )
...
* 🐛 Fix gap between token sets
* 🐛 Show token selected on color selecction modal
2025-11-12 10:04:29 +01:00
Andrey Antukh
e1a275c7a9
Merge remote-tracking branch 'origin/staging' into develop
2025-11-11 14:07:07 +01:00
Eva Marco
e45994e836
🐛 Fix color row opacity ( #7550 )
2025-11-11 13:30:08 +01:00
Pablo Alba
7de95e108b
🐛 Fix crash when using decimal values for X/Y or width/height ( #7722 )
2025-11-10 11:28:00 +01:00
Luis de Dios
fa25307c05
🐛 Fix correct alignment of property names ( #7717 )
2025-11-09 17:52:11 +01:00
Eva Marco
2eaeb8e9a5
🐛 Fix flex children subgrid gap
2025-11-07 13:49:45 +01:00
Luis de Dios
f00fd1d5a8
🎉 Use toggle for switching boolean variant property names ( #7564 )
2025-11-07 09:47:57 +01:00
Alejandro Alonso
61202e1cab
Merge pull request #7698 from penpot/elenatorro-fix-word-breaking-different-browsers
...
🔧 Fix cross-browser text issues
2025-11-06 12:34:22 +01:00
Elena Torro
f496ba78f3
🔧 Fix cross-browser text issues
2025-11-06 12:20:02 +01:00
alonso.torres
a230d2fcf6
✨ Improve tile rendering updating
2025-11-05 17:16:06 +01:00
Eva Marco
bb65782d08
🎉 Add sidebar css variables ( #7645 )
...
* 🎉 Add sidebar css variables
* 🎉 Explain more in depth the grid structure
2025-11-05 14:06:26 +01:00
Andrey Antukh
132f7d6d3e
♻️ Add minor refactor on tokens main form ( #7690 )
2025-11-05 10:37:38 +01:00
Alejandro Alonso
b2a9c55874
Merge pull request #7674 from penpot/elenatorro-12478-fix-new-lines
...
🐛 Fix new lines issues
2025-11-05 10:13:41 +01:00
Andrey Antukh
c850f101d3
Merge remote-tracking branch 'origin/staging' into develop
2025-11-04 12:49:57 +01:00
Eva Marco
21fb38e5bd
🐛 Fixes some problems with dropdowns and token inputs ( #7640 )
...
* 🐛 Fix apply color token on strokes
* 🐛 Fix size and position of some numeric inputs
* 🐛 Fix padding token application
* ♻️ Fix ci
* 🐛 Fix selected color tick
* 🐛 Fix comments and design review
2025-11-04 12:39:41 +01:00
Luis de Dios
37aa59b164
🐛 Fix hidden advanced frame grid options menu ( #7681 )
2025-11-04 11:57:52 +01:00
Elena Torro
24e4ece323
🐛 Fix line-height rendering on empty lines
2025-11-04 11:25:14 +01:00
Elena Torro
e673035817
🔧 Filter out empty paragraph content
2025-11-04 09:57:13 +01:00
Luis de Dios
6c7661b04d
🐛 Fix add missing use in SCSS
2025-11-03 12:47:25 +01:00
Alejandro Alonso
3ad4b0a453
Merge pull request #7657 from penpot/elenatorro-12448-fix-text-tabs
...
🐛 Fix tabs rendering
2025-11-03 11:53:20 +01:00
Andrey Antukh
481fa44f18
Merge remote-tracking branch 'origin/staging' into develop
2025-11-03 11:41:13 +01:00
Elena Torro
d18a018236
🔧 Fix tab rendering with the text editor
2025-11-03 11:02:28 +01:00
Luis de Dios
95fdd75030
🐛 Fix misaligned right sidebar menus
2025-11-03 08:34:09 +01:00
Andrey Antukh
6815806669
Merge remote-tracking branch 'origin/staging' into develop
2025-10-31 18:15:12 +01:00
Andrés Moya
99e8b22672
🐛 Fix theme validation when still no tokens library exists
2025-10-31 16:04:50 +01:00
Alejandro Alonso
aa15232cc7
Merge pull request #7648 from penpot/alotor-performance-improvements
...
✨ Add performance improvements for wasm render
2025-10-31 12:22:14 +01:00