alonso.torres
a58ad2298a
🐛 Activate plugin feature by default
2024-11-15 09:04:59 +01:00
alonso.torres
c3970255e6
🐛 Fix problem with grid layout ordering after moving
2024-11-11 12:34:07 +01:00
Andrey Antukh
946dac3c9f
🐛 Fix NPE on number schemas
...
Mainly, without this fix, happens the following:
user=> (sm/validate [::sm/int {:min 0}] nil)
Execution error (NullPointerException) at app.common.schema/fn$fn (schema.cljc:692).
Cannot invoke "Object.getClass()" because "x" is null
And it should return `false` without an exception.
2024-11-06 09:15:06 +01:00
Andrey Antukh
3334fb0e99
🐛 Add migration to fix invalid pages
2024-11-04 15:34:09 +01:00
Andrey Antukh
7c73e44ab8
✨ Add minor improvement on error reporting on shape validation
2024-10-29 11:47:47 +01:00
Andrey Antukh
40c118df55
🐛 Fix incorrect pred composition on number schema types
...
Fixes the following:
=> (sm/validate (sm/schema [::sm/int {:max 10}]) nil)
Cannot invoke "Object.getClass()" because "x" is null
2024-10-29 11:47:06 +01:00
Andrey Antukh
6b817d102b
🐛 Add migration for a fix of invalid fills
2024-10-28 18:04:27 +01:00
Andrey Antukh
08a9371322
🐛 Use proper ::sm/int schema type on color and shape schemas
2024-10-28 18:04:25 +01:00
alonso.torres
cd586c81ee
🐛 Fix problem with swap components on grid
2024-10-22 16:14:14 +02:00
alonso.torres
07f055bd49
🐛 Fix problem when duplicating board with guide
2024-10-18 11:52:41 +02:00
alonso.torres
83d8bf37a6
🐛 Fix problem with inner strokes bounds
2024-10-15 12:28:23 +02:00
alonso.torres
2dc0cfdee3
🐛 Fix problem with caps and inner shadows
2024-10-14 15:25:37 +02:00
alonso.torres
c236e0765b
🐛 Fix problems with show in viewer and interactions
2024-10-14 15:25:37 +02:00
alonso.torres
97ae295cb9
🐛 Fix problem updating layout when toggle visibility in component copy
2024-10-14 11:45:27 +02:00
alonso.torres
ecc93d9246
🐛 Fix problem with precision on boolean calculation
2024-10-10 11:45:16 +02:00
Andrey Antukh
002b1679c3
♻️ Clean assertion and schema chechking API
2024-10-08 15:30:33 +02:00
Alejandro Alonso
476eedbd2c
Merge remote-tracking branch 'origin/staging' into develop
2024-10-03 07:19:53 +02:00
Andrey Antukh
be30174a49
✨ Add limits for team invitations
2024-10-02 16:05:33 +02:00
Alejandro
d570048f78
Merge pull request #5132 from penpot/niwinz-bugfix-1
...
🐛 Fix issues on migration 55
2024-10-02 13:36:43 +02:00
AzazelN28
7398f7ce0d
♻️ Replace Draft.js with custom editor
2024-10-01 22:31:16 +02:00
Andrey Antukh
76479a2486
🐛 Fix page background migration
2024-10-01 16:44:54 +02:00
Andrey Antukh
31f62dcc12
🐛 Fix incorrect flows conversion on migration 55
2024-10-01 16:34:22 +02:00
Alejandro Alonso
21aa8b0703
Merge remote-tracking branch 'origin/staging' into develop
2024-09-24 09:42:56 +02:00
Andrés Moya
1fa461e996
🐛 Fix error when swapping a copy that is the only child of a group
2024-09-23 15:01:01 +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
21dd9a260c
📎 Rename common files changes test namespace
2024-09-18 12:15:12 +02:00
Andrey Antukh
7b9b5bafc1
🔥 Remove duplicated test
2024-09-18 12:15:12 +02:00
Andrey Antukh
41ebba6ce0
✨ Add generative tests for flows and saved-grids
2024-09-18 12:15:12 +02:00
Andrey Antukh
61446592b3
✨ Move generative test related code to a separated ns
2024-09-18 12:15:12 +02:00
Andrey Antukh
b82c6326cf
✨ Add better error reporting on changes validation
2024-09-18 12:15:12 +02:00
Andrey Antukh
a2f466810b
♻️ Add minor refactor on set-plugin-data change
2024-09-18 12:15:12 +02:00
Andrey Antukh
1bd1782d66
♻️ Add better reporting for generative tests
2024-09-18 12:15:12 +02:00
Andrey Antukh
ea6a1c05fa
🐛 Fix incorrect assignation of plugin data on page data structure
2024-09-18 12:15:12 +02:00
Andrey Antukh
4f84e77b10
✨ Add generative tests for set-guide change
2024-09-18 12:15:12 +02:00
Andrey Antukh
fa75a3539f
📎 Rename shape decode encode test file
2024-09-18 12:15:12 +02:00
Andrey Antukh
fa12d9785a
✨ Add tests for basic obj crud change operations
...
Restored and adapted from already existing commented code
2024-09-18 12:15:12 +02:00
Andrey Antukh
c578e31ae2
📎 Update some docstrings on common/schema ns
2024-09-18 12:15:12 +02:00
Andrey Antukh
749c369080
✨ Add less verbose shape validation
2024-09-18 12:15:12 +02:00
Andrey Antukh
4ad4057878
♻️ Refactor page options data structure
2024-09-18 12:15:12 +02:00
Andrey Antukh
179d534237
🐛 Fix several issues related to invalid colors inserted on shadows
2024-09-16 18:32:40 +02:00
Andrey Antukh
162507264c
🐛 Reexecute file migration 26 again for shapes that has transform prop as nil
2024-09-16 18:32:40 +02:00
alonso.torres
9bca42c14a
✨ Fixed plugin registration props
2024-09-16 15:46:02 +02:00
Andrey Antukh
9e94cf7b99
♻️ Simplify internal implementation of sm/schema namespace
2024-09-13 11:30:55 +02:00
Andrey Antukh
f291125377
🐛 Add migration for invalid value on layout-wrap-type on shape prop
2024-09-12 21:33:01 +02:00
Alejandro Alonso
9e3f8e7827
Merge remote-tracking branch 'origin/staging' into develop
2024-09-09 11:09:53 +02:00
Andrey Antukh
15faa57e01
🐛 Fix decoding on sm/set schema
2024-09-09 09:46:50 +02:00
Alejandro Alonso
efc61241a0
Merge remote-tracking branch 'origin/staging' into develop
2024-09-06 13:50:37 +02:00
Andrey Antukh
886c0c596f
Merge pull request #5060 from penpot/alotor-bugfixes
...
Bugfixes
2024-09-05 15:32:44 +02:00
alonso.torres
b15b394c65
🐛 Fix problem when creating a component instance from grid layout
2024-09-05 15:11:04 +02:00
Alejandro Alonso
e189dc965d
Merge remote-tracking branch 'origin/staging' into develop
2024-09-05 09:37:16 +02:00