Andrey Antukh
b676ea7127
Merge remote-tracking branch 'origin/staging' into develop
2025-02-25 12:56:05 +01:00
Xavier Julian
ca65f5ad9a
💄 Improve theme modal with UX enhancements
2025-02-25 12:52:12 +01:00
Elena Torró
3e89b73ca0
📚 Add developer docs about how to test feature flags by team ( #5949 )
2025-02-25 12:51:00 +01:00
Marina López
8f06fa1026
🎉 Add AB test descriptive board tooltip ( #5936 )
...
* 🎉 Add AB test descriptive board tooltip
* 📎 Add changes from feedback
2025-02-25 12:50:16 +01:00
Andrey Antukh
a549d783ba
✨ Downgrade s3 sdk for compatibility with minio ( #5946 )
...
* 📚 Add `⬇️ ` emoji to the contributing guide
For cases where we need to downgrade dependencies
* ✨ Downgrade S3 SDK version
Mainly for minio and other S3-compatible services
2025-02-25 12:49:33 +01:00
Alejandro
17e9e836f6
Merge pull request #5950 from penpot/alotor-fix-gradient-strokes
...
🐛 Fix problem with gradient in strokes
2025-02-25 11:43:49 +01:00
alonso.torres
c48d862d0f
🐛 Fix problem with gradient in strokes
2025-02-25 11:29:57 +01:00
alonso.torres
052282cff9
🐛 Fix problem updating layout when duplicating component
2025-02-25 11:21:41 +01:00
Pablo Alba
6d40166de7
✨ Remove menu options and shortcuts actions over variants
2025-02-25 10:11:14 +01:00
Elena Torró
ab7781b4fa
✨ Add dbg panel to enable a team feature flag ( #5940 )
...
* ✨ Add dbg panel to enable and disable team feature flags
* 📎 Rename debug to skip-check and do not parse & cast the feature value
2025-02-25 10:09:43 +01:00
Andrey Antukh
6c1e8c3fe8
⬆️ Update deps (fix compat issues with minio)
2025-02-25 09:39:13 +01:00
luisδμ
7f9a9ad774
🐛 Fix visual glitches in the comment dropdown at the dashboard ( #5938 )
2025-02-25 09:17:42 +01:00
luisδμ
2219d91e4d
🐛 Fix all comments appear in every page ( #5943 )
2025-02-25 09:16:46 +01:00
Yamila Moreno
fac2314d62
🔧 Relax secure cookies requirement when non-https public uri is set ( #5939 )
2025-02-25 09:10:53 +01:00
Eva Marco
88669d2e0f
🎉 Add translations to token errors ( #5926 )
2025-02-24 15:50:47 +01:00
Andrey Antukh
1187d64f69
Merge remote-tracking branch 'origin/staging' into develop
2025-02-24 12:49:04 +01:00
Yamila Moreno
aac61ff229
📚 Document how to troubleshoot Penpot ( #5937 )
2025-02-24 12:07:47 +01:00
Andrey Antukh
3074fc9ab5
♻️ Remove deprecated with-atomic and refactor tx-run! ( #5915 )
...
* ♻️ Remove deprecated with-atomic and refactor tx-run!
* ✨ Do not hold open connection for the whole clone-template operation
2025-02-24 11:15:44 +01:00
Andrey Antukh
15d09eb0d4
🐛 Fix incorrect data id assignation on creating a snapshot ( #5934 )
...
* 📎 Set proper name to relink-refs mechanism function
* 🐛 Fix incorrect id assignation on snapshot file resolution
* ♻️ Use uniform api for file retrieval on file snapshot code
2025-02-24 11:05:16 +01:00
Alejandro
786383c25d
Merge pull request #5935 from penpot/niwinz-viewer-bugfix
...
🐛 Fix incorrect data returned on viewer subapp bundle
2025-02-24 10:41:17 +01:00
elhombretecla
662c3c64a9
✨ Fix 2.5 slides wording ( #5925 )
2025-02-24 09:39:43 +01:00
Juanfran
9084c184e7
🐛 Filter out recent fonts from search results ( #5927 )
2025-02-24 09:12:12 +01:00
Elena Torró
bcea19001e
✨ Improve readability of RGBA and HSLA values in inspect mode ( #5918 )
...
* ✨ Improve readability of RGBA and HSLA values in inspect mode
* 📎 Remove reader conditionals for format common methods
2025-02-24 09:08:42 +01:00
Andrey Antukh
ae718c3328
🐛 Fix incorrect data returned on viewer subapp bundle
2025-02-24 09:03:57 +01:00
Marina López
702bd41047
🐛 Fix error when getting file from libs
2025-02-24 08:26:27 +01:00
Aitor Moreno
9896275fa8
Merge pull request #5932 from penpot/niwinz-objects-gc-bugfix
...
✨ Remove automatic cascade on file_change table fk constraint
2025-02-21 14:32:24 +01:00
Andrey Antukh
d2c800fc0f
🐛 Add missing handling of file_change on delete-object task
2025-02-21 14:24:18 +01:00
Andrey Antukh
893f19fa5e
✨ Remove automatic cascade on file_change table fk constraint
2025-02-21 14:24:07 +01:00
Andrey Antukh
624750ad16
🐛 Fix incorrect order of execution of internal procs on objects-gc ( #5929 )
...
* ⚡ Improve efficiency on objects-gc tasks
Replacing db/cursor with db/plan
* 🐛 Use correct order of subprocs on objects-gc
Mainly affects the file deletion
* 📎 Increase chunk-size to 100 on objects-gc
2025-02-21 13:01:20 +01:00
Andrés Moya
1c98c53805
🔧 Add filtering to logs in component sync algorithm
2025-02-21 11:30:02 +01:00
Aitor Moreno
4799f6fe0a
♻️ Refactor rendering surfaces ( #5921 )
2025-02-21 11:04:12 +01:00
Andrey Antukh
24cb1728b0
🐛 Fix context menu event handling issues ( #5917 )
...
* 💄 Change call convention for dashboard grid component
* 🎉 Add helper component for easy portal to document
* 🐛 Fix context menu event handling issues
With this commit, the behavior of context menu and scroll is changed
to: close menu on scroll instead of disabling all pointer events while
menu is open. The previous behavior causes a second event of context
menu open a native browser context menu instead of penpot menu.
2025-02-21 07:57:56 +01:00
Alejandro
7470fb709f
Merge pull request #5920 from penpot/alotor-test-apply-modifiers
...
✨ Modify shapes geometry instead of transformation matrix
2025-02-21 07:44:32 +01:00
alonso.torres
8c1e18b1cd
🐛 Fix problem with images
2025-02-20 17:57:36 +01:00
alonso.torres
9143187efd
✨ Modify shapes geometry instead of transformation matrix
2025-02-20 17:39:17 +01:00
Eva Marco
dda9f62504
🐛 Fix menu shadow color
2025-02-20 17:23:28 +01:00
Aitor Moreno
b661f39422
♻️ Refactor render shape ( #5916 )
2025-02-20 16:33:18 +01:00
Aitor Moreno
3a764a9da6
Merge pull request #5919 from penpot/alotor-constraints-2
...
🐛 Fix problems with constraints resizing
2025-02-20 16:26:46 +01:00
alonso.torres
2341dfb95d
🐛 Fix problems with constraints resizing
2025-02-20 14:20:01 +01:00
Xavier Julian
ff121d2af5
💄 Differentiate empty and not empty token types
2025-02-20 14:12:51 +01:00
Xavier Julian
55d7bab0e6
💄 Spacing on token sets
2025-02-20 13:31:18 +01:00
Juanfran
4a3d951329
Merge pull request #5888 from penpot/juanfran-fix-flaky-add-new-test
...
✨ Add more integration tests for tokens
2025-02-20 10:10:00 +01:00
Pablo Alba
014c297458
🎉 Add drag components in or out a variant container
2025-02-20 10:05:01 +01:00
Juanfran
280da72e63
✨ Add more integration tests for tokens
2025-02-20 09:57:31 +01:00
Alejandro Alonso
6277db8d45
🐛 Fix clip for frames with border radius (render wasm)
2025-02-20 09:24:55 +01:00
Andrey Antukh
479f39338b
🐛 Don't send invitation email to profiles that explicitly disallow that
...
* 🐛 Don't send invitation email to profiles that explicitly disallow that
* 📎 Add changes post feedback
* 📎 Fix typo on changelog
2025-02-20 09:20:28 +01:00
Andrey Antukh
60530a80d9
Merge remote-tracking branch 'origin/staging' into develop
2025-02-20 09:15:00 +01:00
Alejandro
befa5f4c7f
Merge pull request #5906 from penpot/niwinz-libraries-fix
...
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:40:24 +01:00
Andrey Antukh
6e92e3b765
🐛 Fix inconsistency on naming
...
This also a fix of passing incorrect prop :shared-libs
to a component that already expectes :libraries.
It also removes unnecesary use of refs/libraries ref
2025-02-20 07:32:11 +01:00
Andrey Antukh
0e73de17ec
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:32:10 +01:00