Belén Albeza
5b1766835f
🐛 Fix broken selection on duplicated shapes on new pages
2026-01-21 10:32:13 +01:00
alonso.torres
2c1cc89f53
🐛 Fix problem with thumbnail generation
2026-01-19 12:54:15 +01:00
Andrey Antukh
a78477592b
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-10 13:36:23 +01:00
Andrey Antukh
a4646373cf
♻️ Refactor wasm loading strategy on worker
2025-12-09 19:41:19 +01:00
alonso.torres
0caaefefea
🐛 Fix outline with single click text creation
2025-12-02 11:08:58 +01:00
alonso.torres
8880f07a6a
🐛 Fix problem with thumbnails in parallel
2025-11-25 17:56:00 +01:00
alonso.torres
59845b756f
✨ Render WASM dashboard thumbnails
2025-11-20 11:56:25 +01:00
Andrey Antukh
e9d177eae3
✨ Make the binfile export process more resilent to errors
...
The current binfile export process uses a streaming technique. The
major problem with the streaming approach is the case when an error
happens on the middle of generation, because we have no way to
notify the user about the error (because the response is already
is sent and contents are streaming directly to the user
client/browser).
This commit replaces the streaming with temporal files and SSE
encoded response for emit the export progress events; once the
exportation is finished, a temporal uri to the exported artifact
is emited to the user via "end" event and the frontend code
will automatically trigger the download.
Using the SSE approach removes possible transport timeouts on export
large files by sending progress data over the open connection.
This commit also removes obsolete code related to old binfile
formats.
2025-11-19 17:28:55 +01:00
alonso.torres
0a01fc8af9
🐛 Fix problem with selection and text shapes for new render
2025-11-18 09:34:17 +01:00
Andrey Antukh
28cf67e7ff
🎉 Add management RPC API ( #7700 )
...
* 🎉 Add management RPC API
And refactor internal http auth flow
* 📎 Adjust final url namings
* 📚 Update changelog
2025-11-10 17:10:59 +01:00
Andrey Antukh
b9030fcc73
✨ Add better workspace file indexing strategy
...
Improve file indexes initialization on workspace.
Instead of initialize indexes for all pages only initialize
indexes for the loaded page.
2025-09-29 12:07:49 +02:00
Andrey Antukh
11b75408fe
🐛 Fix regression on importing binfile-v1 files ( #7359 )
2025-09-23 11:38:33 +02:00
Alonso Torres
dfc8a1da4a
✨ Fix problem with booleans selection ( #6950 )
2025-07-24 08:57:02 +02:00
Andrey Antukh
22db773b2e
🔥 Remove unused code from worker import ns
2025-06-04 12:46:49 +02:00
Miguel de Benito Delgado
7fc0d15418
🐛 Fix cursor overlap query ( #6530 )
...
* 🐛 Fix cursor overlap query. Closes #4472
* 📎 Update CHANGES.md
---------
Signed-off-by: Miguel de Benito Delgado <m.debenito.d@gmail.com>
2025-05-22 13:22:52 +02:00
Andrey Antukh
36b162b4fa
♻️ Replace jszip usage with zip.js library
2025-05-20 13:05:52 +02:00
Andrey Antukh
dc7e53881a
🔥 Remove legacy-zip exportation support
2025-05-20 13:05:52 +02:00
Miguel de Benito Delgado
968ea56197
♻️ Reorganize index management on worker code ( #6477 )
...
* ♻️ Factor index management out of app.worker.impl
* 💄 Fix silly spacing
* 💄 Lint
2025-05-15 09:46:49 +02:00
Andrey Antukh
94312bb35c
Merge remote-tracking branch 'origin/staging' into develop
2025-05-12 13:44:24 +02:00
Andrey Antukh
fc5d9659d6
🐛 Properly propagate export errors from worker to main thread
2025-05-09 11:15:04 +02:00
Andrey Antukh
99e325acaf
🔥 Remove support from legacy-zip format
2025-05-07 12:14:52 +02:00
Andrey Antukh
1fc0203c38
🎉 Add full integration with path data type feature
2025-05-06 13:39:10 +02:00
Andrey Antukh
05fac41534
🐛 Remove feature checking from get-file-data-for-thumbnail rpc method
...
The prev code has feature resolution race condition and it
in reallity does not need that check.
2025-04-22 21:38:40 +02:00
Andrey Antukh
422a9db07b
✨ Sanitize uuid parsing on legacy zip import code
2025-04-14 09:13:35 +02:00
Andrey Antukh
6b3a988526
✨ Send version and build data to worker configuration
2025-04-07 07:10:40 +02:00
Andrey Antukh
0870910dcc
🐛 Fix nodejs incompatibility with common tests prepend script ( #5730 )
...
* 🐛 Fix nodejs incompatibility with common tests prepend script
* 📎 Fix linter issues
Related to the upcoming update of clj-kondo
2025-01-30 14:32:43 +01:00
Eva Marco
73e48b3d81
♻️ Remove unnecesary RX and RY from shapes
2024-12-10 10:47:55 +01:00
Andrey Antukh
577b731b22
🐛 Fix import format detection and error handling
2024-11-25 12:29:59 +01:00
Andrey Antukh
8b60200ec6
Merge remote-tracking branch 'origin/staging' into develop
2024-10-28 11:39:42 +01:00
alonso.torres
f40ffacfbd
🐛 Fix problem with imports
2024-10-25 13:34:40 +02:00
Andrey Antukh
8618cb950f
🎉 Add binfile-v3 export/import file format
2024-10-18 17:19:29 +02:00
Andrey Antukh
d46274abf2
✨ Add better error reporting on zip file importation
2024-10-10 16:04:15 +02:00
Andrey Antukh
534659cdc6
🐛 Fix flows import and export on zip format
2024-10-10 16:04:15 +02:00
Alejandro Alonso
a1fc785771
Merge remote-tracking branch 'origin/staging' into superalex-merge-conflicts-2
2024-09-23 10:08:06 +02:00
Andrey Antukh
4ad4057878
♻️ Refactor page options data structure
2024-09-18 12:15:12 +02:00
alonso.torres
979828ffe3
🐛 Fix issue when exporting libraries when merging libraries
2024-09-16 09:08:51 +02:00
Andrey Antukh
2643dae0a7
🐛 Fix json encoding on zip encoding decoding
2024-08-27 15:43:31 +02:00
Alejandro Alonso
40b43c6c5b
🐛 Fix lost image colors in library when export/import using zip format
2024-06-27 09:54:02 +02:00
Alejandro Alonso
58466e6488
🐛 Color library loses association with shapes when exporting/importing the document
2024-06-26 10:40:30 +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
Alejandro Alonso
46764a1e6e
🐛 Fix export boards loses opacity
2024-06-11 10:54:11 +02:00
Andrés Moya
9a4c45c8a3
🐛 Fix export touched attributes
2024-06-10 17:09:46 +02:00
alonso.torres
a8363f0c02
🐛 Fix problem with exporter texts
2024-04-25 15:35:53 +02:00
alonso.torres
b1e226cdc6
🐛 Fix problem with import zip files
2024-04-04 16:09:11 +02:00
alonso.torres
b097f73b13
🐛 Fix problem with snap to frame guides
2024-03-15 15:34:16 +01:00
alonso.torres
fdf6f0dfef
🐛 Fix problem with snap to guides and zoom
2024-02-23 09:07:34 +01:00
alonso.torres
f4d513b622
🐛 Fix problem with import zip file
2024-02-22 12:26:03 +01:00
alonso.torres
86b4a95875
✨ Fix problem when importing zip files
2024-02-15 09:27:51 +01:00
Andrey Antukh
cdf312fdd9
✨ Add better progress reporting
...
For components migration and for binfile import process
2024-01-30 16:27:16 +01:00