Andrey Antukh
9a6989d2ca
📎 Fix linter issues introduced on merging staging into develop
2025-07-23 12:27:04 +02:00
Andrey Antukh
8aebe1a41e
Merge remote-tracking branch 'origin/staging' into develop
2025-07-23 12:26:09 +02:00
Andrey Antukh
1acf78d57c
Merge branch 'main' into staging
2025-07-23 12:09:37 +02:00
Andrey Antukh
523373dfa2
📎 Update .gitignore file
2025-07-23 12:09:15 +02:00
Andrés Moya
f55e7d8165
🐛 Keep shape level groups for token sync later
2025-07-23 12:04:31 +02:00
Andrés Moya
9fdc6be465
🐛 Fix bad touched attributes when applying tokens to text shapes
2025-07-23 12:04:31 +02:00
Alejandro Alonso
9390c1e7be
🐛 Fix "Copy as SVG" generates different code from the Inspect panel ( #6945 )
2025-07-23 11:46:58 +02:00
Florian Schroedl (aider)
d788a4d252
✨ Implement new token-type :font-families
2025-07-23 11:26:28 +02:00
Eva Marco
b20b272eae
📚 Update changelog
2025-07-23 09:53:49 +02:00
Aitor Moreno
2cddc6fb5b
Merge pull request #6583 from penpot/niwinz-fills-binary-type
...
🎉 Fills as binary type
2025-07-23 09:26:26 +02:00
Alejandro Alonso
d46b519524
🐛 Fix remove color button in the gradient editor ( #6942 )
2025-07-23 09:04:54 +02:00
Andrey Antukh
4effd375a9
✨ Add several improvements to admin pannel
2.9.0-RC2
2025-07-23 08:33:33 +02:00
Andrey Antukh
4e753dc474
💄 Use resolved schemas instead of references
...
For several schemas on common types
2025-07-23 08:33:28 +02:00
Andrey Antukh
fbf63b98c3
✨ Reuse file data checkers on file validate ns
2025-07-23 08:33:23 +02:00
Marina López
3df557b370
♻️ Remove the workaround for updating the subscription after subscribing ( #6938 )
2025-07-23 08:10:20 +02:00
Aitor Moreno
cdb600b081
✨ Remove unused code
2025-07-23 08:03:23 +02:00
Aitor Moreno
ffb688696b
🎉 Add keep-aspect-ratio integration
2025-07-23 08:03:23 +02:00
Andrey Antukh
8bb210e7b6
🎉 Add binary fills integration
2025-07-23 08:03:23 +02:00
Andrey Antukh
9ee488009f
♻️ Add substantial refactor on how types are organized
...
This mainly affects types related to colors, fills and texts, moving library
based operations from color namespace.
2025-07-23 08:03:23 +02:00
Andrey Antukh
96d9b102b6
⚡ Add type hints on config ns
2025-07-23 07:32:11 +02:00
Andrey Antukh
16fba49937
✨ Expose flags for common submodule
2025-07-23 07:32:11 +02:00
Andrey Antukh
af99bd620c
✨ Use binary fills to write data to wasm memory
2025-07-23 07:32:11 +02:00
Andrey Antukh
8a58b9d459
✨ Use new write-bool helper on fills metadata
2025-07-23 07:32:11 +02:00
Andrey Antukh
e3c62075b8
✨ Write keep-aspect-ration on fill binary format
2025-07-23 07:32:11 +02:00
Andrey Antukh
22a70eb5b2
🎉 Add write-bool helper to buffer ns helpers
2025-07-23 07:32:11 +02:00
Andrey Antukh
4e2998a366
♻️ Rename fill to fills namespace
2025-07-23 07:32:11 +02:00
Andrey Antukh
158f759cde
✨ Add binary fills initialization on workspace fetch
2025-07-23 07:32:11 +02:00
Aitor Moreno
3e3be95420
Merge pull request #6927 from penpot/elenatorro-test-fix-text-shadows
...
🐛 Fix text shadows apply text opacity
2025-07-23 06:59:28 +02:00
Elena Torró
b5808701ec
Merge pull request #6873 from penpot/niwinz-develop-enhancements-1
...
✨ Add improvements for backend admin/debug page
2025-07-22 15:14:08 +02:00
Xaviju
35f3125fff
🐛 Fix null when copying shadow color on inspect tab ( #6923 )
...
Co-authored-by: Xavier Julian <xaviju@proton.me >
2025-07-22 14:49:36 +02:00
Elena Torro
5427d207cd
🐛 Fix text shadows apply text opacity
2025-07-22 14:34:10 +02:00
Xaviju
ee23d72d13
🐛 Fix null when copying shadow color on inspect tab ( #6923 )
...
Co-authored-by: Xavier Julian <xaviju@proton.me >
2025-07-22 14:06:06 +02:00
Francis Santiago
f22aa606ce
📚 Clarify OpenShift requirements ( #6937 )
...
* 📚 Clarify OpenShift requirements
* 📚 Remove the click for expanding
2025-07-22 14:05:02 +02:00
Andrey Antukh
d914314c1c
Merge remote-tracking branch 'origin/staging' into develop
2025-07-22 13:04:57 +02:00
Pablo Alba
4aa9f1f62b
🐛 On component swap do not show secondary variants ( #6928 )
2025-07-22 12:33:37 +02:00
David Barragán Merino
9d288486d7
🐛 Subscription current period dates could be null ( #6931 )
...
`current-period-start` and `current-period-end` can be null if the invoice has not yet been created in stripe. This happens after the subscription is created, before the webhook is sent.
2025-07-22 12:32:42 +02:00
Pablo Alba
ea5521485a
♻️ Remove redundant flag on text overrides ( #6933 )
2025-07-22 12:32:24 +02:00
Marina López
f768ffbdad
🐛 Fix wrong behaviour for unpaid or canceled subscriptions ( #6932 )
2025-07-22 12:31:45 +02:00
Andrey Antukh
4f0d3660de
🎉 Add imagemagick docker image build scripts ( #6925 )
...
* 🎉 Add imagemagick docker image build scripts
* 📎 Add PR feedback changes
2025-07-22 11:51:13 +02:00
Andrey Antukh
fa72bb4adf
✨ Add several improvements to admin pannel
2025-07-22 10:06:29 +02:00
Andrey Antukh
ea0044f69a
💄 Use resolved schemas instead of references
...
For several schemas on common types
2025-07-22 10:06:29 +02:00
Andrey Antukh
7e493376a4
✨ Reuse file data checkers on file validate ns
2025-07-22 10:06:29 +02:00
Andrey Antukh
8c5afe5ab3
📎 Add next release entries to the changelog
2025-07-21 21:20:46 +02:00
Andrey Antukh
7ccb742ef3
Merge remote-tracking branch 'origin/develop' into staging
2025-07-21 21:15:54 +02:00
Andrey Antukh
7bc29c22ed
Merge remote-tracking branch 'origin/develop' into staging
2.9.0-RC1
2025-07-21 21:07:24 +02:00
Andrey Antukh
1d550eaa18
Merge remote-tracking branch 'origin/staging' into develop
2025-07-21 21:03:19 +02:00
Andrey Antukh
b71ec4bfe0
✨ Simplify docker build script ( #6924 )
2025-07-21 20:45:03 +02:00
Andrey Antukh
827bbf6a7f
Merge pull request #6926 from penpot/juanfran-close-libraries-modal-on-esc
...
🐛 Fix ESC key not closing Add/Manage Libraries modal
2025-07-21 15:48:40 +02:00
Juanfran
2db0cc0cbf
🐛 Fix ESC key not closing Add/Manage Libraries modal
2025-07-21 15:23:54 +02:00
Andrey Antukh
42ef01b339
Merge pull request #6871 from penpot/niwinz-develop-login-enhancements
...
✨ Allow login dialog on settings
2025-07-21 15:19:06 +02:00