Alejandro Alonso
ce62e11626
🐛 Fix error on validating file referential integrity when duplicating a page
2025-07-21 09:26:23 +02:00
Andrey Antukh
9f04c2fc1d
Merge pull request #6901 from penpot/superalex-hide-bb-when-editing-effects
...
✨ Hide bounding box while editing visual effects
2025-07-21 09:23:18 +02:00
Xavier Julian
2dbeb884a5
✨ Keep color data when copying from info tab into CSS
2025-07-21 09:07:20 +02:00
Andrey Antukh
931d72b41f
Merge pull request #6887 from dfelinto/fix-trackpad-swipe
...
🐛 Fix touchpad swipe back/forward #4246
2025-07-21 08:58:32 +02:00
Alejandro Alonso
2e3cdd872c
Revert " ✨ Highlight first found font in font list when searching [Taiga #3204 ]"
...
This reverts commit 55a13c3139c682db296b800c17edf3f71c95a754.
2025-07-17 13:01:24 +02:00
Andres Gonzalez
55a13c3139
✨ Highlight first found font in font list when searching [Taiga #3204 ]
...
This enhancement highlights the first found font in the font list when searching, and allows pressing Enter to select it, for a more intuitive font selection experience.
See [Taiga #3204 ](https://tree.taiga.io/project/penpot/issue/3204 ).
2025-07-17 12:09:50 +02:00
Alejandro Alonso
abbfd44534
✨ Hide bounding box while editing visual effects
2025-07-17 09:33:10 +02:00
Andres Gonzalez
5d4042c861
✨ Clarify invite member message for existing team members
...
Update the English message shown when inviting team members whose emails are already part of the team, as suggested in issue #6785 .
2025-07-15 14:05:20 +02:00
Dalai Felinto
1fbcec98fb
🐛 Fix touchpad swipe back/forward #4246
...
This prevents the browser to take over the trackbad swipe gesture both
for the dashboard and the workspace.
At an early attempt I did get the code to work only for the workspace,
but it is too unreliable and I could every now and then get it to misbehave.
I believe it is better to be safe and always prevent the browser from
going back/forth, regardless of workspace/dashboard.
Signed-off-by: Dalai Felinto <dalai@blender.org>
2025-07-15 00:24:20 +02:00
Andrey Antukh
6b2ce86d5f
Merge pull request #6896 from penpot/juanfran-issue-show-main-component-focus
...
🐛 Fix initialize-page namespace when showing main component
2025-07-11 18:31:37 +02:00
Juanfran
bb1ec109d8
🐛 Fix initialize-page namespace when showing main component
2025-07-11 13:09:20 +02:00
Florian Schroedl
9c5a13c4ac
✨ Enable font-size token
2025-07-11 10:37:17 +02:00
Andrey Antukh
95cfb26b38
Merge pull request #6882 from penpot/xaviju-11283-info-tab-visibility-attrs-review
...
♻️ Fix tab info not updating and suggested code refactor
2025-07-10 11:56:38 +02:00
Andrey Antukh
935c22d124
Merge pull request #6885 from penpot/marina-change-text-capitalize
...
🐛 Fix title button from Title case to Capitalize
2025-07-10 11:55:50 +02:00
Marina López
ba6a02d1d9
🐛 Add fixes from subscription design review ( #6870 )
...
* 🐛 Fixes from subscription design review
* 🐛 Fix to consider professional plan the unpaid and canceled status
* 📎 Fixes PR feedback
2025-07-10 11:55:16 +02:00
Xavier Julian
0b681effe7
♻️ Fix tab info not updating and suggested code refactor
2025-07-10 11:38:53 +02:00
Marina López
6826db8498
🐛 Fix title button from Title case to Capitalize
2025-07-10 11:29:48 +02:00
Andrey Antukh
66c5841d48
Merge pull request #6886 from penpot/alotor-fix-create-layout
...
🐛 Fix problem when creating a layout from an existing layout
2025-07-10 11:28:19 +02:00
Xavier Julian
af10705b4c
♻️ Review import message text
2025-07-10 10:18:59 +02:00
alonso.torres
aa01d3b707
🐛 Fix problem when creating a layout from an existing layout
2025-07-09 15:44:15 +02:00
Xavier Julian
0daa8be0b5
✨ Add visibility group and attributes to info tab
2025-07-09 11:19:30 +02:00
Andrés Moya
88bb9bfe52
🐛 Detach styles from assets when applying tokens
2025-07-08 13:15:45 +02:00
Andrey Antukh
e554b9fcb7
Merge remote-tracking branch 'origin/staging' into develop
2025-07-08 11:04:29 +02:00
Aitor Moreno
747427daa4
Merge pull request #6841 from penpot/superalex-fix-frame-clipping
...
🐛 Fix frame clipping
2025-07-08 08:26:48 +02:00
Andrey Antukh
44e3e4a641
🔥 Remove image shape inspect pannel
...
Image shapes are long ago deprecated not used
on penpot
2025-07-07 13:36:00 +02:00
Pablo Alba
cfec023585
♻️ Rename flag :component-swap to :allow-altering-copies
2025-07-07 12:07:36 +02:00
Pablo Alba
469d47eaf3
🐛 Fix variants combobox and select to new options format
2025-07-07 11:46:50 +02:00
Alejandro Alonso
51bb6583d2
🐛 Fix frame clipping
2025-07-07 11:09:29 +02:00
Pablo Alba
a44c70ef69
✨ Keep the swapped childs if the copies when doing a variant switch
2025-07-07 10:50:49 +02:00
Andrés Moya
4fddf34a73
🐛 Fix error when there exists a tokens lib with no sets
2025-07-07 10:02:49 +02:00
Xavier Julian
8f840daa91
✨ Improve token import error copy
2025-07-07 09:59:57 +02:00
Juanfran
0a7d6d98e1
✨ Integrate plugin runtime as npm library ( #6852 )
2025-07-07 09:46:07 +02:00
Álvaro Tejero-Cantero
bcb69b6227
🐛 Restore viewport and selection when exiting focus mode ( #6827 )
...
* 📚 Provide guidance on how to exit focus mode
* 🐛 Restore viewport & selection post focus mode
* 📎 Update changelog
2025-07-07 09:44:06 +02:00
Andrey Antukh
92d708d52c
Merge remote-tracking branch 'origin/staging' into develop
2025-07-07 09:37:55 +02:00
Alonso Torres
accd5226d7
🐛 Fix sidebar width in localhost ( #6732 )
2025-07-07 09:28:52 +02:00
Andrey Antukh
16a1fd14e5
🐛 Fix media translation on text nodes on paste ( #6845 )
...
Fix incorrect media translation on paste text with fill images
2025-07-07 09:03:35 +02:00
Andrey Antukh
0374e4f3eb
Merge remote-tracking branch 'origin/staging' into develop
2025-07-04 12:02:12 +02:00
Alonso Torres
6d41d36b3a
🐛 Fix problem when double click on hidden shapes ( #6833 )
2025-07-04 09:01:20 +02:00
Florian Schrödl
21746144b7
✨ Add letter spacing token ( #6814 )
...
* 🐛 Fix merge schema not working with key generation
* ✨ Add letter-spacing token
* ♻️ Remove comments
* ♻️ Inline line-height for now
2025-07-03 16:00:58 +02:00
Andrey Antukh
3165761bac
Merge remote-tracking branch 'origin/staging' into develop
2025-07-03 15:32:30 +02:00
Alejandro Alonso
dd803dc1de
Merge pull request #6839 from penpot/niwinz-staging-fix-broken-path
...
🐛 Add migration for fix undecoded path content
2025-07-03 13:43:59 +02:00
Florian Schrödl
7dd61968b5
✨ Implement object type specific tokens ( #6816 )
...
* ✨ Allow token applying for supported shape types only
* 🐛 Remove x/y attribute keys from spacing token
* ✨ Shape specific context-menu
* ✨ Only apply tokens to supported shapes when doing multi selection apply
* ✨ Handle groups not supported by tokens yet
* 🐛 Fix outdated tests
* ♻️ Commentary
* ✨ Add helper functions for attribute applicability checks
* ♻️ Groups don't have own attributes
* ♻️ Remove unused function
* ♻️ Move attribute logic to common.types.token
2025-07-03 12:22:04 +02:00
María Valderrama
95f4a9bd29
✨ Add missing start-plugin event ( #6809 )
...
* ✨ Add missing start-plugin event
* 📎 Correct event origin
2025-07-03 10:29:43 +02:00
Andrey Antukh
a2b8f19ff3
🐛 Add migration for fix undecoded path content
2025-07-03 08:40:23 +02:00
Juanfran
72b1919e29
✨ Add in-app help to guide users about variant rules
2025-07-02 14:46:36 +02:00
Andrey Antukh
898182e3d5
✨ Add minor events props normalization ( #6836 )
2025-07-02 14:41:48 +02:00
Xavier Julian
be43365909
🐛 Fix broken import file type drodown options
2025-07-02 14:35:01 +02:00
Andrey Antukh
41994703a9
♻️ Refactor tab-switcher* component ( #6815 )
...
* 💄 Add minor style adjustments to workspace sidebar
* 💄 Add style enhacement to sitemap component
* ♻️ Refactor tab-switcher* component
2025-07-02 14:08:47 +02:00
Marina López
3d45080e3c
🐛 Fixes from subscription design review ( #6812 )
2025-07-02 10:49:16 +02:00
Prithvi Tharun
4f993bf4ae
💄 Replace 'Verify new email' label with 'Confirm new email' ( #6831 )
...
Improves clarity by using more accurate and familiar terminology.
Signed-off-by: Prithvi Tharun <ptrithu8@gmail.com>
2025-07-02 10:32:09 +02:00