Andrey Antukh
f07495ae95
🐛 Fix incorrect handling of numeric values layout padding and gap
...
Fixes https://github.com/penpot/penpot/issues/8113
2026-01-26 11:01:25 +01:00
Andrey Antukh
23d5fc7408
🐛 Prevent exception on open-new-window when no window is returned
...
Fixes https://github.com/penpot/penpot/issues/7787
2026-01-26 11:01:25 +01:00
Andrey Antukh
8632b18eec
🐛 Avoid json decoder liner limit exception by chunking
...
Happens only when we send large binary data serialized with transit
(mainly used for upload fonts data).
2026-01-26 11:01:25 +01:00
Alonso Torres
15d369493b
🐛 Fix problem with z-index modal in dashboard ( #8178 )
2026-01-23 12:48:01 +01:00
Eva Marco
5146221513
🐛 Fix allow negative spread values on shadow token creation ( #8167 )
...
* 🐛 Fix allow negative spread values on shadow token creation
* 🎉 Add test
2026-01-23 09:50:36 +01:00
Eva Marco
e53f335204
🐛 Fix unhandled error on tokens modal ( #8165 )
2026-01-23 09:35:53 +01:00
Eva Marco
7cce4c6532
🐛 Fix unhandled exception tokens creation dialog ( #8136 )
2026-01-21 13:09:22 +01:00
Alejandro Alonso
a3fdd8b691
Merge pull request #8147 from penpot/niwinz-staging-file-menu-issue
...
✨ Use correct team-id on file-menu on dashboard
2026-01-21 12:54:28 +01:00
Andrey Antukh
b6a9579c98
✨ Use correct team-id on file-menu on dashboard
...
Before the changes on this commit, the team object is used for
retrieve the id, where we already have team-id. Additionally, the
team object resolution is async operation and is not available on
the first render which causes strange issues on automated flows
(playwright) where an option is clicked when the async flow is
still pending and we have no team object loaded.
2026-01-21 12:23:44 +01:00
Eva Marco
8c7fd0af4b
🐛 Fix shadow reference validation ( #8132 )
2026-01-21 09:17:03 +01:00
Alonso Torres
47775a9e2c
Merge pull request #8134 from penpot/alotor-fix-plugins-export
...
🐛 Fix problem with export in plugins
2026-01-20 15:03:04 +01:00
Andrey Antukh
1ffa956251
✨ Include timestamp on version tag
2026-01-20 12:26:39 +01:00
Eva Marco
983487d73c
🐛 Fix shadow token reference validation ( #8128 )
2026-01-20 10:56:27 +01:00
Dalai Felinto
7f395b2642
🐛 Fix import tokens dialog default option ( #8051 )
...
This was intended to be changed on 13fcf3a9bb25. However only the menu
order changed, not the default option.
Signed-off-by: Dalai Felinto <dalai@blender.org>
Co-authored-by: Dalai Felinto <dalai@blender.org>
2026-01-19 11:14:34 +01:00
Juan de la Cruz
2a62bd2586
🎉 Add 2.13 release slides ( #8116 )
2026-01-19 11:09:58 +01:00
Andrey Antukh
fe20bdd00e
🐛 Fix multiple selection options on dashboard deleted page ( #8055 )
...
* 🐛 Fix multiple selection options on dashboard deleted page
* 📎 Fix translations
2026-01-12 11:41:37 +01:00
María Valderrama
5420897b92
🐛 Fix empty state message in trash page ( #8045 )
2026-01-12 11:17:01 +01:00
Eva Marco
6ec451b46d
🐛 Fix resolved value on line height ( #8047 )
2026-01-09 12:54:24 +01:00
Andrey Antukh
2b836f10cb
🐛 Do not show deleted files on search ( #8036 )
...
* 🐛 Do not show deleted files on search
* 💄 Add cosmetic changes to dashboard deleted files page
2026-01-09 11:11:29 +01:00
Andrey Antukh
1ae0f3fc87
Merge pull request #8037 from penpot/niwinz-staging-project-name-fix
...
🐛 Fix long project name visual problem on dashboard
2026-01-08 17:41:37 +01:00
Eva Marco
e13c203b8d
♻️ Refactor scss file
2026-01-08 16:35:56 +01:00
Andrey Antukh
90efb665b5
✨ Add several additional renames for make translation string consistent
2026-01-08 14:37:58 +01:00
Pablo Alba
47ee490158
🐛 Fix typos on download modal
2026-01-08 14:37:58 +01:00
Eva Marco
743d4e5c8d
🐛 Fix error on shadow token creation ( #8029 )
2026-01-08 13:26:01 +01:00
Andrey Antukh
97e4f4c424
🐛 Fix long project name visual problem on dashboard
2026-01-08 11:40:55 +01:00
Belén Albeza
fb9560c315
🐛 Fix guides dropdown width ( #8031 )
...
* 🐛 Fix width of guides column dropdown
* ♻️ Remove deprecated tokens in css
* 🔧 Update changelog
2026-01-08 10:47:11 +01:00
Elena Torro
621e030095
🐛 Fix missing text color token from selected shapes in selected colors list
2026-01-07 16:41:25 +01:00
Elena Torro
7cd2308f3b
🐛 Fix inner shadow selector on shadow token
2026-01-07 16:36:51 +01:00
Elena Torro
8a3e6d026e
🐛 Fix CSS generated box-shadow property
2026-01-07 16:28:05 +01:00
Florian Schrödl
0dd062d011
🐛 Fix line-height throwing for int ( #7927 )
2026-01-07 16:13:10 +01:00
Alejandro Alonso
083e77e9c5
🐛 Fix color assets from shared libraries
2026-01-07 14:02:28 +01:00
Alejandro Alonso
919f78daeb
Merge pull request #7965 from penpot/eva-fix-styles-on-viewer
...
🐛 Fix inspect tab styles on viewer
2026-01-07 11:54:33 +01:00
Eva Marco
b5c30f8c41
🐛 Fix inspect tab styles on viewer
2026-01-07 11:41:49 +01:00
Alejandro Alonso
60aa426753
Merge pull request #8022 from penpot/alotor-fix-drag-handlers
...
🐛 Fix problem with dragging handlers
2026-01-07 11:36:26 +01:00
Andrey Antukh
eff572d3bb
Revert " 💄 Group tokens by name path ( #7775 )"
...
This reverts commit 0956b66281bba6303e2c0acb85bb2aa6be4d9d1a.
2026-01-07 11:20:44 +01:00
alonso.torres
d470d96833
🐛 Fix problem with dragging handlers
2026-01-07 11:00:02 +01:00
alonso.torres
edd53b419a
🐛 Fix problem with thumbnail regeneration
2026-01-05 13:09:40 +01:00
Alejandro Alonso
c4e57427ac
Merge branch 'staging-render' into staging
2026-01-05 10:30:06 +01:00
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