Alejandro Alonso
7a6405481c
Merge remote-tracking branch 'origin/develop' into staging
2026-01-05 08:37:19 +01:00
Aitor Moreno
6c6b3db87e
♻️ Minor naming changes and event handling
2026-01-02 13:41:48 +01:00
alonso.torres
dbba3496af
🐛 Fix problems with trash bar in dashboard
2026-01-02 12:00:16 +01:00
alonso.torres
55752d361f
🐛 Fix problem with path editor and right click
2026-01-02 10:37:52 +01:00
Andrey Antukh
52b8560b70
Merge branch 'staging-render' into develop
2025-12-30 15:30:56 +01:00
Andrey Antukh
75860afe57
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-30 15:29:58 +01:00
alonso.torres
23e7116b24
🐛 Fix problem with style in fonts input
2025-12-30 14:28:10 +01:00
Alejandro Alonso
48e3f35bb3
🐛 Fix setting a portion of text as bold or underline messes things up
2025-12-30 11:34:24 +01:00
Alejandro Alonso
d635f5a8dc
🐛 Detecting situations where WebGL context is lost or no WebGL support
2025-12-30 10:03:24 +01:00
Andrey Antukh
7b5817f407
♻️ Make several adjustments to the dashboard deleted page ( #7999 )
...
* ♻️ Make several sustantial adjustments to the dashboard deleted page
* 📎 Add PR feedback changes
2025-12-30 09:52:29 +01:00
Alejandro Alonso
44b70cf1d4
Merge pull request #7998 from penpot/alotor-fix-problem-with-create-grid
...
🐛 Fix problem creating grid from elements
2025-12-29 14:31:15 +01:00
alonso.torres
3d3e3582d6
🐛 Fix problem with some fonts
2025-12-29 12:35:19 +01:00
Andrey Antukh
e01654ba43
Merge branch 'staging-render' into develop
2025-12-29 10:43:00 +01:00
Andrey Antukh
6ebd48b94c
Merge branch 'staging' into staging-render
2025-12-29 10:41:08 +01:00
Andrey Antukh
8a3b33797f
🐛 Fix error handling on password change form
...
Fixes https://github.com/penpot/penpot/issues/7978
2025-12-29 10:27:27 +01:00
Andrey Antukh
13fd20f76f
⏪ Backport form error management improvements from develop
2025-12-29 10:27:27 +01:00
alonso.torres
417cd80564
🐛 Fix problem creating grid from elements
2025-12-23 14:49:21 +01:00
Alejandro Alonso
a57011ec7b
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-23 13:35:27 +01:00
Andrey Antukh
9eebc467ef
✨ Preload default translations
2025-12-23 13:10:58 +01:00
Andrey Antukh
fe6441bb24
✨ Replace hightlight.js internal bundle with direct npm use
2025-12-23 13:10:58 +01:00
Andrey Antukh
e15f0baf30
✨ Replace direct draft-js usage with internal module
2025-12-23 13:10:58 +01:00
Alejandro Alonso
cb325282ec
Merge pull request #7994 from penpot/alotor-fix-font-style
...
🐛 Fix problem when changing colors with multiple fonts
2025-12-23 07:34:41 +01:00
Andrey Antukh
047483a70a
🐛 Fix deleted files thumbnails generation
2025-12-22 20:20:43 +01:00
Alonso Torres
4000ec8762
🐛 Fix problem resizing auto size layouts ( #7995 )
2025-12-22 20:17:11 +01:00
Andrey Antukh
fc4d31eed7
⚡ Add minor efficiency improvements to deleted dashboard page
2025-12-22 20:16:41 +01:00
María Valderrama
c670aac339
🎉 Added deleted files to dashboard
2025-12-22 20:16:41 +01:00
Andrey Antukh
f478399ae0
Merge remote-tracking branch 'origin/staging-render' into develop
2025-12-22 17:28:18 +01:00
Andrey Antukh
6a1854f180
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-22 17:28:01 +01:00
Andrés Moya
0858e297e5
🎉 Add composite tokens to plugins API ( #7992 )
2025-12-22 17:14:54 +01:00
alonso.torres
bd580ab159
🐛 Fix problem when changing colors with multiple fonts
2025-12-22 17:14:37 +01:00
Alejandro Alonso
5780a43fe0
🐛 Fix object added in different page ( #7988 )
2025-12-22 16:59:47 +01:00
Alejandro Alonso
737eceda3a
🐛 Fix unmasking shapes ( #7989 )
2025-12-22 16:59:04 +01:00
Alonso Torres
923c3c2dbd
🐛 Fix font weight token ( #7991 )
2025-12-22 16:58:26 +01:00
Alejandro Alonso
a14b4561e7
🐛 Fix comment bubbles ( #7990 )
2025-12-22 16:57:45 +01:00
Andrey Antukh
bb5568e15a
🎉 Enable hindi translations on the application
2025-12-22 16:57:00 +01:00
Belén Albeza
20061067ad
🐛 Fix text editor not getting focus back after font variant change
2025-12-22 11:18:25 +01:00
Andrey Antukh
336173645e
🐛 Fix regression on export shape on plungins API
2025-12-22 10:41:42 +01:00
Andrey Antukh
2acf15958b
Merge branch 'staging-render' into develop
2025-12-22 09:24:04 +01:00
Andrey Antukh
08267de242
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-22 09:23:48 +01:00
Dalai Felinto
13fcf3a9bb
💄 Set import Tokens default option to be Single JSON value ( #7918 )
...
This patches makes the default Tokens importing option to match the
current default Tokens exporting option (single JSON value). This way it
is more obvious and quick to export the tokens from a file and import
in new one,
---
While testing our design system we are often re-exporting and
re-importing the Tokens to the files using the design system components.
I'm aware that this may be addressed in the future so the Tokens are
brought in together with the library. Meanwhile (and even in the future)
I think it is sensible to have a symmetry between the export and import
defeault options.
Co-authored-by: Dalai Felinto <dalai@blender.org>
2025-12-19 10:44:05 +01:00
Andrey Antukh
33c786498d
Merge remote-tracking branch 'origin/staging-render' into develop
2025-12-12 12:19:49 +01:00
Andrey Antukh
1f886b1f88
Merge remote-tracking branch 'origin/staging' into develop
2025-12-12 12:16:41 +01:00
Andrey Antukh
81b72c5acd
🐛 Fix exception on assinging gradient to shadow on multiple selection
2025-12-12 11:24:53 +01:00
Alejandro Alonso
1388865cfc
🐛 Fix too many active WEBGL contexts
2025-12-12 11:16:47 +01:00
Andrey Antukh
1738847694
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-12 10:20:21 +01:00
Eva Marco
50dbe6ab12
🐛 Fix horizontal scroll on layer panel ( #7956 )
2025-12-11 21:34:18 +01:00
alonso.torres
ea4d0e1238
✨ Calculate position data in wasm
2025-12-11 16:00:03 +01:00
Elena Torro
b705cf953a
🐛 Set layout data from set-object
2025-12-11 14:52:32 +01:00
Andrey Antukh
5779adef33
Merge remote-tracking branch 'origin/staging' into staging-render
2025-12-11 13:30:59 +01:00
Elena Torró
ebf1758958
Merge pull request #7935 from penpot/superalex-improve-svg-import
...
🎉 Improve svg import
2025-12-11 13:21:29 +01:00