alonso.torres
99151fe530
🐛 Fix problem with update live sidebar values
2026-03-12 17:30:57 +01:00
Alejandro Alonso
0c778d7278
🐛 Consolidate WASM text content update and resize into a single change
2026-03-12 12:21:06 +01:00
Alejandro Alonso
70ef763bfe
🐛 Fix text width not applied on first change for auto-width texts in WASM viewport
2026-03-12 08:25:36 +01:00
Andrey Antukh
3e60de9582
🐛 Backport merge issues fixes from develop.
2026-03-11 20:16:32 +01:00
Elena Torró
af7a9b4589
Merge pull request #8584 from penpot/azazeln28-fix-13577-auto-width-fixed-width-regression
...
🐛 Fix auto-width/fixed-width regression
2026-03-11 16:32:23 +01:00
Andrey Antukh
0708b0f334
Merge remote-tracking branch 'origin/staging' into staging-render
2026-03-11 15:45:55 +01:00
Aitor Moreno
e380886f51
🐛 Fix auto-width/fixed-width regression
2026-03-10 20:51:40 +01:00
Andrey Antukh
9f66220caa
🐛 Fix flex layout container horizontalSizing/verticalSizing via plugin API ( #8555 )
...
Setting horizontalSizing/verticalSizing on a FlexLayoutProxy was
dispatching update-layout-child instead of update-layout, so the
frame's auto-sizing (hug content) was never triggered even though
the getter read back the value correctly.
Also restricts accepted values to #{:fix :auto} (matching shape.cljs)
since frames cannot use :fill, and fixes a copy-paste error that
reported :horizontalPadding instead of :horizontalSizing in error messages.
Signed-off-by: Andrey Antukh <niwi@niwi.nz >
2026-03-10 15:01:23 +01:00
Aitor Moreno
3112b0d8cf
🐛 Fix grow options not verifying text-editor/v2 ( #8571 )
2026-03-10 15:01:23 +01:00
Andrey Antukh
68fbacf8b3
Merge tag '2.14.0-RC2'
2026-03-10 14:38:58 +01:00
Alejandro Alonso
3e0cef4a3c
🐛 Fix embedded editor deselect text shape
2026-03-10 07:39:13 +01:00
Elena Torro
d948761090
🐛 Fix WebGL context lost error to raise an exception and show the exception page
2026-03-09 17:05:10 +01:00
Alejandro Alonso
bdfa176b2f
Merge pull request #8526 from penpot/azazeln28-feat-double-click-word-boundary-selection
...
🎉 Add word boundary selection
2026-03-09 12:53:30 +01:00
Eva Marco
c59cc4dff4
🐛 Fix tooltip position on absolute positioned elements ( #8509 )
...
* 🐛 Fix tooltip position on absolute positioned elements
* 🐛 Fix tests
2026-03-09 12:11:39 +01:00
Belén Albeza
2ace44c9e5
✨ Create wasm_error macro to handle Wasm errors differentiating critical vs recoverable
2026-03-09 07:22:32 +01:00
Alejandro Alonso
da372099f7
🐛 Fix cut copy paste
2026-03-04 13:20:11 +01:00
Aitor Moreno
0b41a910bf
🎉 Add word boundary selection
2026-03-04 10:59:46 +01:00
Eva Marco
cc3033735b
🐛 Fix showing warning when no shape is selected ( #8515 )
2026-03-04 10:58:36 +01:00
Andrey Antukh
c3f5117757
🐛 Fix unhandled exception on using decimals on stroke row ( #8405 )
2026-03-04 09:47:14 +01:00
Andrey Antukh
86e851f408
🐛 Fix incorrect version visibility on workspace ( #8463 )
...
* 🐛 Add missing order by clause to snapshot query
This fixes the incorrect snapshot visibility when file
has a lot of versions.
* ⚡ Reduce allocation on milestone-group* component
* 🐛 Fix milestone group timestamp formatting
* 📎 Update changelog
* 🐛 Fix scroll on history panel
---------
Co-authored-by: Eva Marco <evamarcod@gmail.com >
2026-03-04 09:27:51 +01:00
Andrey Antukh
a4351d133b
✨ Add minor improvements to error reporting ( #8402 )
2026-03-04 09:12:19 +01:00
Andrey Antukh
b704a7da0e
🐛 Fix inconsistency between plugins api doc and impl for shadows ( #8454 )
...
Related to offset-x and offset-y attributes.
2026-03-04 09:09:27 +01:00
Andrey Antukh
478f631df5
🐛 Don't throw exception when picker is closed and image is still uploading ( #8453 )
...
* ✨ Add notification tag to media uploading
This avoid hidding error messages once the upload
is finished.
* 🐛 Don't throw exception when picker is closed and image is still uploading
2026-03-04 09:07:15 +01:00
Aitor Moreno
95aa63374c
♻️ Refactor Text Editor v3
2026-03-03 15:49:26 +01:00
Andrey Antukh
57b9efbcd7
🐛 Fix redo operation on commenting on workspace ( #8455 )
2026-03-03 09:50:23 +01:00
Andrés Moya
31478c6afc
🐛 Fix validation of shadow token with missing keys ( #8507 )
2026-03-02 16:17:12 +01:00
Andrey Antukh
585a2d7523
🐛 Fix merge issues
2026-03-02 14:02:05 +01:00
Andrey Antukh
0644bd817e
Merge remote-tracking branch 'origin/staging' into staging-render
2026-03-02 12:20:08 +01:00
Aitor Moreno
740e790585
🎉 Add active-features? helper function ( #8490 )
2026-02-27 12:12:27 +01:00
Elena Torro
2bd7c10e09
🔧 Fix variable name from wrong merge
2026-02-26 12:19:20 +01:00
Juan de la Cruz
7066afa01a
🎉 Add new slides 2.14 content ( #8478 )
2026-02-26 12:19:15 +01:00
Elena Torro
495371c079
🐛 Fix rotation token highlight and its application on the text-editor-v2
2026-02-26 11:57:11 +01:00
Andrey Antukh
0fef5b7e5d
⚡ Memoize variant props on layer-item
2026-02-26 11:13:31 +01:00
Andrey Antukh
8a1fdd9dd1
⚡ Reduce watchers for layer-item rename mechanism
2026-02-26 11:13:31 +01:00
Andrey Antukh
a080a9e646
⚡ Add micro optimizations to layer-item component
2026-02-26 11:13:31 +01:00
Andrey Antukh
a728d5a5f2
💄 Add minor cosmetic changes to filters-tree component
2026-02-26 11:13:30 +01:00
Andrey Antukh
6072234230
⚡ Add more selective debouncing for layers-tree
2026-02-26 11:13:30 +01:00
Andrey Antukh
41f2877801
⚡ Reduce allocation on layers-tree component
2026-02-26 11:13:30 +01:00
Andrey Antukh
e2576d049a
💄 Add minor cosmetic changes on event listening
2026-02-26 11:13:30 +01:00
Andrey Antukh
4db9c373e6
💄 Fix component naming style related to layer-item
2026-02-26 11:13:30 +01:00
Andrey Antukh
09a9407867
💄 Change props naming on layer-item and related components
2026-02-26 11:13:30 +01:00
Andrey Antukh
7be03e2ea6
⚡ Remove usage of use-var on layer-item
...
Focus on use more basic primitves on performance
sensitive components
2026-02-26 11:13:30 +01:00
Eva Marco
9345902a62
🐛 Fix cannot apply second token after creation while shape is selected ( #8476 )
2026-02-26 10:53:25 +01:00
Alonso Torres
a4190df073
🐛 Fix problem with flex.appendChild with naturalOrdering on plugins API ( #8470 )
2026-02-26 10:47:44 +01:00
Eva Marco
47dae090ed
🐛 Add notification to token applied during text edition ( #8434 )
2026-02-26 10:24:48 +01:00
Aitor Moreno
05165ce014
🐛 Fix board title cropped using wrong side
2026-02-26 09:35:56 +01:00
Aitor Moreno
96677713fc
🐛 Fix 45 rotated board doesn't show title properly
2026-02-26 09:34:15 +01:00
alonso.torres
f41eca12f4
🐛 Fix problem with frame title movement
2026-02-25 14:14:08 +01:00
Andrés Moya
c72e9ee1a0
🐛 Convert token values for the plugins
2026-02-25 14:04:20 +01:00
Andrés Moya
ba87ea1a44
🔧 Add tokenscript flag and more validations to token values
2026-02-25 14:04:20 +01:00