Andrey Antukh
8307b699bf
🐛 Remove a race condition on file export
...
Caused when file is deleted in the middle of an exportation. The
current export process is not transactional, and on file deletion
several queries can start return not-found exception because of
concurrent file deletion.
With the changes on this PR we allow query deleted files internally
on the exportation process and make it resilent to possible
concurrent deletion.
2025-11-04 10:56:05 +01:00
Andrey Antukh
cd6865f54b
⬆️ Update yetti dependency
...
Bugfixes
2025-11-04 10:56:05 +01:00
Andrey Antukh
88493f6805
🐛 Fix incorrect query for subscription editors ( #7672 )
...
Commit Message Check / Check Commit Message (push) Has been cancelled
Default teams should be present on the query results
2025-11-03 16:14:24 +01:00
Belén Albeza
83cd9c3db6
🔧 Fix rust linter errors
2.11.0-RC2
2025-11-03 11:45:05 +01:00
Andrey Antukh
399feec032
⬆️ Update rust to 1.91
2025-11-03 11:45:00 +01:00
Luis de Dios
95fdd75030
🐛 Fix misaligned right sidebar menus
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-11-03 08:34:09 +01:00
Andrey Antukh
febe87aa7b
🐛 Fix incorrect checksum of the jdk on dockerfiles
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-31 18:01:55 +01:00
Andrés Moya
99e8b22672
🐛 Fix theme validation when still no tokens library exists
2025-10-31 16:04:50 +01:00
Andrey Antukh
0581c60800
⬆️ Update jdk and node on docker images
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-31 14:50:12 +01:00
Andrey Antukh
7e92408807
⬆️ Update jdk and node on devenv
2025-10-31 14:50:12 +01:00
David Barragán Merino
262937c421
📚 Add recommendations for valkey/redis configuration
2025-10-31 10:45:33 +01:00
Alonso Torres
942e3300dd
🐛 Fix problem when checking usage with removed teams ( #7638 )
2025-10-31 09:22:31 +01:00
Alejandro Alonso
6a2029ca3b
🐛 Fix error comment message after the demo account creation ( #7615 )
2025-10-31 08:56:34 +01:00
David Barragán Merino
f32913adcf
📚 Adapt doc with the storage settings changes ( #7607 )
2025-10-31 08:56:06 +01:00
Juan de la Cruz
d906f05a6f
🎉 Add 2.11 release slides and images ( #7606 )
2025-10-31 08:54:19 +01:00
Alejandro Alonso
08162c825d
Merge pull request #7633 from penpot/superalex-options-button-does-not-work-for-comments-created-in-the-lower-part-of-the-screen-with-an-active-reply-field
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix options button does not work for comments created in the lower part of the screen
2025-10-29 16:18:21 +01:00
Alejandro Alonso
bc700334ca
🐛 Fix options button does not work for comments created in the lower part of the screen
2025-10-29 16:17:57 +01:00
Alejandro Alonso
133590f19c
Merge pull request #7635 from penpot/alotor-fix-paste-position
...
🐛 Fix paste without selection sends the new element in the back
2025-10-29 16:16:17 +01:00
alonso.torres
66c5a0570e
🐛 Fix paste without selection sends the new element in the back
2025-10-29 16:15:55 +01:00
Andrés Moya
94cbf9d8f2
🎉 Add integration test to check new validation
2025-10-29 15:40:45 +01:00
Andrés Moya
70143f8ae3
🐛 Fix theme renaming and small refactor tokens forms validation
2025-10-29 15:40:45 +01:00
David Barragán Merino
1b81ddebb4
🐛 Fix some paths and add missed nginx config file for the storybook docker image
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-29 13:46:29 +01:00
David Barragán Merino
6076df5c80
🎉 Detach storybook from the frontend build process
2025-10-29 13:45:54 +01:00
Alejandro Alonso
6d2d66a079
Merge pull request #7634 from penpot/alotor-fix-editable-label
...
🐛 Fix problem with certain text input and drag/drop
2025-10-29 12:50:03 +01:00
Alejandro Alonso
239af4fb82
🐛 Fix problem with text grow types
2025-10-29 12:40:11 +01:00
alonso.torres
0ad4a9ca7e
🐛 Fix problem with certain text input and drag/drop
2025-10-29 12:35:13 +01:00
Eva Marco
aadc1aac1c
🐛 Fix some error translations
2025-10-29 11:14:20 +01:00
Alejandro Alonso
b033690239
Merge pull request #7618 from penpot/andy-docs-typography-token
...
📚 Add typography token to the user guide
2025-10-29 08:22:20 +01:00
Alejandro Alonso
474453a503
Merge pull request #7594 from penpot/eva-fix-dropdown-submenu
...
🐛 Fix submenu visibility
2025-10-29 07:53:06 +01:00
Pablo Alba
e2ce226814
🐛 Fix remove flex button doesn’t work within variant
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-28 09:38:38 +01:00
Andres Gonzalez
a346d29d76
📚 Add typography token to the user guide
2025-10-27 15:18:14 +01:00
Andrés Moya
ed767d9a5b
🐛 Fix library update notificacions showing when they should not
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-27 11:14:41 +01:00
Alejandro Alonso
6290b88d2e
Merge pull request #7601 from penpot/alotor-fix-text-grow-type-problem
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix problem with text grow types
2025-10-24 09:45:47 +02:00
alonso.torres
7c1205018b
🐛 Fix problem with text grow types
2025-10-23 17:39:18 +02:00
Belén Albeza
f8cebb9d63
🐛 Fix scroll bar in design tab ( #7582 )
...
Commit Message Check / Check Commit Message (push) Has been cancelled
* 🐛 Fix scroll bar in design tab
* ♻️ Remove deprecated css tokens in options.scss
2025-10-23 14:11:11 +02:00
Alejandro Alonso
1e248c7177
🐛 Fix demo accounts creation
2025-10-23 13:45:11 +02:00
Belén Albeza
45af469a11
🐛 Fix invite selection copy
...
Commit Message Check / Check Commit Message (push) Has been cancelled
* 🐛 Fix selected invitations copy not being localized/pluralized
* ✨ Add integration test for team invites + fixes unaccessible dom
2025-10-23 12:04:34 +02:00
Eva Marco
232f2271d3
🐛 Fix submenu visibility
2025-10-23 11:52:03 +02:00
Alejandro Alonso
36c986d8e8
🐛 Fix file doesn’t open after deleting the library used in it
2025-10-23 09:51:10 +02:00
Alejandro Alonso
54ac64db4b
Merge pull request #7578 from penpot/supealex-fix-selected-colors-children-shapes-in-multiple-selection
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix selected colors not showing colors from children shapes in multiple selection
2025-10-22 15:18:58 +02:00
Alejandro Alonso
30ca6bf6ff
🐛 Fix selected colors not showing colors from children shapes in multiple selection
2025-10-22 14:53:06 +02:00
David Barragán Merino
81a364dfc4
🐳 Set default values for maxmemory and maxmemory-policy in Valkey
2025-10-22 13:43:30 +02:00
Pablo Alba
c6b9954af8
🐛 Fix nested variant in a component doesn't keep inherited overrides
2025-10-22 13:35:22 +02:00
Belén Albeza
7ec335ae96
🐛 Fix export element crashing the app
2025-10-22 13:02:55 +02:00
Luis de Dios
e073b89604
🐛 Fix property input remains editable after keeping default property name ( #7549 )
...
Commit Message Check / Check Commit Message (push) Has been cancelled
* 🐛 Fix property input remains focused when keeping default property name
* 📎 PR changes
2025-10-22 10:48:03 +02:00
Pablo Alba
5e6af5aea9
🐛 Fix text override is lost after switch
2025-10-22 09:43:12 +02:00
Pablo Alba
fd596a1371
🐛 Fix incorrect behavior of Alt + Drag for variants
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-21 17:02:10 +02:00
Eva Marco
ca21e7e8b4
🐛 Fix font size placeholder
2025-10-21 12:27:15 +02:00
Alejandro Alonso
9e17a0e65d
🐛 Fix unread comments
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-21 09:30:01 +02:00
Pablo Alba
fec420b6e9
🐛 Fix variants not syncronizing tokens on switch
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-17 13:46:49 +02:00