Aitor Moreno
aaa57cb17f
🐛 Fix inline styles in code tab ( #6428 )
2025-05-20 10:05:35 +02:00
Alonso Torres
ba25ce3098
🐛 Fix share button being displayed with no permissions ( #6476 )
...
* 🐛 Fix share button being displayed with no permissions
* ✨ Simplify impl by accessing perms from teams directly
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-15 09:49:29 +02:00
Andrey Antukh
79a164be6d
🐛 Fix exception on paste invalid html
2025-05-14 16:07:01 +02:00
alonso.torres
ecb85778bc
🐛 Fix problem with path edition of shapes
2025-05-14 14:45:29 +02:00
Andrey Antukh
86bcd1b681
🐛 Fix issue on shortcuts restore operation ( #6462 )
...
* 🐛 Fix issue on shortcuts restore operation
Happens when the order of shortcuts pop events is inconsistent with
push events. Using less strictly order policy for pop operations
allows relax this and make it eventually consistent.
* 💄 Add cosmetic changes on shortcuts hooks on colorpicker and wport
* 📎 Update changelog
* 📎 Add PR feedback changes
2025-05-12 15:08:14 +02:00
ºelhombretecla
e6b5618bd3
🎉 Add 2.7 release slides ( #6440 )
2025-05-12 11:38:00 +02:00
Andrey Antukh
fc5d9659d6
🐛 Properly propagate export errors from worker to main thread
2025-05-09 11:15:04 +02:00
Eva Marco
66b47f9444
🐛 Fix resize bar background ( #6435 )
2025-05-08 13:37:00 +02:00
Belén Albeza
3fe16bd8f9
🐛 Fix history panel shortcut ( #6420 )
...
* ✨ Remove duplicate ID in file menu
* 🐛 Fix shortcut for Show Version History
* ✨ Add regression test
2025-05-07 16:49:54 +02:00
Alejandro Alonso
c3e76817cd
🐛 Add event to power up link from workspace menu
2025-05-07 13:45:57 +02:00
alonso.torres
36b78e5e21
🐛 Fix restore component restore layout
2025-05-05 11:50:08 +02:00
Alonso Torres
a2c9d307df
🐛 Fix problem in viewer with the back button ( #6385 )
2025-05-05 08:54:05 +02:00
Andrés Moya
e52fd90963
💄 Add copyright header to all tokens source files ( #6389 )
2025-05-01 10:06:17 +02:00
alonso.torres
d8b3b216e9
🐛 Fix import modal style problem
2025-04-30 10:48:48 +02:00
Andrés Moya
b14798b405
🔧 Make private function
2025-04-29 10:28:00 +02:00
Andrés Moya
8382a88efe
🔧 Move errors and warnings to workspace.data
2025-04-29 10:27:56 +02:00
Andrés Moya
53057c4bf2
🔧 Move token update to workspace.data and rename to propagation
2025-04-29 10:27:50 +02:00
Andrés Moya
3e0f38e8c3
🔧 Move token helpers to common.files
2025-04-29 10:27:46 +02:00
Andrés Moya
a5bbe765b9
🔧 Move style-dictionary and tinycolor to main.data
2025-04-29 10:27:42 +02:00
Andrés Moya
4455adc813
🔧 Move token lib edit to workspace.data and remove unused code
2025-04-29 10:27:38 +02:00
Andrés Moya
abca763aa5
🔧 Move token application to workspace.data
2025-04-29 10:27:20 +02:00
alonso.torres
8ce71e792e
✨ Add dynamic properties modifiers to WASM
2025-04-25 15:03:24 +02:00
Elena Torro
44d68ad723
🐛 Calculate text-length in bytes correctly
2025-04-25 09:48:12 +02:00
Elena Torró
9e4c9d3101
Merge pull request #6353 from penpot/ladybenko-10867-comment-crash
...
🐛 Fix comment loading crash (new renderer viewport)
2025-04-25 08:41:51 +02:00
Belén Albeza
ab90d9d01c
🔧 Increase the cap for gradient stops
2025-04-24 12:20:34 +02:00
Belén Albeza
281c0068d9
✨ Embed stop data into RawGradientData
2025-04-24 12:20:34 +02:00
Elena Torró
14e8026e30
🐛 Fix take new lines into account when rendering text ( #6337 )
2025-04-24 12:16:21 +02:00
Pablo Alba
6fdaad1bf4
🐛 Fix corner case when selecting component to switch ( #6350 )
2025-04-24 10:38:32 +02:00
Elena Torró
dfa6c502dc
✨ Improve left sidebar horizontal layers scroll ( #6317 )
2025-04-24 10:00:15 +02:00
Belén Albeza
b958dcb891
🐛 Fix positioning of comment thread draft ( #6357 )
...
* 🐛 Fix positioning of comment thread draft
* 📚 Update changelog
2025-04-24 09:53:07 +02:00
Marina López
fef342b489
🐛 Fixed team info settings alignment ( #6354 )
2025-04-23 22:59:07 +02:00
Andrés Moya
c0315e2c30
🔥 Remove redundant schemas (and add some tooling)
2025-04-23 12:27:01 +02:00
Andrés Moya
2f20ccf289
🔥 Remove unused functions
2025-04-23 12:27:01 +02:00
Belén Albeza
1a7d60bb88
🐛 Fix comment loading crash
2025-04-23 12:15:16 +02:00
Andrey Antukh
40fe6369cb
Merge remote-tracking branch 'origin/staging' into develop
2025-04-23 08:59:33 +02:00
Alejandro Alonso
f155042958
Merge pull request #6345 from penpot/niwinz-staging-add-interaction-cleaning
...
🐛 Add migration for decoding and cleaning shape interactions
2025-04-23 08:08:31 +02:00
Andrey Antukh
1194e40222
🐛 Properly dispose rx subscription on grid thumbnail component
2025-04-22 21:39:57 +02:00
Andrey Antukh
05fac41534
🐛 Remove feature checking from get-file-data-for-thumbnail rpc method
...
The prev code has feature resolution race condition and it
in reallity does not need that check.
2025-04-22 21:38:40 +02:00
Andrey Antukh
3f85e89f62
🐛 Send frontend version on worker http requests
2025-04-22 21:26:51 +02:00
Alonso Torres
ee0f8ad19a
🐛 Fix horizontal scroll in viewer ( #6347 )
2025-04-22 21:03:45 +02:00
Alonso Torres
53dcd94f0d
✨ Add support for self mentions ( #6341 )
2025-04-22 18:49:10 +02:00
Pablo Alba
a3ccc3dfef
✨ Select correct component to switch when changing variant property ( #6346 )
2025-04-22 18:48:18 +02:00
Alonso Torres
bd208c31e2
🐛 Fix update layout on component restore ( #6348 )
2025-04-22 18:46:21 +02:00
Andrey Antukh
151dc352c8
✨ Don't register shadow schema
...
It is not really necessary, we can use the
schema var directly.
2025-04-22 17:21:52 +02:00
luisδμ
77d8504baf
✨ Selection of several components of a variant at the same time
2025-04-22 15:56:38 +02:00
Aitor Moreno
484772e3b2
Merge pull request #6313 from penpot/superalex-improve-images-performance-wasm
...
🎉 Improve images performance
2025-04-22 11:36:24 +02:00
Alejandro Alonso
5c7a1fb407
🎉 Improve tile caching
2025-04-22 11:03:21 +02:00
Pablo Alba
064981ff3d
Merge remote-tracking branch 'origin/staging' into develop
2025-04-22 10:44:29 +02:00
Florian Schrödl
0bff76e5f1
✨ Don't override user provided color format ( #6231 )
2025-04-22 09:10:07 +02:00
Elena Torró
c7b062f483
Merge pull request #6278 from penpot/elenatorro-send-leaf-attrs-uint-arr
...
🔧 Parse text leaves all at once
2025-04-21 14:27:26 +02:00