Pablo Alba
916eb530a0
✨ Close swap panel after doing a swap
2025-04-28 11:23:42 +02:00
Pablo Alba
6fdaad1bf4
🐛 Fix corner case when selecting component to switch ( #6350 )
2025-04-24 10:38:32 +02:00
Elena Torró
dfa6c502dc
✨ Improve left sidebar horizontal layers scroll ( #6317 )
2025-04-24 10:00:15 +02:00
Pablo Alba
a3ccc3dfef
✨ Select correct component to switch when changing variant property ( #6346 )
2025-04-22 18:48:18 +02:00
luisδμ
77d8504baf
✨ Selection of several components of a variant at the same time
2025-04-22 15:56:38 +02:00
Pablo Alba
db9e397531
🐛 Fix variant from a shared lib doesnt't show props
2025-04-21 09:25:00 +02:00
Andrey Antukh
bb80da137d
Merge remote-tracking branch 'origin/staging' into develop
2025-04-15 12:10:53 +02:00
Andrey Antukh
fa3fc12594
✨ Sanitize uuid on the rest of code
2025-04-14 09:23:29 +02:00
Pablo Alba
785b61be2f
✨ Fix corner cases of duplicate/copy-paste/cut-paste variants
2025-04-11 15:17:33 +02:00
Alejandro Alonso
1c5c51907a
Merge remote-tracking branch 'origin/staging' into develop
2025-04-11 14:05:00 +02:00
luisδμ
e7144142e5
✨ Add, edit and delete variant properties from layer panel ( #6257 )
2025-04-10 21:15:23 +02:00
ºelhombretecla
89153eef23
🎉 Increase height presets dropdown ( #6185 )
...
* 🎉 Add new measures dropdown height
* 🎉 Add enhancement to CHANGES.md
2025-04-10 10:01:52 +02:00
Pablo Alba
af1d5b86e1
Merge pull request #6214 from penpot/palba-cleanup-components-v2
...
♻️ Cleanup of componentsv2
✨ Add check to avoid open files with components v1
2025-04-07 10:18:53 +02:00
Andrey Antukh
9bc49e3381
Merge pull request #6209 from penpot/niwinz-features-enhancement
...
⚡ Make feature resolved on team load
2025-04-03 15:43:12 +02:00
Pablo Alba
f961b75bba
♻️ Cleanup of componentsv2
2025-04-03 11:38:35 +02:00
Marina López
1e16fb8ca2
🐛 Fix horizontal scroll from design tab ( #6213 )
2025-04-02 20:00:22 +02:00
Andrey Antukh
87ef98dad5
✨ Consolidate layout/grid feature
2025-04-01 21:15:38 +02:00
Andrey Antukh
dccebb0bea
Merge remote-tracking branch 'origin/staging' into develop
2025-04-01 18:26:37 +02:00
Eva Marco
74f11859e4
🐛 Fix max lenght on assets inputs ( #6201 )
2025-04-01 13:28:35 +02:00
luisδμ
648a8f9237
✨ Allow modifying property name when a variation is selected ( #6174 )
...
* ✨ Change property name when a variation is selected
* 📎 PR changes
2025-03-31 09:12:43 +02:00
Pablo Alba
b6c4376217
🐛 Fix bugs from varaints design review
2025-03-28 11:20:10 +01:00
Alejandro Alonso
e012046f62
Merge remote-tracking branch 'origin/staging' into develop
2025-03-27 12:12:57 +01:00
Andrey Antukh
bb7301fb63
✨ Improve libraries loading on workspace ( #6141 )
...
* ✨ Improve libraries loading on workspace
* ✨ Add improvements to CSS
---------
Co-authored-by: Eva Marco <evamarcod@gmail.com>
2025-03-26 13:19:48 +01:00
Pablo Alba
7284fb539f
🐛 Fix when editing a property name, the wrong property changes name ( #6156 )
2025-03-26 11:17:48 +01:00
luisδμ
f932f3efb1
✨ Filter variant by name on layers panel
2025-03-25 21:50:29 +01:00
Pablo Alba
9653e72e47
♻️ Refactor variants
...
* ♻️ Refactor variants
* ✨ Add MR changes
2025-03-24 13:15:02 +01:00
Andrey Antukh
b8c5a10551
💄 Add minor cosmetic changes to measures menu
2025-03-20 12:22:37 +01:00
Pablo Alba
625cbfc50a
🎉 Add variants properties to inspect panel
2025-03-18 09:52:32 +01:00
Andrey Antukh
e4c9b736f7
Merge remote-tracking branch 'origin/staging' into develop
2025-03-14 11:19:47 +01:00
Dalai Felinto
f450c9dbe3
🎉 Add support for WEBP format on shape export
...
It is very convenient to be able to export WEBP right from penpot.
Otherwise users have to first download to PNG then convert it locally.
---
Playwright only supports JPEG and PNG. So in order to support WEBP I had
to first generate a PNG and then convert it afterwards.
Signed-off-by: Dalai Felinto <dalai@blender.org>
2025-03-13 16:15:30 +01:00
alonso.torres
dcbf54fae1
🐛 Fix problem with readonly and inspect
2025-03-12 16:39:31 +01:00
Andrey Fedorov
5f3599eaa7
🐛 Fix token dimension application for all relatively positioned shapes
2025-03-10 13:29:10 +01:00
Pablo Alba
a99198de48
✨ Filter variants on asset panel
2025-03-07 13:43:04 +01:00
Alejandro Alonso
e362f423c0
Merge remote-tracking branch 'origin/staging' into develop
2025-03-06 07:36:19 +01:00
alonso.torres
ce02cbc3f1
🐛 Fix problem with selection colors
2025-03-05 14:34:08 +01:00
Pablo Alba
44f1798dce
🐛 Fix add variant menu inside a variant
2025-03-04 17:34:04 +01:00
Pablo Alba
8eb2aaa0a8
🎉 Create a new variant from an existing one
2025-03-04 13:52:40 +01:00
Andrey Antukh
c9a8d2bd23
🚧 Tokens (part4) ( #5952 )
...
* ✨ Use reduce-kv for creating tokens tree
Instead of reduce
* ⚡ Avoid double iteration on spliting text shapes from shapes
On processing color changes
* ♻️ Move the undo transaction out of transform-fill
The undo transaction is a high level construct and it should
be called from the first level events. Low level impl should
not handle transactions at all
* ⚡ Use low-level primitives for update-fill token event
* 📎 Add performance logging for style dictionary resolution
* 📎 Replace inline code with a helper
* ♻️ Refactor how fill and stroke color is applied on tokens
* 💄 Fix call convention for component-item-thumbnail component
* ✨ Clean component thumbnail when frame change received
* 📎 Fix tests
---------
Co-authored-by: Eva Marco <evamarcod@gmail.com>
2025-02-28 09:47:13 +01:00
Belén Albeza
f7574009b5
🐛 Fix layout context menu width + position
2025-02-27 17:47:31 +01:00
Juanfran
fefb946a25
Merge pull request #5951 from penpot/juanfran-expand-padding-margin-apply-token
...
🐛 Expand padding/margin values on apply token and show 'Mixed' placeholder
2025-02-26 11:15:33 +01:00
Juanfran
2d857ecf2f
🐛 Expand padding/margin values on apply token and show 'Mixed' placeholder
2025-02-26 10:57:51 +01:00
Pablo Alba
6d40166de7
✨ Remove menu options and shortcuts actions over variants
2025-02-25 10:11:14 +01:00
Andrey Antukh
1187d64f69
Merge remote-tracking branch 'origin/staging' into develop
2025-02-24 12:49:04 +01:00
Juanfran
9084c184e7
🐛 Filter out recent fonts from search results ( #5927 )
2025-02-24 09:12:12 +01:00
Marina López
702bd41047
🐛 Fix error when getting file from libs
2025-02-24 08:26:27 +01:00
Xavier Julian
ff121d2af5
💄 Differentiate empty and not empty token types
2025-02-20 14:12:51 +01:00
Pablo Alba
014c297458
🎉 Add drag components in or out a variant container
2025-02-20 10:05:01 +01:00
Andrey Antukh
60530a80d9
Merge remote-tracking branch 'origin/staging' into develop
2025-02-20 09:15:00 +01:00
Andrey Antukh
6e92e3b765
🐛 Fix inconsistency on naming
...
This also a fix of passing incorrect prop :shared-libs
to a component that already expectes :libraries.
It also removes unnecesary use of refs/libraries ref
2025-02-20 07:32:11 +01:00
Andrey Antukh
0e73de17ec
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:32:10 +01:00