Andrey Antukh
a32f44a62c
🐛 Use correct error boundary fallback on ui ns
2025-10-17 09:39:58 +02:00
Andrey Antukh
e8e27c25c0
💄 Fix naming on several components under ui ns
...
Following the current naming convention
2025-10-17 09:39:58 +02:00
Andrés Moya
5ad04e0f4c
🐛 Fix error when selecting set in theme
2025-10-16 16:17:16 +02:00
Belén Albeza
9f4db4479c
🐛 Make internal DOM of text editor v2 break words as the render engine does
2025-10-16 15:55:53 +02:00
alonso.torres
66997d2bc9
✨ Add set_children granular methods for performance
2025-10-16 15:33:08 +02:00
Alejandro Alonso
7350329658
🐛 Filter svg attrs supported in wasm
2025-10-16 14:48:22 +02:00
Elena Torró
544b118925
Merge pull request #7361 from penpot/azazeln28-feat-dom-textarea-position
...
🎉 Text Editor DOM textarea position
2025-10-16 14:30:41 +02:00
Aitor Moreno
7ca8bf32b2
🎉 Set DOM text editor element caret
2025-10-16 12:59:24 +02:00
alonso.torres
2e6fb1b9c5
✨ New render small performance optimizations
2025-10-16 12:40:29 +02:00
Alejandro Alonso
8e8d46b314
🐛 Fix performance macros disabled in production mode
2025-10-16 12:01:29 +02:00
Eva Marco
e964f9820e
🐛 Fix tooltip position of proportion lock button ( #7519 )
2025-10-16 11:40:19 +02:00
Eva Marco
24264e7d8a
🎉 Replace numeric inputs on layout menus ( #7488 )
...
* 🎉 Replace numeric inputs on layout menus
* 🎉 Add numeric inputs on gaps
* ♻️ Refactor scss file
* 🐛 Fix comments
2025-10-16 10:05:25 +02:00
Xaviju
5b77df997b
🐛 Remove color validation for non-color tokens in strokes ( #7513 )
2025-10-16 09:54:50 +02:00
Xaviju
968274096d
🐛 Fix visual glitch in transparent background for swatch component ( #7509 )
2025-10-16 09:54:33 +02:00
Elena Torro
e8336a401e
🐛 Do not show resize controls when a selected shape is blocked
2025-10-16 06:43:34 +02:00
Elena Torro
18048a4b2e
🐛 Do not select a blocked frame when clicking its name
2025-10-16 06:42:45 +02:00
Elena Torro
e28d4eaff1
🐛 Do not allow to resize a shape that is blocked from the viewport
2025-10-16 06:42:45 +02:00
Belén Albeza
b057ed1b9a
🐛 Fix scroll on inspect tab
2025-10-15 15:30:27 +02:00
Elena Torro
db59209b21
🌐 Add font-style label on workspace assets
2025-10-15 14:41:15 +02:00
Alejandro Alonso
ffd2aa03a9
Merge pull request #7510 from penpot/alotor-bugfix-pan-with-guides
...
🐛 Fix pan cursor not disabling viewport guides
2025-10-15 13:36:12 +02:00
Xaviju
f1ebcaf635
✨ Add composite typography token to text panel ( #7496 )
2025-10-15 13:21:30 +02:00
alonso.torres
6a4d0f05bc
🐛 Fix pan cursor not disabling viewport guides
2025-10-15 13:02:56 +02:00
Alejandro Alonso
4d751c5acd
Merge pull request #7504 from penpot/azazeln28-feat-webgl-error
...
🎉 Add debug and alert when WebGL is unsupported
2025-10-15 12:51:45 +02:00
Andrey Antukh
1f65e2f560
Merge branch 'staging' into develop
2025-10-15 11:22:03 +02:00
Alejandro Alonso
bf6874a96d
Merge pull request #7460 from penpot/ladybenko-12205-cap-fills-text
...
✨ Cap the amount of text fills
2025-10-15 11:17:32 +02:00
Aitor Moreno
bbb78904fb
🎉 Add debug and alert when WebGL is unsupported
2025-10-15 10:06:02 +02:00
Belén Albeza
e4a3fc3940
✨ Limit the amount of text fills passed to wasm
2025-10-14 16:05:03 +02:00
Belén Albeza
840c1f59bc
🐛 Fix adding/removing identical text fills
2025-10-14 15:34:44 +02:00
Eva Marco
045aa7c788
🎉 Add tokens to color selection ( #7447 )
...
* 🎉 Add tokens to color row
* 🎉 Add color-token to stroke input
* 🐛 Fix change token on multiselection with groups
* 🎉 Create token colors on selected-colors section
* ♻️ Fix comments
2025-10-14 11:17:14 +02:00
Alejandro Alonso
b4cd955484
🐛 Text line-height values are wrong
2025-10-14 07:53:37 +02:00
Xaviju
253605f6cc
🎉 Add text panel to inspect styles tab ( #7413 )
2025-10-13 14:20:55 +02:00
Xaviju
2548bec651
🐛 Fix visual glitch in background for swatch component ( #7468 )
2025-10-13 14:20:14 +02:00
Pablo Alba
1080251d9a
✨ Add missing variant-switch tracking event
2025-10-13 13:01:02 +02:00
Andrey Antukh
1eb6f33bdd
⚡ Enable optional caching of results for file summary RPC methods
2025-10-13 12:32:29 +02:00
Alejandro Alonso
2b7bd8fa5c
🐛 Fix deleted files are accesible
2025-10-13 12:24:05 +02:00
Andrey Antukh
5717708b56
♻️ Refactor file storage
...
Make it more scallable and make it easily extensible
2025-10-13 12:24:05 +02:00
Andrey Antukh
30e139ed10
🔥 Remove binary fills flag ( #7462 )
...
* 🐛 Add missing IEmptyableCollection protocol impl for wasm Shape
* 🔥 Remove frontend-binary-fills flag
* ✨ Fix fill-limit integration tests
---------
Co-authored-by: Belén Albeza <belen@hey.com>
2025-10-13 12:14:25 +02:00
Xavier Julian
9e676a7ab2
🐛 Fix unnecesarily overcomplated key generation
2025-10-13 11:30:47 +02:00
Xavier Julian
3d1933411b
🐛 Fix broken layout when multiple fill/strokes with tokens
2025-10-13 11:30:47 +02:00
Luis de Dios
a9a9245ab6
🐛 Fix component number has no singular translation string ( #7469 )
2025-10-13 11:22:25 +02:00
Eva Marco
adafe0648c
♻️ Fix component schemas ( #7481 )
2025-10-13 11:20:43 +02:00
Alonso Torres
40e9a78f67
✨ Add telemetry for events performance measures ( #7457 )
2025-10-08 14:03:09 +02:00
Luis de Dios
544bedf7c2
🎉 Reorder properties for a component ( #7429 )
...
* 🎉 Reorder properties when a component with variants is selected
* 🎉 Reorder properties when a single variant is selected
* ♻️ Refactor SCSS and component structure
* 📚 Update changelog
* 📎 PR changes (styling)
* 📎 PR changes (functionality)
2025-10-08 11:27:01 +02:00
Pablo Alba
640894acd8
🐛 Fix Restoring a variant from another file makes it overlap ( #7448 )
2025-10-07 16:01:59 +02:00
Andrey Antukh
2c1a8b59ba
✨ Add client header check middleware
...
As an additional csrf protection for API requests
2025-10-07 12:47:14 +02:00
Eva Marco
ea1ab7c23b
🐛 Fix modal title on edit token ( #7453 )
...
* 🐛 Fix modal title on edit token
* 🐛 Fix font size on numeric input
* ♻️ Update color token border on hover
* ♻️ Use swatch component on token pill
2025-10-07 12:11:40 +02:00
Eva Marco
31af6aebbd
🐛 Fix swatch error on text without fills ( #7451 )
2025-10-07 10:08:46 +02:00
Andrey Antukh
683db071d6
Merge remote-tracking branch 'origin/staging' into develop
2025-10-06 12:09:57 +02:00
Alonso Torres
d5b743c604
🐛 Fix problem with text in plugins ( #7446 )
2025-10-06 11:19:33 +02:00
Andrey Antukh
67661674e2
✨ Make deleted fonts fixer to run with more granular stragegy
...
Instead of running it on all the file, only run it to local library
and the current page, reducing considerably the overhead of analyzing
the whole file on each file load.
It stills executes for page each time the page is loaded, and add
some kind of local cache for not doing repeated work each time page
loads is pending to be implemented in other commit.
2025-10-06 09:38:01 +02:00