Aitor
917e6425d1
⚡ Schedule thumbnail component updates
2023-10-10 15:32:41 +02:00
alonso.torres
785b58a6c4
✨ Change behaviour of fill to respect minimum content size
2023-10-06 12:18:55 +02:00
alonso.torres
db149e9c09
🐛 Fix problem with filter in old version
2023-09-28 11:19:10 +02:00
alonso.torres
723c14bef2
🐛 Fix problems with code generation
2023-09-25 15:26:49 +02:00
Andrey Antukh
4b09172b69
⚡ Use faster string formating on filters
2023-09-22 14:52:48 +02:00
Andrey Antukh
9fd5306d1b
✨ Make filters ID naming consistent with the rest
2023-09-22 14:52:48 +02:00
Andrey Antukh
ae08a330fa
✨ Add internal improvements to debug related namespaces
2023-09-22 09:48:41 +02:00
Andrey Antukh
1ab690a408
♻️ Remove duplicate merge operation on svg_raw shapes
2023-09-21 11:00:33 +02:00
Andrey Antukh
4f23852bca
✨ Improve svg shapes attrs handling
...
And collaterally it improves performance since now the attrs
processing is done in the import and not in the render.
2023-09-21 11:00:33 +02:00
Andrey Antukh
807f475a2d
🐛 Fix incorrect bounds calc on svg-defs
2023-09-21 11:00:33 +02:00
Andrey Antukh
aa8300c085
✨ Move util.svg to common.svg and make it crossplatform
2023-09-21 11:00:33 +02:00
Andrey Antukh
307cfa287f
🔥 Remove inneficient obj/without helper
2023-09-13 10:53:24 +02:00
Andrey Antukh
393863b29f
🐛 Fix broken hooks rule on shapes fills component
2023-09-13 10:53:24 +02:00
Andrey Antukh
385fd9c4e6
♻️ Refactor shape attrs extraction helpers
2023-09-13 10:53:24 +02:00
Andrey Antukh
e6f8022de0
✨ Add obj/array? helper
2023-09-13 10:52:32 +02:00
Andrey Antukh
b1e54a9714
✨ Pass explicitly the render-id on props handling in path and svg-raw shapes
2023-09-13 10:52:32 +02:00
Andrey Antukh
85a1f7d69e
⚡ Add minor optimizations to fills component (shapes)
2023-09-13 10:52:32 +02:00
Andrey Antukh
281251ff87
⚡ Add minor optimizations to rect shape
2023-09-13 10:52:32 +02:00
Andrey Antukh
bf2a546f77
♻️ Refactor custom-stroke render impl
2023-09-12 11:40:41 +02:00
Andrey Antukh
1b420e55f4
✨ Add more DOM attrs friendly render-id generation hook
2023-09-12 11:40:41 +02:00
Andrey Antukh
645b7e4b8d
🐛 Fix react warning on incorrect hooks usage on shapes components
2023-09-12 11:40:41 +02:00
Andrey Antukh
5940e00053
⚡ Add minor optimizations to shapes/gradient related components
2023-09-06 16:28:32 +02:00
Andrey Antukh
140cb43681
🔥 Remove duplicated line on gradients/add-metadata helper
2023-09-06 16:28:32 +02:00
Andrey Antukh
efd4a1ffba
✨ Fix inconsistencies on shapes/gradient component
2023-09-06 16:28:32 +02:00
Andrey Antukh
d9c496b131
⚡ Add minor optimizations to shapes/mask component
2023-09-06 15:38:43 +02:00
Andrey Antukh
7f9e01711f
⚡ Add minor optimizations to shapes/mask internal helpers
2023-09-06 15:38:43 +02:00
Andrey Antukh
4dc41724de
⚡ Add minor optimizations to shapes/group component
2023-09-06 15:38:43 +02:00
Andrey Antukh
c8b42478b0
⚡ Add minor optimizations to shapes/circle component
2023-09-06 15:38:43 +02:00
Andrey Antukh
9993d357da
⚡ Add minor optimizations to shapes/bool component
2023-09-06 15:38:43 +02:00
Andrey Antukh
c3c2d88245
💄 Fix indentation on shapes/bool component
2023-09-06 14:42:31 +02:00
Andrey Antukh
48e5e86b73
♻️ Remove redundant components rendering for workspace/frame
2023-09-06 14:42:31 +02:00
Andrey Antukh
ca8e9b871d
⚡ Add micro optimizations to shapes/frame-thumbail-image component
2023-09-06 14:42:31 +02:00
Andrey Antukh
f311deda1b
💄 Add cosmetic improvements to shapes/frame-shape component
2023-09-06 14:42:31 +02:00
Andrey Antukh
d0a796124f
⚡ Add micro optimization to shape-container component
2023-09-06 14:42:31 +02:00
Aitor
4b8ee8ef84
✨ Update to React 18
2023-08-21 14:34:54 +02:00
Andrey Antukh
80bf7cc1e5
Merge remote-tracking branch 'origin/staging' into develop
2023-08-07 12:59:17 +02:00
Andrey Antukh
66e877ed40
🐛 Fix stroke-width parsing on svg upload
...
And refactor a bit the stroke parsing function
2023-08-04 12:58:27 +02:00
Andrey Antukh
8eb64de062
Merge remote-tracking branch 'origin/staging' into develop
2023-07-13 12:13:06 +02:00
Andrés Moya
65598aa724
🐛 Fix overlay position when it has shadow or blur
2023-07-12 09:46:46 +02:00
Andrey Antukh
6e7595f48c
♻️ Remove ? char from shape attrs
2023-07-11 17:27:35 +02:00
Andrey Antukh
405aa66357
🎉 Add new shape & rect data structures
...
Also optimizes some functions for faster shape and rect props
access (there is still a lot of work ahead optimizing the rest of
the functions)
Also normalizes shape creation and validation for ensuring
correct setup of all the mandatory properties.
2023-07-11 17:27:35 +02:00
alonso.torres
30d78554c2
✨ Improved code generation
2023-07-10 14:49:25 +02:00
alonso.torres
cb502fc70d
✨ Improved code gen
2023-07-10 14:49:25 +02:00
alonso.torres
a70d909a25
✨ Show grid layout on component thumbnails and empty grids
2023-07-10 14:49:25 +02:00
alonso.torres
3741a65276
✨ Moved text styles to css when generating code
2023-07-10 14:49:25 +02:00
alonso.torres
a2c59acfa9
✨ Update info panel
2023-07-10 14:49:25 +02:00
alonso.torres
e01af790f3
✨ Add copy all code button
2023-07-10 14:49:25 +02:00
alonso.torres
600b1a6d8d
✨ Improved code generation
2023-07-10 14:49:25 +02:00
alonso.torres
b3b984d339
✨ Add import/export svg for grid
2023-07-10 14:49:24 +02:00
alonso.torres
7a499bfc90
🐛 Fix problem with images patterns repeating
2023-07-07 10:18:28 +02:00