Andrey Antukh
b8158ffec8
Merge remote-tracking branch 'origin/staging' into develop
2025-10-07 16:03:17 +02:00
Pablo Alba
640894acd8
🐛 Fix Restoring a variant from another file makes it overlap ( #7448 )
2025-10-07 16:01:59 +02:00
Alejandro Alonso
90bfae3ec1
Merge pull request #7456 from penpot/elenatorro-12248-fix-shadows-order
...
🔧 Always return shadows in reverse order
2025-10-07 13:16:49 +02:00
Alejandro Alonso
73ed5f8bc5
Merge pull request #7402 from penpot/niwinz-develop-enhancements-3
...
✨ Add additional http middlewares
2025-10-07 13:00:30 +02:00
Andrey Antukh
2c1a8b59ba
✨ Add client header check middleware
...
As an additional csrf protection for API requests
2025-10-07 12:47:14 +02:00
Andrey Antukh
47d9c6f282
✨ Add sec-fetch metadata middleware support
2025-10-07 12:47:14 +02:00
Andrey Antukh
14d53c224f
🔥 Remove unused auth-data cookie asignation
2025-10-07 12:47:12 +02:00
Elena Torró
a1b8eb7074
Merge pull request #7454 from penpot/elenatorro-12247-fix-line-height-min-value
...
🔧 Allow line height values from 0 to 1
2025-10-07 12:29:16 +02:00
Alejandro Alonso
e0f9bbb23f
Merge pull request #7432 from penpot/niwinz-develop-virtual-clock
...
🎉 Add virtual clock support
2025-10-07 12:27:49 +02:00
Elena Torro
9b16a6bbd1
🔧 Always return shadows in reverse order
2025-10-07 12:26:51 +02:00
Marina López
fede63ac0b
✨ Update Design System template in carousel
2025-10-07 12:14:12 +02:00
Eva Marco
ea1ab7c23b
🐛 Fix modal title on edit token ( #7453 )
...
* 🐛 Fix modal title on edit token
* 🐛 Fix font size on numeric input
* ♻️ Update color token border on hover
* ♻️ Use swatch component on token pill
2025-10-07 12:11:40 +02:00
Andrey Antukh
61d9b57bc7
♻️ Refactor internal tokens API
...
Mainly make it receive the whol cfg/system instead only props. This
makes the api more flexible for a future extending without the need
to change the api again.
2025-10-07 12:08:00 +02:00
Andrey Antukh
bd63598185
🎉 Add virtual clock implementation
2025-10-07 12:08:00 +02:00
Eva Marco
31af6aebbd
🐛 Fix swatch error on text without fills ( #7451 )
2025-10-07 10:08:46 +02:00
Andrey Antukh
cc5f86bc84
🐛 Set correct path if is not provided on sdk addComponent method
2025-10-07 09:57:41 +02:00
Elena Torro
68cd7075c0
🔧 Allow line height values from 0 to 1
2025-10-07 09:28:24 +02:00
Andrey Antukh
57a7b5b1da
Merge remote-tracking branch 'origin/staging' into develop
2025-10-06 12:12:05 +02:00
Andrey Antukh
cf24bdd7a8
Merge remote-tracking branch 'origin/main' into staging
2025-10-06 12:10:44 +02:00
Andrey Antukh
683db071d6
Merge remote-tracking branch 'origin/staging' into develop
2025-10-06 12:09:57 +02:00
Andrey Antukh
d3943b9162
Merge branch 'niwinz-staging-library-changes' into staging
2025-10-06 11:59:17 +02:00
Andrey Antukh
613acd5b29
📎 Update version on library/package.json file
2025-10-06 11:56:23 +02:00
Andrey Antukh
987dea8048
📚 Update changelog
2025-10-06 11:53:50 +02:00
Andrey Antukh
6b0d0a302f
✨ Enable variant attrs on SDK addComponent method
2025-10-06 11:53:50 +02:00
Andrey Antukh
588eb0b4fa
⬆️ Update shadow-cljs dependency on sdk
2025-10-06 11:53:50 +02:00
Andrey Antukh
b30cb0e084
✨ Allow pass variant related attrs on add-component change
2025-10-06 11:53:50 +02:00
Andrey Antukh
9244501c6e
✨ Add variants/v1 feature to default features emited by sdk
2025-10-06 11:53:50 +02:00
Alonso Torres
d5b743c604
🐛 Fix problem with text in plugins ( #7446 )
2.10.1-RC3
2025-10-06 11:19:33 +02:00
Andrey Antukh
e38dd21307
⬆️ Update exported dependencies
2.10.1-RC2
2025-10-06 10:56:04 +02:00
Andrey Antukh
8c91109c63
📚 Update changelog
2.10.1-RC1
2025-10-06 09:38:01 +02:00
Andrey Antukh
c3eabbdb25
📎 Enable the fdata/objects-map feature by default
...
Using config flags
2025-10-06 09:38:01 +02:00
Andrey Antukh
67661674e2
✨ Make deleted fonts fixer to run with more granular stragegy
...
Instead of running it on all the file, only run it to local library
and the current page, reducing considerably the overhead of analyzing
the whole file on each file load.
It stills executes for page each time the page is loaded, and add
some kind of local cache for not doing repeated work each time page
loads is pending to be implemented in other commit.
2025-10-06 09:38:01 +02:00
Andrey Antukh
c70e7f3876
✨ Add logging to frontend repo namespace
2025-10-06 09:38:01 +02:00
Andrey Antukh
0295f0f7c8
✨ Add better workspace file indexing strategy
...
Improve file indexes initialization on workspace.
Instead of initialize indexes for all pages only initialize
indexes for the loaded page.
2025-10-06 09:38:01 +02:00
Andrey Antukh
54bb879cb6
📎 Add several missing imports on repl related namespaces
2025-10-06 09:38:01 +02:00
Andrey Antukh
b72704e54b
✨ Set explicit no-buffering for sse responses
2025-10-06 09:19:48 +02:00
Natacha
362a31dd22
✨ Add typography composite token to changelog ( #7434 )
...
Signed-off-by: Natacha <natachamenjibar@gmail.com>
2025-10-06 09:17:29 +02:00
Yamila Moreno
6c6ec7a620
Merge pull request #7433 from penpot/yms-improve-self-host-documentation
...
📚 Improve self-host documentation
2025-10-03 13:24:37 +02:00
Yamila Moreno
21a7d30c5e
📚 Improve self-host documentation
2025-10-03 13:21:06 +02:00
Andrés Moya
52fef6c318
🐛 Fix sync errors when there is a broken swap slot
2025-10-03 12:51:33 +02:00
Eva Marco
fc8029abf7
🐛 Fix some errors from reviews ( #7421 )
...
* 🐛 Fix errors con colorpicker
* 🐛 Fix modal size
* 🐛 Fix form padding
* 🐛 Fix edit modal title
* 🐛 Fix resolved value message
* 🐛 Fix CI
2025-10-03 11:25:56 +02:00
Eva Marco
44f6c2f83c
🎉 Show tokens on color inputs ( #7377 )
...
* 🎉 Add tokens to color row
* 🎉 Add color-token to stroke input
* 🐛 FIx change token on multiselection with groups
* 🔧 Add config flag
* 🐛 Fix comments
2025-10-03 11:19:01 +02:00
Eva Marco
a4f20564af
🐛 Fix numeric input errors detected on review ( #7427 )
...
* 🐛 Fix review errors
* 📚 Add docs for numeric input component
* 🐛 Sort tokens alphabetically
2025-10-03 10:14:25 +02:00
Eva Marco
93d4b19477
🐛 Fix shadow inputs ( #7426 )
2025-10-03 10:13:27 +02:00
Aitor Moreno
7dd26dee13
Merge pull request #7428 from penpot/elenatorro-fix-shadows-order
...
🐛 Fix shadows order
2025-10-02 17:16:58 +02:00
Elena Torró
4594635009
Merge pull request #7399 from penpot/ladybenko-12164-handle-font-404
...
🐛 Fix internal error when fonts return 404 (wasm)
2025-10-02 16:42:58 +02:00
Elena Torro
7e852cb3ac
🐛 Fix shadows order
2025-10-02 16:40:20 +02:00
Belén Albeza
6e82b0f1ba
🐛 Fix shadow serialization ( #7423 )
2025-10-02 15:17:01 +02:00
Florian Schroedl
472148ff9d
🐛 Fix empty values re-triggering validation
2025-10-02 14:31:55 +02:00
Florian Schroedl
d01df7738a
♻️ Extract composite component wrapper
2025-10-02 14:31:55 +02:00