Andrey Antukh
|
d5398e672f
|
Merge pull request #2614 from penpot/superalex-support-library-colors-on-library-build
🎉 Add support assets management via library
|
2022-12-01 11:32:29 +01:00 |
|
Alejandro Alonso
|
3252088494
|
🎉 Add support typography management via library
|
2022-12-01 11:30:37 +01:00 |
|
Alejandro Alonso
|
fffacf3552
|
🎉 Add support media management via library
|
2022-12-01 11:30:33 +01:00 |
|
Alejandro Alonso
|
a19417417a
|
🎉 Add support components managemente via library
|
2022-12-01 11:30:29 +01:00 |
|
Alejandro Alonso
|
4c1f2cfded
|
🎉 Add support color management via library
|
2022-12-01 11:30:24 +01:00 |
|
alonso.torres
|
be24989eab
|
🐛 Fix problem with hug layout
|
2022-11-30 12:21:00 +01:00 |
|
alonso.torres
|
0d2b228eb7
|
✨ Keep group constraint behaviour inside flex layout
|
2022-11-30 10:00:30 +01:00 |
|
alonso.torres
|
c79d549f53
|
✨ Change modifiers to records
|
2022-11-30 10:00:30 +01:00 |
|
alonso.torres
|
600f9ef071
|
✨ Performance improvements
|
2022-11-30 10:00:30 +01:00 |
|
Andrey Antukh
|
fc4e755f2b
|
⚡ Optimize point functions
|
2022-11-30 10:00:30 +01:00 |
|
Andrey Antukh
|
c28534555b
|
📎 Add minor microptimizations and tests to points->rect
|
2022-11-30 10:00:30 +01:00 |
|
Andrey Antukh
|
89a19dec5b
|
🎉 Add cljs optimized get-prop helper macro
|
2022-11-30 10:00:29 +01:00 |
|
Andrey Antukh
|
f6305db2a8
|
✨ Reorganize a bit the common.data ns
|
2022-11-30 10:00:29 +01:00 |
|
Andrey Antukh
|
197eff93e8
|
📎 Fix nodejs compatibility issue on uuid_impl
|
2022-11-30 10:00:29 +01:00 |
|
Andrey Antukh
|
bcfb4e0f81
|
🐛 Fix metrics code on rpc.climit
|
2022-11-28 12:25:30 +01:00 |
|
Andrey Antukh
|
0600b2abe4
|
♻️ Make the worker abstraction more scalable
Start using redis for dispatcher to worker communication
and add the ability to start multiple threads to worker
for increase the concurrency.
|
2022-11-28 12:21:44 +01:00 |
|
Andrey Antukh
|
13a092b192
|
♻️ Normalize internal naming on the worker module
|
2022-11-28 12:20:58 +01:00 |
|
Andrey Antukh
|
10bf6c5e56
|
♻️ Normalize redis api and its usage in msgbus module
|
2022-11-28 12:20:58 +01:00 |
|
alonso.torres
|
f579bb0c8d
|
✨ Viewport and hug performance enhances
|
2022-11-25 16:08:41 +01:00 |
|
alonso.torres
|
69bb4654c9
|
✨ Improve transforms performance
|
2022-11-24 10:01:37 +01:00 |
|
Andrey Antukh
|
c656dd146c
|
Merge pull request #2589 from penpot/alotor-fixes
Flex layout fixes
|
2022-11-22 17:15:40 +01:00 |
|
alonso.torres
|
54fd836dd4
|
🐛 Fix problem when dragging layout children with frames
|
2022-11-22 16:41:44 +01:00 |
|
Andrey Antukh
|
1b9dea01e2
|
🔥 Remove unused d/update-vals function
Already available as clojure.core/update-vals
|
2022-11-22 14:06:14 +01:00 |
|
Andrey Antukh
|
bbf95434d8
|
🎉 Add lazy loading and storage/pointer-map support on workspace
This also rewrites the workspace load process making it a bit more
efficient independently if lazy loading is used.
|
2022-11-22 14:06:14 +01:00 |
|
alonso.torres
|
2a46989ec9
|
🐛 Fix problem with flex direction
|
2022-11-22 12:06:12 +01:00 |
|
alonso.torres
|
baf9124304
|
🐛 Fix problem with texts in viewer
|
2022-11-22 12:05:59 +01:00 |
|
Andrés Moya
|
831839080f
|
🎉 When deleting a shape inside a component copy, just hide it
|
2022-11-21 11:56:15 +01:00 |
|
Eva
|
2a2b5c7dba
|
✨ Add code block to layout elements
|
2022-11-18 09:42:50 +01:00 |
|
alonso.torres
|
afa6a97693
|
✨ Fixes problem with bool shapes
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
32756db1c1
|
✨ Redone the calculus of sizing auto
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
efc1b87ab0
|
✨ Performance improvements
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
7b2f0303e8
|
✨ Fixed problems with masks
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
4c5e8f42ce
|
✨ Review changes
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
6e35b5c6b6
|
✨ Fixed problem with new modifiers and text auto-heigh
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
39041bb63b
|
✨ Fix problem with constraints
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
c1affe75e1
|
✨ Fix problem with fixed constraints
|
2022-11-17 09:29:47 +01:00 |
|
alonso.torres
|
cdaba395c4
|
✨ Small fixes for flex layout
|
2022-11-17 09:29:45 +01:00 |
|
alonso.torres
|
e61e76a074
|
✨ Fix problems with flipped layouts
|
2022-11-17 09:29:31 +01:00 |
|
alonso.torres
|
a2e26210d1
|
✨ Renamed modifiers functions
|
2022-11-17 09:29:31 +01:00 |
|
alonso.torres
|
7375eed18f
|
✨ Refactor modifiers
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
861eb283e8
|
✨ Flex layout small fixes
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
c86d88834e
|
✨ Fix problems moving frames
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
4ecc166055
|
✨ Remove fill/auto when resizing
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
7f0054959f
|
✨ Hug content to frames
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
0274567d83
|
✨ Visual adjustments
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
cebda20dd4
|
✨ Adapt to handoff changes
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
503a1dabac
|
✨ Align self and stretch fixes
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
81d2f9dd9d
|
✨ Adds align-content options
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
4b61e3228f
|
✨ Add min/max width/height for elements
|
2022-11-17 09:29:03 +01:00 |
|
alonso.torres
|
b8c90fdcf3
|
✨ Refactor flex layout namespace
|
2022-11-17 09:29:03 +01:00 |
|