Alejandro
fe76e0fab6
Merge pull request #2884 from penpot/alotor-post-release-fixes
...
Post release fixes
2023-02-02 11:22:53 +01:00
Andrés Moya
dd2321a37b
🐛 Fix weird numeration creating elements in dashboard
2023-02-02 10:19:36 +01:00
alonso.torres
071ac0366c
🐛 Fix problem with max-size 0
2023-02-02 09:18:53 +01:00
alonso.torres
1a2a90f829
🐛 Fix problems with strange file
2023-02-02 09:18:53 +01:00
alonso.torres
028c084b22
🐛 Add limit to growth fill shapes to the bounds of the layout
2023-02-02 09:18:53 +01:00
alonso.torres
70fa169d0d
🐛 Fix problem with selection on nested boards
2023-02-02 09:18:53 +01:00
Andrey Antukh
6240323704
💄 Add minor cosmetic changes to common.spec ns
2023-02-01 16:39:59 +01:00
Andrey Antukh
56cf7064f5
Merge remote-tracking branch 'origin/staging' into develop
2023-01-31 23:04:26 +01:00
alonso.torres
3fe5cd3752
🐛 Fix problem when resizing layout to zero size
2023-01-31 12:07:17 +01:00
Alejandro Alonso
a905f49721
Merge remote-tracking branch 'origin/staging' into develop
2023-01-31 10:29:41 +01:00
alonso.torres
18445ea5f4
🐛 Fix problem with size 100% and auto parent
2023-01-31 09:40:01 +01:00
Andrés Moya
e1d1ecbc24
Merge remote-tracking branch 'origin/staging' into develop
2023-01-30 12:47:20 +01:00
Pablo Alba
9f8d86a80e
🐛 Fix copy paste texts with typography assets linked
2023-01-30 12:26:31 +01:00
Alejandro
073ec9ea2b
Merge pull request #2856 from penpot/alotor-fix-transform-precision
...
🐛 Fix problem with transform when a coordinate was very close to …
2023-01-30 09:57:50 +01:00
alonso.torres
951c67a2d5
🐛 Fix problem with transform when a coordinate was very close to zero
2023-01-27 16:09:44 +01:00
alonso.torres
86b68aeca4
🐛 Add migration to fix problem with frame-id
2023-01-27 14:43:55 +01:00
Eva
b463ebc17b
🐛 Fix layout spec with proper names
2023-01-27 13:11:46 +01:00
Alejandro
6fd6205634
Merge pull request #2841 from penpot/alotor-polishing-11
...
Polishing
2023-01-26 16:27:05 +01:00
Andrés Moya
22ded62000
🐛 Fix paths not flagged as modified when resized
2023-01-26 15:29:20 +01:00
alonso.torres
38fe6e856a
🐛 Fix problems with content between/around and auto-width
2023-01-26 12:55:40 +01:00
alonso.torres
9f9d9277a6
🐛 Fix problem with space-around and auto-width/height
2023-01-26 12:55:40 +01:00
alonso.torres
e041f93680
🐛 Fix space-between preserves gap distances
2023-01-26 12:55:40 +01:00
Alejandro Alonso
d3e11433bf
🐛 Fix font vertical metrics
2023-01-24 14:21:16 +01:00
Andrey Antukh
7e9a5c4a8f
Merge remote-tracking branch 'origin/staging' into develop
2023-01-23 09:55:50 +01:00
Andrey Antukh
578ff944a6
📎 Use name
instead of pr-str
of error type
2023-01-20 16:52:58 +01:00
Alejandro Alonso
b8043a9755
Merge remote-tracking branch 'origin/staging' into develop
2023-01-20 15:52:04 +01:00
Alejandro
dad5d953ce
Merge pull request #2814 from penpot/alotor-polishing-8
...
Fix some mask issues
2023-01-20 14:04:45 +01:00
Alejandro Alonso
da517f2d35
Merge remote-tracking branch 'origin/staging' into develop
2023-01-20 13:58:08 +01:00
Andrés Moya
9367788898
✨ Small improvement
2023-01-20 12:04:47 +01:00
Andrés Moya
2b978777d7
🐛 Fix import/export components with boards inside
2023-01-20 12:04:47 +01:00
alonso.torres
f38197b227
✨ Remove restriction to move mask layers
2023-01-20 10:56:55 +01:00
alonso.torres
bc9be7846a
🐛 Fix problem with empty mask on layout
2023-01-20 10:56:55 +01:00
Andrey Antukh
62aa6569f2
Merge remote-tracking branch 'origin/staging' into develop
2023-01-20 09:59:56 +01:00
Eva Marco
b329de6487
Merge pull request #2807 from penpot/hiru-fix-layout-sync
...
Fix layout attributes sync in components
2023-01-20 09:06:36 +01:00
Eva
40195a4f52
🐛 Fix index on layout created over group
2023-01-19 16:16:22 +01:00
alonso.torres
685a071e87
🐛 Fix rounding error with matrices
2023-01-19 15:47:25 +01:00
Andrés Moya
77d71abb5d
🐛 Sync correctly all layout attributes
2023-01-19 13:44:28 +01:00
alonso.torres
75d6e21af8
✨ Show tools on path creation. Change snap while drawing
2023-01-19 13:39:21 +01:00
alonso.torres
4b5caf5fb9
✨ Shift+move ignores snap-pixel on the axis moving
2023-01-19 11:51:53 +01:00
alonso.torres
89371e10d1
🐛 Fix problem moving shapes inside a group inside a layout
2023-01-19 11:51:53 +01:00
Eva
a1a3d09998
🐛 Remove numbers in layer creation
2023-01-19 11:31:46 +01:00
alonso.torres
c18d3c66a8
✨ Changes to snap to pixel
2023-01-18 11:04:24 +01:00
Andrey Antukh
db689d151e
♻️ Refactor profile and session handling
...
- makes the profile access more efficient (replace in-app joins to a
simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
Pablo Alba
ab421ac3f9
🐛 Fix undo corner case in multiplayer
2023-01-16 11:43:42 +01:00
Eva Marco
ab5fd68689
Merge pull request #2777 from penpot/alotor-polishing-4
...
Polishing
2023-01-13 14:58:38 +01:00
Alejandro
275eb993ce
Merge pull request #2775 from penpot/niwinz-bugfixes-1
...
🐛 Several backend bugfixes
2023-01-13 14:33:46 +01:00
alonso.torres
5f0f3abeae
🐛 Fix problem when dropping indices in flipped frames
2023-01-13 14:23:11 +01:00
alonso.torres
d0a15cda96
🐛 Fix issue when mirroring artboard
2023-01-13 14:23:11 +01:00
Aitor
1b7ea6ed53
✨ Adds method to-fixed
to math
...
Changes matrix/toString to use `to-fixed`
2023-01-13 11:43:50 +01:00
Andrey Antukh
fcbbe8e5c7
🐛 Fix incorrect logging context setup
2023-01-13 10:19:39 +01:00