Andrey Antukh
a89f16e594
✨ Add better logging config for devenv
2024-02-19 09:20:47 +01:00
Andrey Antukh
b718a282e0
♻️ Add minor refactor to file migrations
...
Relevant changes:
- Add the ability to create migration in both directions, defaulting
to identity if not provided
- Move the version attribute to file table column for to make it more
accessible (previously it was on data blob)
- Reduce db update operations on file-update rpc method
2024-02-19 09:20:47 +01:00
Alejandro
7ac4b89a0e
Merge pull request #4145 from penpot/niwinz-staging-tmp
...
✨ Minor improvements on TMP storage API
2024-02-19 07:16:36 +01:00
Aitor
ff3c948056
📎 Add script to find missing mf/use-fn
2024-02-16 15:51:08 +01:00
Eva Marco
150fa394ff
Merge pull request #4151 from penpot/ladybenko-6900-fix-palette-toolbar
...
🐛 Fix collapsed toolbar/palette position
2024-02-15 16:24:12 +01:00
Eva Marco
14651b1ae5
Merge pull request #4155 from penpot/niwinz-staging-onboarding-fix
...
🐛 Fix onboarding dialog is not loaded from profile settings
2024-02-15 16:20:11 +01:00
Belén Albeza
415ce339a7
🐛 Fix cropped text for typographies in the small palette
2024-02-15 16:14:08 +01:00
Belén Albeza
261dc553bb
🐛 Fix collapsed toolbar position
2024-02-15 16:14:08 +01:00
Belén Albeza
4c9174969f
🐛 Fix collapsable palette position
2024-02-15 16:14:08 +01:00
Andrey Antukh
443ca0a02c
Merge pull request #4137 from penpot/alotor-bugfix-17
...
Alotor bugfix 17
2024-02-15 16:10:31 +01:00
Eva Marco
862053738a
Merge pull request #4149 from penpot/xaviju-fix-margin-detach-button
...
🐛 Fix detach button position and color info overflow
2024-02-15 15:59:42 +01:00
alonso.torres
4ece2ba148
🐛 Fix problem with calculated margins in flex layout
2024-02-15 15:46:40 +01:00
alonso.torres
2bb2d4ca59
🐛 Fix problem with align-self default
2024-02-15 15:46:40 +01:00
Andrey Antukh
15cd9432b7
🐛 Fix onboarding dialog is not loaded from profile settings
2024-02-15 15:39:33 +01:00
Xaviju
4acc98749c
🐛 Fix ellipsis on color row
2024-02-15 15:21:06 +01:00
Xaviju
9e527e4007
🐛 Fix detach button position
2024-02-15 12:57:03 +01:00
Alejandro Alonso
5cbb3f76c7
🐛 Fix cut/paste component inside a board
2024-02-15 10:57:08 +01:00
Alejandro
c4e707d5a2
Merge pull request #4146 from penpot/alotor-us-6933-keep-aspect-ratio
...
Add keep aspect ratio flag
2024-02-15 09:37:30 +01:00
alonso.torres
86b4a95875
✨ Fix problem when importing zip files
2024-02-15 09:27:51 +01:00
alonso.torres
ea2173bd30
✨ Add keep aspect ratio flag to image fills
2024-02-15 09:27:51 +01:00
Andrey Antukh
63e74545ab
📎 Add get-raw-file srepl helper
2024-02-14 17:38:53 +01:00
Andrey Antukh
29d48f0a98
✨ Add minor code cleaning on file-update ns
2024-02-14 17:38:53 +01:00
Andrey Antukh
8981e57deb
✨ Ensure connection on persisting pointers
2024-02-14 17:36:13 +01:00
Andrey Antukh
ba55d657a4
✨ Prevent adding object map to not loaded pointer-map containers
2024-02-14 17:34:50 +01:00
Andrey Antukh
3212ed9bd1
🐛 Fix incorrect value passed on unhandled error
2024-02-14 17:33:34 +01:00
Belén Albeza
add9c98ba0
🐛 Fix email tags not being shown in invite members modal
2024-02-14 13:15:42 +01:00
Belén Albeza
ee8cdfc7d3
🐛 Fix boolean flatten icon size
2024-02-14 11:55:25 +01:00
Aitor Moreno
26699de71b
Merge pull request #4113 from penpot/eva-review-inspect-tab
...
Update inspect tab
2024-02-14 11:02:20 +01:00
Aitor Moreno
71bc4e5186
Merge pull request #4144 from penpot/superalex-change-stroke-color-from-library-doesnt-work
...
🐛 Fix change stroke color from library doesn't work
2024-02-14 11:01:28 +01:00
Alejandro Alonso
377d9682da
🐛 Fix default constraints for migrated graphics
2024-02-14 11:00:54 +01:00
Andrey Antukh
a31be7e2ff
✨ Use a prefixed dir for storing temp files
...
And mark them for deletion on JVM exit.
2024-02-14 09:53:54 +01:00
Eva
8ead63cad0
♻️ Review inspect tab spacing
2024-02-14 09:53:46 +01:00
Andrey Antukh
9649878fd8
✨ Ensure id prop on :data on components-v2 migration
2024-02-14 09:33:02 +01:00
Alejandro Alonso
fa19ce2b5b
🐛 Fix change stroke color from library doesn't work
2024-02-14 07:58:21 +01:00
Alejandro
6fd30d50f4
Merge pull request #4143 from penpot/niwinz-staging-file-gc
...
♻️ Refactor the file-gc task
2024-02-14 06:48:07 +01:00
Andrés Moya
d654a4faed
🐛 Avoid setting touched in parent when swapping components
2024-02-13 19:38:00 +01:00
Belén Albeza
f152e30737
🐛 Fix shortcuts menu being clipped
2024-02-13 19:36:58 +01:00
Andrey Antukh
8ea82021f0
✨ Add better error report on importing truncated binfile
2024-02-13 19:36:15 +01:00
Andrey Antukh
afd68fa09d
🐛 Properly handle fdata features on file-gc task
...
It also adds a schema validation process after cleaning. If file
does not validates it will be skiped.
2024-02-13 19:36:10 +01:00
Andrey Antukh
bc3d268f57
✨ Add minor improvements to srepl helpers
2024-02-13 19:09:54 +01:00
Belén Albeza
1415ed30b6
🐛 Fix icon not being shown when asset category had a zero count
2024-02-13 18:42:06 +01:00
Belén Albeza
c824711893
🐛 Replace overlay icons with new ones
2024-02-13 18:41:19 +01:00
Belén Albeza
2633e56a76
🐛 Fix icon size in selects
2024-02-13 18:41:19 +01:00
Belén Albeza
4e152f470b
🐛 Fix overaly checkboxes in prototype tab
2024-02-13 18:41:19 +01:00
Belén Albeza
c89a1b3b27
🐛 Fix extend button style in prototype tab
2024-02-13 18:41:19 +01:00
Andrey Antukh
1cb6f43339
📎 Add srepl fix function for disable fdata features
2024-02-13 17:54:11 +01:00
Andrey Antukh
e8a1c58c5d
🐛 Fix incorrect change detection on srepl helper process-file
2024-02-13 17:54:11 +01:00
Andrey Antukh
39cb4a081b
🐛 Clean legacy features on binfile (v1) importation
2024-02-13 17:54:11 +01:00
Belén Albeza
c336cbe8ab
🐛 Fix text transform buttons order
2024-02-13 12:57:18 +01:00
Belén Albeza
565bf5fbb8
🐛 Fix padding of font size selector
2024-02-13 12:57:18 +01:00