Andrés Moya
46bfb2aacd
🐛 Fixed alignment of layers with children
2022-02-22 13:10:59 +01:00
Andrey Antukh
a4ef3f770c
Merge remote-tracking branch 'origin/staging' into develop
2022-02-22 13:06:09 +01:00
Andrey Antukh
7cf27ac86d
♻️ Refactor general resource and concurrency model on backend
2022-02-22 13:05:41 +01:00
Andrés Moya
c626b1d106
♻️ Refactor duplicate objects
2022-02-18 13:14:20 +01:00
Alejandro Alonso
23a9c74297
✨ Ability to add multiple fills to a shape
2022-02-17 11:19:21 +01:00
Andrés Moya
aecb8a1464
🐛 Fix some broken tests
2022-02-17 11:19:21 +01:00
Andrés Moya
b9e3426532
🔧 Refactor calculation of multi selection attributes
2022-02-17 11:19:21 +01:00
Andrey Antukh
6486b24c8b
⬆️ Update shadow-cljs version
2022-02-17 11:15:19 +01:00
Andrés Moya
5d17933593
🐛 Fix touched component marker appearing when it's not needed
2022-02-16 16:23:31 +01:00
Andrey Antukh
f1db0fea03
♻️ Refactor storage transaction management
2022-02-16 13:58:15 +01:00
Andrey Antukh
256ed7410f
✨ Add unique id (uuid) on each log entry
2022-02-16 11:58:43 +01:00
Andrey Antukh
7eed8c5ee5
Merge remote-tracking branch 'origin/main' into develop
2022-02-16 11:23:26 +01:00
Andrey Antukh
5b8b13c94c
⬆️ Update shadow-cljs to 2.17.2
2022-02-15 15:07:29 +01:00
Andrey Antukh
ef9339f6f1
🐛 Fix unexpected exception on handling empty state on boolean calc
2022-02-15 12:26:36 +01:00
Andrey Antukh
d4e6992442
Merge remote-tracking branch 'origin/main' into develop
2022-02-12 17:36:19 +01:00
Andrey Antukh
420ece7005
📎 Increase *print-level* on error reporting.
2022-02-12 17:35:29 +01:00
Andrey Antukh
741d2b3f3c
Merge remote-tracking branch 'origin/main' into develop
2022-02-12 17:33:28 +01:00
Andrey Antukh
827c2140b7
♻️ Refactor error reporting and logging context formatting
...
The prev approach uses clojure.pprint without any limit extensivelly
for format error context data and all this is done on the calling
thread. The clojure.pprint seems very inneficient in cpu and memory
usage on pprinting large data structures.
This is improved in the following way:
- All formatting and pretty printing is moved to logging thread,
reducing unnecesary blocking and load on jetty http threads.
- Replace the clojure.pprint with fipp.edn that looks considerably
faster than the first one.
- Add some safe limits on pretty printer for strip printing some
data when the data structure is very large, very deep or both.
2022-02-10 15:12:35 +01:00
Andrés Moya
bea3699451
🐛 Fix error instantiating a component
2022-02-10 12:27:44 +01:00
Andrey Antukh
a1da4d4233
♻️ Refactor common.page.helpers namespace.
2022-02-08 15:30:13 +01:00
Alejandro Alonso
fc2a26f249
🎉 Add border radius support to image shapes
2022-02-07 11:33:23 +01:00
Andrey Antukh
637d6a0076
⬆️ Update common module deps
2022-02-04 15:04:47 +01:00
Andrey Antukh
1e0dacfe9b
✨ Add reusable helper for expound pretty printing
2022-02-04 15:04:47 +01:00
Andrey Antukh
5f81c7bc2d
Merge remote-tracking branch 'origin/staging' into develop
2022-02-01 16:14:52 +01:00
Andrés Moya
449756a0e4
🐛 Fix ungroup a component leaves asterisk in layers
2022-02-01 15:32:50 +01:00
Andrey Antukh
57666e9173
✨ Minor improvements on http reporting on 400 responses
2022-02-01 13:53:10 +01:00
Andrey Antukh
26e5d57ced
🐛 Fix incorrect alias on shape-attrs spec on workspace.
2022-01-28 16:19:30 +01:00
Andrey Antukh
b586f2552c
Merge branch 'staging' into develop
2022-01-28 13:58:22 +01:00
Andrés Moya
1b76ed97e1
🐛 Fix rotation when set to 0 again
2022-01-27 14:57:26 +01:00
Andrey Antukh
04f7169aef
♻️ Refactor and modularize all specs.
2022-01-27 13:03:44 +01:00
Andrey Antukh
b1d55348dc
Merge remote-tracking branch 'origin/staging' into develop
2022-01-26 18:13:48 +01:00
Andrey Antukh
420525cdf0
🐛 Make the path command params optional.
2022-01-26 18:11:20 +01:00
Andrey Antukh
59ed833abc
Merge remote-tracking branch 'origin/staging' into develop
2022-01-26 14:24:34 +01:00
Andrey Antukh
110fb2e8db
✨ Minor improvements on error reporting.
...
Add missing expound.
2022-01-26 14:18:44 +01:00
Andrey Antukh
9f7a04e330
🐛 Fix unexpected exception on handling export data validation.
2022-01-26 14:08:54 +01:00
Andrey Antukh
ccbc519c04
💄 Minor cosmetic changes on internal spec naming.
2022-01-26 12:59:26 +01:00
Andrey Antukh
f6cf8d2b1b
🐛 Relax text shape content spec validation.
...
Allow to be null in some circumstances.
2022-01-26 12:56:42 +01:00
Andrey Antukh
16788d7ab7
🐛 Make a path command params property nilable on spec.
2022-01-26 12:41:54 +01:00
Andrey Antukh
e1a88ae899
Merge branch 'staging' into develop
2022-01-26 12:16:50 +01:00
Andrey Antukh
b4bc30e56f
✨ Improve shape specs and add missing specs for content.
2022-01-26 11:30:50 +01:00
alonso.torres
6e0433a34b
✨ Review changes
2022-01-25 14:54:13 +01:00
alonso.torres
d9b1c0e2e6
✨ More tests for snap data
2022-01-25 14:17:13 +01:00
alonso.torres
f303d7b33e
✨ Add support to export/import guides
2022-01-25 14:17:13 +01:00
alonso.torres
d356a3fa56
✨ Spec definition for guides
2022-01-25 14:17:13 +01:00
alonso.torres
64e7cad292
♻️ Redone the snap calculation and added guides
2022-01-25 14:17:13 +01:00
alonso.torres
0766938f98
✨ Add guides UI
2022-01-25 14:17:13 +01:00
Andrey Antukh
3d6c903273
⚡ Improve path rendering performance.
2022-01-24 16:14:28 +01:00
Andrey Antukh
8f6fdf361b
⚡ Improve path rendering performance.
2022-01-24 13:23:09 +01:00
Andrey Antukh
9a965dc693
Merge remote-tracking branch 'origin/staging' into develop
2022-01-21 14:54:32 +01:00
Andrey Antukh
b96ad5b37f
💄 Minor cosmetic change on get-parents fn.
2022-01-21 14:47:13 +01:00