Andrés Moya
f409dfd3d1
🐛 Fix component modified date in v1
2023-08-17 16:05:54 +02:00
Alejandro Alonso
e1954b5dd7
🐛 Fix old files with invalid refs for texts and fills
2023-08-17 09:48:18 +02:00
Alejandro Alonso
b3f0683d02
🐛 Fix image validation
2023-08-07 15:06:59 +02:00
Andrey Antukh
fe80aab394
🐛 Allow nil values on bool content params
2023-08-07 11:46:19 +02:00
Alejandro Alonso
766040198a
🐛 Fix text validation
2023-08-07 09:29:04 +02:00
Alejandro Alonso
cf68a9cf1e
🐛 Fix safe number max values
2023-08-04 15:16:43 +02:00
Alejandro Alonso
e7a82579c1
🐛 Fix paste groups without shapes attr
2023-08-02 11:17:20 +02:00
Andrey Antukh
7efeeec9b1
✨ Add workspace initialization fix for broken shape references
...
Is the code that executes at workspace initialization that checks all
the shape children for broken references and proceed to emit a special
event that fixes the shape children references.
2023-08-02 10:45:11 +02:00
Alejandro Alonso
e3f69bcc98
🐛 Fix path validation
2023-08-01 12:39:33 +02:00
Andrey Antukh
17ea8300ed
🐛 Accept nil values for :fill-color-gradient attr
2023-07-31 15:58:32 +02:00
Andrey Antukh
aac044fa0a
🐛 Fix incorrect schema on bool-content
2023-07-31 15:49:42 +02:00
Andrey Antukh
13312dc467
🐛 Allow nil values for x,y,width and height on paths
2023-07-31 13:36:28 +02:00
Andrey Antukh
fc416ee4af
🐛 Make grid params type optional
2023-07-31 12:06:31 +02:00
Andrey Antukh
37bd537bfd
🐛 Remove limits that can cause unexpected exceptions
2023-07-31 11:54:29 +02:00
Andrey Antukh
e0ad6c0b95
🐛 Fix unexpected exception on saving boolean shapes
2023-07-28 10:43:03 +02:00
Eva
9048c01308
🐛 Fix copy color information in several formats
2023-07-25 11:57:41 +02:00
alonso.torres
c670089c03
🐛 Fix problem with skew transformations
2023-07-14 14:30:26 +02:00
Andrey Antukh
6c13925930
🐛 Fix bad interaction of file migrations components-v2 and pointer-map feature
2023-07-13 15:00:28 +02:00
alonso.torres
1b0a6b26ce
🐛 Fix problem with bool contents
2023-07-12 13:06:42 +02:00
alonso.torres
5072c903c5
🐛 Fix bad frame-id for certain componentes
2023-07-12 13:06:42 +02:00
Andrés Moya
491251f5ce
🐛 Fix overlay position with elements fixed when scrolling
2023-07-12 09:46:46 +02:00
Andrés Moya
65598aa724
🐛 Fix overlay position when it has shadow or blur
2023-07-12 09:46:46 +02:00
Pablo Alba
8e0c6da1d6
🐛 Fix library backup assets order
2023-07-11 08:05:56 +02:00
Andrey Antukh
09d28d8583
✨ Add better file feature handling on file retrieval
2023-07-10 12:44:07 +02:00
alonso.torres
996a614ed7
🐛 Fix grid not being cutted in frames
2023-07-07 10:18:28 +02:00
alonso.torres
302bfd3007
🐛 Fix problems with locked frames
2023-07-05 08:44:59 +02:00
alonso.torres
302750bd7e
🐛 Fix issue with paths line to curve and concurrent editing
2023-07-05 08:10:54 +02:00
Alejandro
bf297539ae
Merge pull request #3374 from penpot/niwinz-bugfixes-2023-w26-2
...
🐛 Bugfixes
2023-07-04 16:27:17 +02:00
Andrey Antukh
068d2f13f4
✨ Add min-max validation to word-string schema
2023-07-04 13:55:58 +02:00
Andrey Antukh
1464f5da90
✨ Ensure that all emails are under 250chars
2023-07-04 13:55:58 +02:00
Andrey Antukh
63c8798264
⬆️ Update backend and common dependencies
2023-07-03 10:43:26 +02:00
Alejandro Alonso
74dd4f1ff8
🐛 Fix text content validation
2023-07-03 09:35:55 +02:00
Alejandro Alonso
d939a86e75
🐛 Fix null vlaues for grid columns/rows
2023-07-03 09:28:57 +02:00
Pablo Alba
9d06a34df4
🐛 Fix Annotation is not shown on View mode
2023-06-27 13:17:40 +02:00
Andrey Antukh
f60d09eb8f
🎉 Add uuid->short-id helper
...
Mainly helps encode a safer subset of bits (96) of an uuid using
a more compact encoding (base62) which is compatible with CSS and
URL's
2023-06-26 18:03:16 +02:00
Andrey Antukh
7f16a79af5
🐛 Fix email printing to the logging subsystem
...
Fixes #3239
2023-06-26 11:16:37 +02:00
Alejandro Alonso
d02f3ba011
🐛 Fix text fills with gradient
2023-06-22 14:08:21 +02:00
Pablo Alba
54cee6ea72
🐛 Fix annotation is not duplicated together with main component
2023-06-22 12:44:44 +02:00
Andrés Moya
d8121364ad
🐛 Fix touched on adding shapes to a component copy and undo
2023-06-22 09:27:27 +02:00
Andrés Moya
c499c8a323
🐛 Small fix
2023-06-19 16:09:16 +02:00
Pablo Alba
7733bc4419
🐛 Fix ungroup component
2023-06-19 12:29:54 +02:00
Andrés Moya
6edba71c12
🐛 Fix calculation of component modified and remove unneeded check
2023-06-16 13:24:41 +02:00
Andrés Moya
a559e7310a
🐛 Solve error in notification of library changes
...
(See main.data.workspace.notifications/schema:handle-file-change)
2023-06-16 12:23:11 +02:00
alonso.torres
dd472bee64
🐛 Fix problem when transforming shape to path
2023-06-14 18:07:33 +02:00
Andrés Moya
1d5d5e2499
🐛 Flix blend mode validation when importing svg
2023-06-08 09:52:34 +02:00
Pablo Alba
55a821f193
🐛 Fix copy paste can produce nested components in copies
2023-06-07 13:08:17 +02:00
Pablo Alba
27695f5ae1
Merge pull request #3270 from penpot/hiru-bugtixes-3
...
Hiru bugfixes 3
2023-06-06 16:18:51 +02:00
Alejandro Alonso
c89f2fc627
🐛 Fix align.cljc lint
2023-06-06 14:03:08 +02:00
Alejandro
e41c36f534
Merge pull request #3267 from dfelinto/fix-distribute
...
🐛 Distribute vertical spacing failing for overlapped text
2023-06-06 13:21:51 +02:00
Andrés Moya
f425a5866b
🐛 Allow empty fills in text content
2023-06-05 17:37:41 +02:00