Andrey Antukh
255f5af2e3
✨ Add several enhacements to buffer namespace
...
The changes are just for completenes.
2025-09-29 12:06:56 +02:00
Andrey Antukh
eea65b12dd
✨ Add minor improvement to cljs impl logging
...
Mainly reduce the emmited code, that will contribute to reduce the
bundle size and also adds timestamp to the default output.
2025-09-29 12:06:56 +02:00
Andrey Antukh
c1058c7fdb
♻️ Add minor refactor for internal concurrency model
...
Replace general usage of virtual threads with platform threads
and use virtual threads for lightweight procs such that websocket
connections. This decision is made mainly because virtual threads
does not appear on thread dumps in an easy way so debugging issues
becomes very difficult.
The threads requirement of penpot for serving http requests
is not very big so having so this decision does not really affects
the resource usage.
2025-09-26 14:35:06 +02:00
Andrey Antukh
9d907071aa
⬆️ Update dependencies ( #7330 )
...
* ⬆️ Update to JDK25 on the devenv
* ⬆️ Update dependencies
* 🔥 Remove unused flag from devenv backend startup scripts
* ✨ Enable shenandoah gc on backend scripts/repl
2025-09-26 13:43:43 +02:00
Eva Marco
e184a9a8b9
🐛 Fix context menu on spacing tokens ( #7382 )
2025-09-25 17:28:46 +02:00
Alonso Torres
378be9473d
🐛 Fix problem with export size ( #7374 )
2025-09-25 08:50:31 +02:00
Eva Marco
a4ada6dc8a
🐛 Add default flags for tokens ( #7367 )
2025-09-25 08:47:04 +02:00
Alonso Torres
b6b2d28464
🐛 Fix problem with flow not being deleted ( #7371 )
2025-09-24 18:06:26 +02:00
Andrey Antukh
1e9682376e
Merge remote-tracking branch 'origin/staging' into develop
2025-09-23 12:20:49 +02:00
Andrey Antukh
59f7ede4ff
🐛 Add migration for properly decode all position data on text shapes
2025-09-23 11:34:24 +02:00
Pablo Alba
c9b61745a0
🎉 Switch several variant copies at the same time
2025-09-23 11:31:57 +02:00
Andrés Moya
8954b05d76
🐛 Fix error exporting a file with deleted tokens ( #7356 )
2025-09-22 17:41:31 +02:00
Andrey Antukh
cb4c155b32
📎 Uncomment previously commented migrations
2025-09-22 11:38:52 +02:00
Andrey Antukh
946f641917
📎 Disable possible problematic migrations
2025-09-22 11:12:43 +02:00
Florian Schroedl
c882e8347a
✨ Add line-height to composite typography token
2025-09-22 09:52:56 +02:00
Eva Marco
d7d2d36e0a
♻️ Replace measure inputs for numeric input component
2025-09-19 11:28:22 +02:00
Andrey Antukh
07904bcc5d
♻️ Add needed changes to get tokens from sidebar
...
This reverts commit afe149f702148d86d1dea6cb6a537917ce7202aa.
2025-09-19 10:26:29 +02:00
Andrey Antukh
80cb48fd6a
Merge remote-tracking branch 'origin/staging' into develop
2025-09-18 10:44:21 +02:00
Andrey Antukh
9f37175775
🐛 Fix incorrect path data content initialization on pluings api
2025-09-17 15:19:41 +02:00
David Barragán Merino
66b1d5b7bd
Merge remote-tracking branch 'origin/staging' into develop
2025-09-16 16:26:23 +02:00
Andrés Moya
2eed7444b7
🔧 Add migration to automatically fix validation errors
2025-09-16 16:11:58 +02:00
Andrey Antukh
b56f237780
Merge remote-tracking branch 'origin/staging' into develop
2025-09-16 11:38:58 +02:00
Andrés Moya
a264f84e6c
🔧 Deactivate validation temporarily
2025-09-16 11:34:38 +02:00
Andrés Moya
ed3fc5b8b2
🐛 Fix detaching a nested copy inside a main component ( #7304 )
...
* 🐛 Fix detaching a nested copy inside a main component
* 💄 Rename functions for more semantic precission
2025-09-12 16:00:01 +02:00
Pablo Alba
f5f9157786
🐛 Fix paste behavior according to the selected element
2025-09-12 15:17:26 +02:00
Andrey Antukh
6cb0cb7f98
Merge remote-tracking branch 'origin/staging' into develop
2025-09-12 14:49:52 +02:00
Andrey Antukh
f3062ade39
⬆️ Update jakarta.mail dependency
2025-09-12 14:28:14 +02:00
Eva Marco
aecaf51953
✨ Add color token on colorpicker ( #7197 )
...
* ✨ Add token aplication to colorpicker
* 🐛 Change fn name
* 🐛 Change scss from file
* 🐛 Change color for direct-color
* 🐛 Remove vector from fns
* 🐛 Fix CI
* 🐛 Change color-option name
* 🐛 Fix comments
* 🐛 Remove sets without color tokens
2025-09-11 09:13:43 +02:00
Alejandro Alonso
382b5e7e3a
Merge remote-tracking branch 'origin/staging' into develop
2025-09-10 12:33:54 +02:00
Florian Schroedl
b3763dec3f
✨ Typography import-export
2025-09-09 13:30:38 +02:00
Alejandro Alonso
a403af7ebd
🐛 Fix plugin installation link
2025-09-09 08:47:09 +02:00
Alejandro Alonso
43a238a896
Merge remote-tracking branch 'origin/staging' into develop
2025-09-09 08:40:35 +02:00
Florian Schrödl
8aed47dad3
✨ Allow references to other typography tokens ( #7251 )
2025-09-08 16:45:18 +02:00
Florian Schrödl
e761bcac85
🐛 Fix text-transform not unapplyng text-case token ( #7272 )
2025-09-08 09:34:58 +02:00
Eva Marco
2f3b464715
🎉 Add base font size flag ( #7270 )
2025-09-05 13:36:32 +02:00
Andrés Moya
6e6749f42e
🔧 Add unit tests to apply layout tokens
2025-09-05 11:11:48 +02:00
Andrés Moya
7b6aa0c12a
🐛 Unapply layout item tokens when moving out of a layout
2025-09-05 11:11:48 +02:00
Pablo Alba
409f95ac17
✨ Add basic variants events ( #7249 )
...
* ✨ Add basic variants events
* ✨ MR changes
2025-09-04 17:00:09 +02:00
Florian Schroedl
25950be077
🐛 Fix when font-weight is a computed int (math resolver)
2025-09-04 13:06:57 +02:00
Florian Schroedl
5230d54551
🐛 Fix when font-weight is a computed int (math resolver)
2025-09-04 12:23:43 +02:00
Andrés Moya
0df420d353
🐛 Fix setting shape size to zero
2025-09-03 08:57:26 +02:00
Pablo Alba
dac2d31b35
🐛 Don't allow a variant switch when that will provoke a components loop
2025-09-02 15:03:38 +02:00
Andrés Moya
9652996f07
🐛 Add validation for text shapes with wrong register of overrides
2025-09-02 12:49:41 +02:00
Pablo Alba
796aaed11e
🐛 Fix prop creation on variants move layer
2025-09-02 10:01:30 +02:00
Pablo Alba
307e06372b
🎉 Activate variants for everyone
2025-09-01 09:58:14 +02:00
Florian Schroedl
3cdbc27de9
✨ Unapply font-weight token when changing font-family
2025-08-29 13:38:41 +02:00
Alejandro Alonso
44245d1b5f
🐛 Fix position-data validator ( #7194 )
2025-08-28 15:46:23 +02:00
Andrey Antukh
c2e7f9dc42
⬆️ Update base deps ( #7207 )
2025-08-28 12:50:39 +02:00
Florian Schroedl
a20bbeff79
🔧 Add ff for typography composite token
2025-08-28 10:42:58 +02:00
Andrey Antukh
dfab472522
💄 Add minor cosmetic change to shape layout type helper
2025-08-27 17:56:35 +02:00