Andrey Antukh
9ee488009f
♻️ Add substantial refactor on how types are organized
...
This mainly affects types related to colors, fills and texts, moving library
based operations from color namespace.
2025-07-23 08:03:23 +02:00
alonso.torres
29466b47fe
✨ Adds skipChildren to export parameters
2025-06-10 15:06:30 +02:00
Alejandro Alonso
79df616108
🎉 Basic wasm support for svg attrs and svg defs
2025-01-22 15:47:36 +01:00
Andrey Antukh
65b7e5c3a5
🐛 Fix incorrect thumbnail rendering on dashboard
2024-11-27 10:42:56 +01:00
AzazelN28
f10792619d
🐛 Fix component list jumps
2024-11-25 11:35:33 +01:00
Andrey Antukh
4ad4057878
♻️ Refactor page options data structure
2024-09-18 12:15:12 +02:00
Andrés Moya
798970a923
🐛 Rework svg import of deleted components
2024-06-25 15:23:52 +02:00
Andrés Moya
6aeb87a122
🐛 Rework svg export of deleted components
2024-06-25 15:23:52 +02:00
Andrés Moya
257dab4775
🐛 Fix export hidden shapes
2024-06-10 11:09:14 +02:00
Andrey Antukh
526f6ef841
🐛 Fix release build issue
...
Caused by an unsolved corner case of the interaction of code-move
between modules and types defined with reify. Mainly moves some
definition of protocol to one module and the definition of the type
to other, and as the definition of the type is conditional to the
function execution, the whole build fails to initialize because the
second protocol extension implementation can't find the type initialized
on application startup.
2024-03-20 16:12:00 +01:00
AzazelN28
4378f132b4
🐛 Fix dashboard thumbnails with strokes
2024-03-20 06:44:23 +01:00
AzazelN28
121876110a
🐛 Fix imposters rendering with strokes
2024-03-19 11:42:18 +01:00
alonso.torres
f4d513b622
🐛 Fix problem with import zip file
2024-02-22 12:26:03 +01:00
alonso.torres
4c81ac4386
🐛 Fix problem with strokes exporting images
2024-02-19 09:39:12 +01:00
Aitor
eeabeadc39
🐛 Wrong component background color
2024-01-17 10:19:30 +01:00
alonso.torres
28981e5d46
🐛 Fix import of zip files from v2 to v2
2024-01-15 10:10:13 +01:00
Belén Albeza
30a53252f8
🐛 Fix asset list UI
2024-01-11 16:20:53 +01:00
alonso.torres
c43458af1d
🐛 Fix problems with z-index
2024-01-08 15:20:26 +01:00
Andrey Antukh
833871df65
💄 Format frontend code
2024-01-08 09:32:50 +01:00
alonso.torres
3aadf00a6f
🐛 Fix problem with thumbnails for empty pages
2024-01-04 09:52:09 +01:00
Aitor
4fc892a856
🐛 Fix Update main component thumbnail
2023-12-26 14:51:42 +01:00
Andrey Antukh
96f5a33f5f
⬆️ Upgrade to beicon2 (part1)
2023-12-26 14:14:20 +01:00
alonso.torres
030ff398ed
✨ Improved dashboard thumbnails
2023-12-13 16:12:41 +01:00
alonso.torres
2a9b99e086
Merge remote-tracking branch 'origin/feature-grid' into develop
2023-12-11 14:55:58 +01:00
alonso.torres
f6c2d0646d
🐛 Fix problem with grid components thumbnails
2023-12-07 16:54:48 +01:00
Aitor
fd43091d3a
🐛 Fix components assets blend mode not applied
2023-12-07 12:57:27 +01:00
Aitor
f7c616206a
🐛 Fix cropped imposters
2023-12-07 12:57:27 +01:00
Aitor
16c8c4bd2a
⚡ Use subdomain for rasterizer (OOPIF)
2023-11-29 12:06:34 +01:00
Andrey Antukh
52fbc678f3
♻️ Move app.common.pages to app.common.files
2023-11-16 11:07:36 +01:00
Andrey Antukh
26d3d7f1a8
🐛 Fix features related issues with render entrypoint (exporter)
2023-11-14 10:55:55 +01:00
Aitor
20e590cdf0
🐛 Fix pixelated thumbnails
2023-10-19 11:59:55 +02:00
Aitor
9c9bc8803d
🐛 Fix render-frame when shape is nil
2023-09-28 17:14:18 +02:00
Andrey Antukh
d0c1a9683a
♻️ Refactor workspace thumbails (again)
...
We probably need a counter of number of types this
code was refactored hehe
2023-09-22 14:52:48 +02:00
Aitor
0494dc843f
♻️ Refactor thumbnails
2023-09-18 17:00:13 +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
Andrés Moya
f2fcd0f82f
🐛 Fix export components for v2
2023-06-12 17:13:10 +02:00
Andrés Moya
e032736c27
🐛 Fix crash in libraries view
2023-05-12 12:50:16 +02:00
Andrés Moya
0711fa700b
🔧 Read component shapes from pages
2023-03-27 10:39:33 +02:00
Alejandro Alonso
9e35229ebd
🐛 Fix components texts not displayed in assets panel
2023-03-07 15:22:24 +01:00
Andrés Moya
2b978777d7
🐛 Fix import/export components with boards inside
2023-01-20 12:04:47 +01:00
Andrés Moya
792c17fe46
🐛 Fix display of components with frame root in assets panel
2023-01-19 14:18:55 +01:00
alonso.torres
3bbf632121
♻️ Changed handoff for inspect everywhere
2022-12-29 13:06:16 +01:00
alonso.torres
cdaba395c4
✨ Small fixes for flex layout
2022-11-17 09:29:45 +01:00
alonso.torres
a2e26210d1
✨ Renamed modifiers functions
2022-11-17 09:29:31 +01:00
alonso.torres
cebda20dd4
✨ Adapt to handoff changes
2022-11-17 09:29:03 +01:00
alonso.torres
c01c46041d
✨ Adds autolayout positions calculations
2022-11-17 09:29:02 +01:00
Andrey Antukh
8bdfd188d8
⬆️ Upgrade shadow-cljs and rumext dependency
2022-09-28 09:45:43 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrés Moya
46053b6bbf
🎉 Import & export new components
2022-09-02 13:43:01 +02:00
Andrés Moya
bdcbe46d0d
♻️ Move component instantiation to new types module
2022-07-29 09:29:24 +02:00