Andrey Antukh
0a14a1f3db
Merge remote-tracking branch 'origin/staging' into develop
2026-08-28 11:22:52 +02:00
Andrey Antukh
43bbf756b0
🐛 Fix font change regression and activate font preview by default ( #11341 )
...
* ✨ Materialize font-preview flag to make it permanent
* 🐛 Fix font change regression when WebGL is disabled
* 📎 Add fixes for e2e tests
* 🐛 Fix font change from legacy render
---------
Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>
2026-08-27 18:30:33 +02:00
Andrey Antukh
d655aa9c63
Merge remote-tracking branch 'origin/staging' into develop
2026-08-25 20:46:47 +02:00
Luis de Dios
44dfc04300
🐛 Fix font selector dropdown takes noticeably long to open when changing font ( #11073 )
...
* 🐛 Fix font selector dropdown takes noticeably long to open when changing font
* ♻️ Refactor detach-preview-sprite! to use atomic swap
Use idiomatic atomic swap! update instead of non-atomic
read-then-write pattern. The new implementation computes
the decremented refs inside swap! and only removes the
node when the result reaches zero.
AI-assisted-by: mimo-v2.5-pro
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-08-25 16:55:34 +02:00
Andrey Antukh
81c3b3cd56
📎 Update copyright name on file header ( #11346 )
2026-08-25 11:55:10 +02:00
Alejandro Alonso
2dcf1a8a0a
Merge remote-tracking branch 'origin/staging' into develop
2026-08-20 09:15:03 +02:00
Alonso Torres
4ac14cfd08
✨ Add component synchronization to waitForLayoutUpdate ( #10964 )
...
* ✨ Add component synchronization to waitForLayoutUpdate
* 🐛 Fix async mock leak in workspace-reflow-test
Use mock/with-mocks instead of with-redefs for http/send! mock in
failed-google-font-css-does-not-abort-shared-consumers test.
with-redefs restores bindings when the block exits synchronously,
but the RxJS subscription fires asynchronously. This caused the mock
to leak into subsequent tests (workspace-media-test), producing 3
spurious failures.
AI-assisted-by: mimo-v2.5-pro
* ♻️ Replace async with-redefs with mock/with-mocks in frontend tests
with-redefs restores bindings when the block exits synchronously,
which is too early for async code (t/async, rx/subs!, promises).
mock/with-mocks uses set! and restores in the done callback, keeping
mocks alive across async boundaries.
Converted 15 with-redefs usages across 4 test files:
- workspace_reflow_test.cljs: 2 genuinely async tests (P1)
- routes_test.cljs: 3 SSO caching tests (P2)
- main_errors_test.cljs: 8 expired-org SSO tests (P2)
- comments_test.cljs: 2 comment thread tests (P2)
36 purely sync with-redefs usages left unchanged — with-redefs
is correct for synchronous code.
AI-assisted-by: mimo-v2.5-pro
* 📎 Fix fmt issues
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-08-18 17:45:42 +02:00
Elena Torró
38b990ef90
🔧 Add exporter headless backend ( #10875 )
...
* ✨ Add headless wasm render backend to the exporter
* ♻️ Move render-wasm bridge to common and split wasm builds
* 🔧 Upload builtin font variants in the wasm exporter
* ♻️ Move shared font and resources utils out of render_wasm
* ⚡ Fetch only the exported roots in the wasm exporter
* ⚡ Bound save_layer rects in the vector export path
2026-08-06 16:13:06 +02:00
Belén Albeza
be5d9f9e9c
🐛 Fix invalid shape due to missing fonts ( #10942 )
...
* 🐛 Fix setting a font-related properties to nil
* ✨ Repair already-corrupted text nodes
* 🐛 Fix deleted fonts appearing in Recents and as the auto-selected font for new text shapes
2026-07-30 11:18:19 +02:00
Juan de la Cruz
cddbd8e897
✨ Add font family preview in typography selector ( #10411 )
...
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2026-07-20 10:06:02 +02:00
Andrey Antukh
4a8fb5af53
Merge remote-tracking branch 'origin/staging' into develop
2026-06-01 13:15:57 +02:00
Yamila Moreno
ddba2ffa75
📎 Update Kaleidos Copyright ( #9929 )
2026-05-29 11:24:58 +02:00
dhgoal
3094d512f4
🐛 Expose Source Sans Pro 600 weight in builtin fonts list ( #9247 )
...
The font-family list at frontend/src/app/main/fonts.cljs registers
Source Sans Pro variants for weights 200, 300, 400, 700 and 900, but
omits the semibold (600) entries even though the font assets are
already bundled (frontend/resources/fonts/sourcesanspro-semibold.*)
and the CSS @font-face declarations that load them are present
(frontend/resources/styles/common/dependencies/fonts.scss:55-56).
Result: weight 600 cannot be selected from the font picker even
though the bytes are downloadable; users see a 400 -> 700 jump.
Add the two missing variant entries (600 and 600 italic) using the
same :suffix style as the other numeric-id entries (200, 300), since
the file-name component "semibold" doesn't match the weight number.
Issue mentions weights 500 and 800 as also missing, but no
sourcesanspro-medium or sourcesanspro-extrabold assets exist in the
repo, so this PR scopes to weight 600 only — the recoverable subset.
Closes #7378 .
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-11 14:55:25 +02:00
Dexterity
a53237ce9f
🐛 Route Google fonts fetch warning through project logger ( #9422 )
2026-05-08 17:41:09 +02:00
Andrey Antukh
0ab126748f
💄 Add format rule for code comments ( #8211 )
...
* 💄 Add format rule for code comments
* ⬆️ Update linter and formatter on devenv
2026-01-27 15:07:18 +01:00
Andrey Antukh
1f41bef4a9
✨ Add several adjustments for make penpot run on subpath
2026-01-18 10:12:23 +01:00
Elena Torro
786f73767b
🔧 Normalize font attributes to support old formats
2025-12-01 14:59:24 +01:00
Belén Albeza
bda5de5c1b
🔧 Update google fonts list
2025-11-28 13:25:13 +01:00
Andrés Moya
81f851cad4
🔧 Deactivate debug traces for fonts module
2025-10-24 11:49:43 +02:00
Andrey Antukh
7d16515eb7
✨ Add minor enhacements to logging on frontend ( #7401 )
...
* ✨ Add logging consistency enhacements on fonts loading
* ✨ Disable data evens ns logging
* ✨ Simplify flags logging on application initialization
* ✨ Improve features logging
2025-09-30 11:59:41 +02:00
Florian Schroedl
09b9383a0b
✨ Choose closest font weight for token weight when no matching weight is found
2025-08-26 16:12:07 +02:00
Eva Marco
e34bfb50a8
🐛 Fix font variant names for source sans pro font ( #7087 )
2025-08-07 16:25:15 +02:00
Belén Albeza
098fd9fb0f
🐛 Fix not picking up font style / variant in new renderer
2025-07-25 09:48:20 +02:00
Florian Schroedl (aider)
d788a4d252
✨ Implement new token-type :font-families
2025-07-23 11:26:28 +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
d2cd99ed44
⬆️ Update google fonts
2025-05-30 13:08:57 +02:00
Andrey Antukh
66ee9edaf8
✨ Add minor enhacements and naming fixes on schemas
2025-05-07 12:17:24 +02:00
Belén Albeza
c0ba92f503
🎉 Add support for default font variants (wasm)
2025-04-08 16:45:27 +02:00
Belén Albeza
90cb0357c6
🎉 Swap default font for source sans (wasm)
2025-04-08 14:48:28 +02:00
Belén Albeza
f53cae0faa
🎉 Render text that uses a Google Font
2025-03-28 15:17:12 +01:00
Andrey Antukh
25e9129a8e
🔥 Remove unused and deprecated helpers from app.util.object ns
2024-08-27 16:44:14 +02:00
alonso.torres
fbce59e81f
✨ Improved text handling in plugins
2024-07-02 10:41:06 +02:00
alonso.torres
3a71068a48
🐛 Add warning when font cannot be found
2024-04-26 12:16:05 +02:00
alonso.torres
8d20220330
🐛 Fix inspect code text fonts
2024-03-04 20:31:28 +01:00
alonso.torres
9c35652043
🐛 Fix problem with font loading
2024-01-09 17:54:44 +01:00
Andrey Antukh
833871df65
💄 Format frontend code
2024-01-08 09:32:50 +01:00
Andrey Antukh
96f5a33f5f
⬆️ Upgrade to beicon2 (part1)
2023-12-26 14:14:20 +01:00
Aitor
39635cf5df
♻️ Refactor how fonts are passed to raster
2023-11-28 17:33:04 +01:00
Alonso Torres
ce1bf49606
🐛 Fix problems updating texts ( #3765 )
2023-11-06 14:29:09 +01:00
Aitor
0494dc843f
♻️ Refactor thumbnails
2023-09-18 17:00:13 +02:00
Andrey Antukh
59d02314e2
⬆️ Update google fonts
2023-07-06 12:46:51 +02:00
Andrey Antukh
7746649eb8
🐛 Fix minor issues with fonts caching
2023-06-23 16:28:52 +02:00
Andrey Antukh
8f0a4e8333
🎉 Add local caching of gfonts styles
2023-06-23 13:32:38 +02:00
Andrey Antukh
7feda98eb3
✨ Add the ability to disable the google fonts provider
2023-06-23 12:55:22 +02:00
Andrey Antukh
433b1b68c3
🐛 Improve fonts loading related to thumbnals rendering
2023-06-22 13:19:48 +02:00
Andrey Antukh
0aefd044dc
✨ Remove atom wrapping on public-uri
2023-06-21 20:10:49 +02:00
Andrey Antukh
d11b007795
⚡ Add thumbnail renderer
...
And integrate the dashboard thumbnails to use that service
2023-06-21 20:10:49 +02:00
alonso.torres
b2c3dc1504
🐛 Fix problem when loading fonts
2023-03-08 15:22:31 +01:00
alonso.torres
02aab37ee7
🐛 Fix bold typefaces in thumbnails
2023-01-24 15:08:58 +01:00