Aitor Moreno
d8b71d76dd
Merge pull request #6225 from penpot/elenatorro-10710-render-text-while-typing
...
🎉 Render text while typing
2025-04-21 12:33:08 +02:00
Aitor Moreno
a6d2f385af
Merge pull request #6266 from penpot/superalex-fix-path-unions
...
🐛 Fix unions for new render
2025-04-21 11:23:14 +02:00
Pablo Alba
db9e397531
🐛 Fix variant from a shared lib doesnt't show props
2025-04-21 09:25:00 +02:00
Elena Torró
18dea6c3a3
Merge pull request #6298 from penpot/ladybenko-10752-gradient-stops
...
✨ Send fill + Stops in a single wasm call
2025-04-21 09:17:26 +02:00
Alejandro Alonso
8ebaecc472
🐛 Fix unions for new render
2025-04-21 08:10:15 +02:00
Andrey Antukh
43a75b64b4
Merge pull request #6318 from penpot/ladybenko-10781-rust-devenv
...
🔧 Improve Rust dev env
2025-04-17 08:48:50 +02:00
Xaviju
3a741d1c14
🐛 Hide inactive warning if sets are empty ( #6295 )
...
* 🐛 Hide inactive warning if sets are empty
* 📎 Add simplified impl with proper comment
---------
Co-authored-by: Xavier Julian <xaviju@proton.me>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-04-16 17:17:13 +02:00
Pablo Alba
ba442e1549
✨ Allow copy-paste variants into another file ( #6319 )
2025-04-16 17:12:12 +02:00
Andrés Moya
8c15296d07
Merge branch 'tokens-studio-hyma/99-improve-token-error-messages' into develop
2025-04-16 16:31:53 +02:00
Florian Schroedl
d26464c810
✨ Catch invalid name errors in json
2025-04-16 16:30:47 +02:00
Belén Albeza
8ee202e5a1
🔧 Fix emscripten version in devenv
2025-04-16 15:30:29 +02:00
Belén Albeza
689cddfd0c
🔧 Use cargo env variable for target and allow to override it as well as SKIA_BINARIES_URL
2025-04-16 15:05:31 +02:00
Elena Torró
25950bb5a5
Merge pull request #6312 from penpot/elenatorro-fix-children-removal-regression
...
🐛 Fix last shape removal
2025-04-16 15:03:26 +02:00
Belén Albeza
1da623e63f
💄 Change naming and args order of write-gradient-fill!
2025-04-16 14:09:24 +02:00
Belén Albeza
4bf9e24d43
♻️ Avoid using get-prop when unneeded in serializers
2025-04-16 14:09:24 +02:00
Belén Albeza
b41a7b8547
💄 Remove no longer used functions in wasm serialization
2025-04-16 14:09:23 +02:00
Belén Albeza
f500a00d04
♻️ Extract wasm-functions for fills and strokes out of main.rs
2025-04-16 14:09:19 +02:00
Belén Albeza
64a2a08d24
♻️ Refactor gradient parsing from bytes
2025-04-16 14:08:38 +02:00
Belén Albeza
1f58f96e88
♻️ Refactor serializing gradient fill
2025-04-16 14:07:35 +02:00
Belén Albeza
dc3d802d3d
🎉 Serialize radial fills in one go
2025-04-16 14:07:35 +02:00
Belén Albeza
5765d1c56c
♻️ Switch to a f32 offset for gradient stops
2025-04-16 14:07:35 +02:00
Belén Albeza
abcd050c69
♻️ Adapt linear gradient type so it can be used for radial too (wasm)
2025-04-16 14:07:33 +02:00
Belén Albeza
f40ef26c69
♻️ Move color and fill serializers to their own sub-namespaces
2025-04-16 14:06:22 +02:00
Belén Albeza
fccd1a5bd7
✨ Send fill + stops data in one call for linear fills
2025-04-16 14:05:39 +02:00
Alejandro Alonso
16012a3881
Merge remote-tracking branch 'origin/staging' into develop
2025-04-16 13:15:18 +02:00
Alejandro Alonso
ddc41027ab
Merge pull request #6316 from penpot/palba-fix-instanciate-component
...
🐛 Fix error while drag an drop a component to the canvas
2025-04-16 13:15:07 +02:00
Pablo Alba
4f931fbe6a
🐛 Fix error while drag an drop a component to the canvas
2025-04-16 13:05:56 +02:00
Marina López
7ada3692cf
✨ Design improvements to the Invitations page with an empty state
2025-04-16 12:38:47 +02:00
Elena Torro
1ab5d5027f
🐛 Fix last shape removal
2025-04-16 12:37:29 +02:00
Alejandro Alonso
1f16816fe4
Merge pull request #6310 from penpot/alotor-perf-reparent-modifiers
...
✨ Reparent modifiers
2025-04-16 12:21:20 +02:00
alonso.torres
daf048e258
✨ Reparent modifiers
2025-04-16 11:27:51 +02:00
Alejandro Alonso
f3d13005b2
🐛 Fix avoid uncacheable tiles ( #6281 )
2025-04-16 10:59:24 +02:00
Elena Torró
25a44e1387
Merge pull request #6306 from penpot/ladybenko-fix-raf-macros
...
🐛 Fix broken test build for rust wasm
2025-04-16 07:15:27 +02:00
Belén Albeza
9e9612cf1f
🐛 Fix broken test build for rust wasm
2025-04-15 16:58:49 +02:00
Aitor Moreno
304c44048f
♻️ Refactor how rAF/cAF is handled ( #6241 )
2025-04-15 15:45:28 +02:00
Alejandro Alonso
99e64ad387
Merge pull request #6274 from penpot/alotor-perf-grid-layout-modifiers-3
...
✨ Modifiers grid multi-span
2025-04-15 13:39:45 +02:00
Marina López
0f0c45af8e
✨ Propagate sharing a prototype to editors and viewers ( #6297 )
2025-04-15 12:50:01 +02:00
Marina López
f2977cf938
✨ Visual indicators for unlimited tier users ( #6270 )
...
* ✨ Visual indicators for unlimited tier users
* ♻️ Refactor to organize properly subscription
* ♻️ Refactor with PR feedback
* 💄 Add minor cosmetic changes
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-04-15 12:47:37 +02:00
Andrey Antukh
bb80da137d
Merge remote-tracking branch 'origin/staging' into develop
2025-04-15 12:10:53 +02:00
Pablo Alba
f4b16a255c
✨ Copy values of same named properties moving a variant into another ( #6288 )
...
* ✨ Copy values of same named properties moving a variant into another
* ✨ Add MR changes
2025-04-15 12:06:58 +02:00
Andrey Antukh
b49a4734ff
🐛 Fix srepl helper for restore file snapshots
2025-04-15 11:03:50 +02:00
Marina López
ec8c30f060
✨ Update board presets with newer devices ( #6296 )
2025-04-15 10:42:46 +02:00
Andrey Antukh
7990400c7a
🐛 Fix srepl helper for restore file snapshots ( #6300 )
2025-04-15 10:39:51 +02:00
Alejandro Alonso
2aaa2f3033
🐛 Fix template import ( #6299 )
2025-04-15 10:39:22 +02:00
Alejandro Alonso
202b9f3075
Merge pull request #6284 from penpot/niwinz-staging-several-bugfixes
...
🐛 Several bugfixes and enhacements
2025-04-15 10:33:59 +02:00
Eva Marco
eee5cf5fb4
✨ Add duplicate sets feature ( #6240 )
...
* ✨ Add duplicate sets feature
* ✨ Add test to each module
* 🎉 Fix comments
* 🎉 Remove duplicate from groups
* 🎉 Remove create theme from test
* 🎉 Remove ' from names
2025-04-14 16:22:40 +02:00
Andrey Antukh
be0814cdac
✨ Improve internal error reporting
2025-04-14 13:26:12 +02:00
Xavier Julian
f5c699ab7a
✨ Improve copy on inactive set warning title
2025-04-14 10:30:48 +02:00
Andrey Antukh
80d719353c
✨ Make auth data available before request parsing
...
For properly report profile-id
2025-04-14 09:23:41 +02:00
Andrey Antukh
fa3fc12594
✨ Sanitize uuid on the rest of code
2025-04-14 09:23:29 +02:00