Andrés Moya
bbd561a772
🔧 Fix test cases
2023-04-14 12:31:04 +02:00
Andrés Moya
2790111405
🎉 Now all component roots are frames
2023-04-14 12:31:03 +02:00
Pablo Alba
ccaac2a5c7
Merge pull request #3120 from penpot/superalex-default-naming-of-text-layers
...
🎉 Default naming of text layers
2023-04-11 17:50:53 +02:00
Pablo Alba
147beb3963
Merge pull request #3100 from penpot/hiru-detach-top-level-only
...
🎉 Detach component now only affects top instance, not subinstances
2023-04-11 15:19:20 +02:00
Alejandro Alonso
4d8f471eca
Merge remote-tracking branch 'origin/staging' into develop
2023-04-11 06:52:35 +02:00
alonso.torres
dfb1a79179
🐛 Fix problem when closing paths for big imported SVGs
2023-04-11 06:43:53 +02:00
Alejandro Alonso
5993b9855e
🎉 Default naming of text layers
2023-04-10 13:16:26 +02:00
Alejandro Alonso
68b26d5f41
Merge remote-tracking branch 'origin/staging' into develop
2023-04-03 12:21:12 +02:00
Andrés Moya
a27fa8b317
🎉 Detach component now only affects top instance, not subinstances
2023-04-03 11:52:26 +02:00
Pablo Alba
b33e469501
🎉 Copy paste components, even to another page
2023-03-31 14:04:06 +02:00
alonso.torres
2792c22ec9
🐛 Fix problem with overlays positioning
2023-03-31 12:22:16 +02:00
alonso.torres
a838dac01b
🐛 Fix problem when calculating group bounds
2023-03-31 11:20:42 +02:00
alonso.torres
0c8d8d92ba
🐛 Fix precision for wrap in flex
2023-03-30 16:20:36 +02:00
alonso.torres
be27ce4914
🐛 Fix problem with invalid SVG shape
2023-03-29 16:00:07 +02:00
alonso.torres
6e78745ed5
🐛 Fix problem with SVG and flex layout
2023-03-29 11:22:26 +02:00
alonso.torres
43fe2390c8
🐛 Fix problem with copy/paste shapes
2023-03-29 09:12:03 +02:00
alonso.torres
5079582e1f
🐛 Fix problem with round corners scaling
2023-03-27 13:26:24 +02:00
alonso.torres
391ba77da9
🐛 Fix scaling of texts
2023-03-27 13:18:52 +02:00
alonso.torres
1d7b43ffbc
🐛 Fix problem with outer stroke in texts
2023-03-27 13:18:52 +02:00
Andrés Moya
ad786ab95f
🎉 Group component sync changes in a single undo
2023-03-27 10:39:35 +02:00
Pablo Alba
6889440014
🐛 Fix wrong shape-ref on duplicate component
2023-03-27 10:39:35 +02:00
Andrés Moya
7391a4086a
🔧 Refactor delete/restore components
2023-03-27 10:39:35 +02:00
Andrés Moya
0711fa700b
🔧 Read component shapes from pages
2023-03-27 10:39:33 +02:00
Alejandro Alonso
4fad2ab619
Merge remote-tracking branch 'origin/staging' into develop
2023-03-24 12:33:14 +01:00
alonso.torres
fae76f6d4e
🐛 Fix problem with geometry of groups
2023-03-23 12:03:25 +01:00
alonso.torres
09d0a9e3f8
🐛 Fix problem when assigning color from palette or assets
2023-03-22 12:36:40 +01:00
alonso.torres
131e4f2446
🐛 Fix nested frame interaction created flow in wrong frame
2023-03-21 16:50:59 +01:00
Andrey Antukh
582ec187f8
Merge remote-tracking branch 'origin/staging' into develop
2023-03-17 10:19:04 +01:00
Alejandro
b32e0f458c
Merge pull request #3050 from penpot/alotor-fixes-layout
...
Alotor fixes layout
2023-03-17 08:24:30 +01:00
alonso.torres
2272977d67
🐛 Fix problem when editing gap/margins in layout
2023-03-16 17:11:46 +01:00
alonso.torres
cbe8587db3
🐛 Fix problem with z positioning of elements
2023-03-16 15:08:49 +01:00
Alejandro
afb09919ed
Merge pull request #3001 from penpot/niwinz-experiments-2
...
♻️ Refactor concurrency model (start using JDK19 virtual threads on RPC and WebSockets)
2023-03-15 11:34:25 +01:00
alonso.torres
2dea2d9d27
🐛 Ignore remote changes in size
2023-03-15 09:28:46 +01:00
Aitor
538a05b359
✨ improve rotate matrix
2023-03-14 13:05:52 +01:00
Alejandro
1b3281457e
Merge pull request #3042 from penpot/azazeln28-fix-scaling-frame-proportionally
...
Fix scaling frame proportionally
2023-03-14 12:33:04 +01:00
Andrey Antukh
84dc3c8fd9
🔥 Remove debugging prn
2023-03-14 12:30:27 +01:00
Andrey Antukh
2cddc49463
⚡ Remove several reflection calls
2023-03-14 12:30:27 +01:00
Andrey Antukh
91b5a0afdd
⚡ Add missing type hints on matrix type functions
2023-03-14 12:30:27 +01:00
Andrey Antukh
aafbf6bc15
♻️ Refactor cocurrency model on backend
...
Mainly the followin changes:
- Pass majority of code to the old and plain synchronous style
and start using virtual threads for the RPC (and partially some
HTTP server middlewares).
- Make some improvements on how CLIMIT is handled, simplifying code
- Improve considerably performance reducing the reflection and
unnecesary funcion calls on the whole stack-trace of an RPC call.
- Improve efficiency reducing considerably the total threads number.
2023-03-14 12:30:27 +01:00
Andrey Antukh
14b53a4d5e
✨ Don't log duplicate traceback
2023-03-14 12:30:27 +01:00
Andrey Antukh
012ead65b5
🎉 Add missing ::us/atom global spec
2023-03-14 12:30:27 +01:00
Andrey Antukh
d76baa3266
⬆️ Update promesa dependency
...
And adapt all code for breaking changes
2023-03-14 12:30:27 +01:00
Aitor
b9559d99da
✨ Improve scale matrix computation
2023-03-14 11:24:15 +01:00
alonso.torres
aa4a3ef940
🐛 Fix apply structure modifiers to children
2023-03-14 11:02:11 +01:00
alonso.torres
3a2e1b5c94
✨ Adapt scale to flex elements
2023-03-14 11:02:10 +01:00
Aitor
44c35e6aee
🐛 Fix scaling frame proportionally
2023-03-14 11:01:57 +01:00
alonso.torres
f3f611848c
🐛 Improve deeps selection of nested arboards
2023-03-08 15:22:31 +01:00
Alejandro Alonso
c3ce0eb794
Merge remote-tracking branch 'origin/staging' into develop
2023-03-08 07:25:19 +01:00
Alejandro Alonso
313df74202
🐛 Fix handle correctly slashes in emails
2023-03-07 10:51:31 +01:00
alonso.torres
b5be938480
🐛 Improve behavior for undo on text edition
2023-03-07 09:11:51 +01:00