luisδμ
44829ff1ae
✨ Use different copies for different variant selection cases ( #6544 )
...
* ✨ Use different copies for different variant selection cases
* 📎 PR changes
2025-05-23 12:08:24 +02:00
Xavier Julian
066b252522
✨ Add composition and slots documentation to storybook
2025-05-23 10:12:20 +02:00
luisδμ
556a68a78f
✨ Select all variants with errors ( #6533 )
2025-05-23 09:21:57 +02:00
alonso.torres
eaaca5629e
🐛 Fix problem with sidebar layout
2025-05-22 18:35:08 +02:00
Andrey Antukh
df27db1996
Merge pull request #6531 from mdbenito/fix/choppy-closest-point
...
✨ Fix choppy behaviour of new node on path
2025-05-22 13:24:04 +02:00
Aitor Moreno
58b1cf6b0c
Merge pull request #6491 from penpot/alotor-perf-pixel-precision
...
✨ Pixel precision for new renderer
2025-05-22 11:37:11 +02:00
Miguel de Benito Delgado
e4f2dfaa11
✨ Make precision closest point computation depend on zoom
2025-05-21 21:29:40 +02:00
Andrey Antukh
ec29c4f5fe
Merge pull request #6528 from penpot/ladybenko-11076-fix-xywh-inputs
...
🐛 Fix misalignment in measure section (design tab)
2025-05-21 21:05:38 +02:00
Belén Albeza
2b21401368
🐛 Fix clip buttons size
2025-05-21 17:08:56 +02:00
Belén Albeza
a5c8063b2c
🐛 Fix presets menu alignment
2025-05-21 17:01:23 +02:00
Belén Albeza
2ad2af2aea
🐛 Fix measures inputs' alignment
2025-05-21 16:58:49 +02:00
Eva Marco
c2ce7c6cf6
🐛 Remove unnecesary icon ( #6524 )
2025-05-21 15:44:25 +02:00
María Valderrama
47490db4be
💄 Add styles for external widgets on workspace ( #6509 )
...
* 💄 Add styles for Inkeep Chat at workspace
* 📎 Styles review
2025-05-21 14:17:48 +02:00
andrés gonzález
a2ac2bc6c6
✨ Change copy as SVG menu order ( #6523 )
2025-05-21 13:12:33 +02:00
Elena Torró
e80ca7e332
Merge pull request #6439 from penpot/elenatorro-11035-fix-overflow-x-scroll-on-sidebar
...
🐛 Fix default scroll visibility on layers sidebar
2025-05-21 11:51:32 +02:00
Elena Torro
e4644ff506
🔧 Use scroll only on layers and refactor layer element name
2025-05-21 11:36:24 +02:00
Eva Marco
3abc8774f6
♻️ Change translation string from workspace.token to workspace.tokens ( #6508 )
...
* ♻️ Change string translation for tokens
* ♻️ Apply find-and-replace on translation files
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-21 11:17:05 +02:00
alonso.torres
5d42b9793b
🐛 Fix some problems with layouts
2025-05-21 10:42:03 +02:00
Elena Torro
a575410a29
🐛 Fix default scroll visibility on layers sidebar
2025-05-21 10:38:27 +02:00
luisδμ
b0701f6bb4
✨ Control malformed variant formulas ( #6473 )
...
* ✨ Control malformed variant strings
* 📎 PR changes
* 📎 PR changes
2025-05-21 10:18:11 +02:00
Miguel de Benito Delgado
f36aa30525
✨ Add copy-as-svg to contextual menu ( #6510 )
...
* ✨ Add "copy as svg" to contextual menu
* 🌐 Add a few translations of the new string
* 📚 Document commit message format for translations
* 📎 Log SVG import errors to the console
* 📎 Update CHANGES.md (two PRs)
---------
Signed-off-by: Miguel de Benito Delgado <m.debenito.d@gmail.com>
2025-05-20 22:06:36 +02:00
Eva Marco
8f7c63d6e2
✨ Add base font fallback ( #6468 )
...
* ✨ Add base font fallback
* ♻️ Add asserts to change-builder
* 🐛 Change fn name
2025-05-20 17:27:04 +02:00
Miguel de Benito Delgado
48a3d38d82
✨ Add the Shift+ctrl+drag to deselect ( #6494 )
...
* ✨ Allow shape deselection using Ctrl+Shift+Drag
* ✨ Allow point deselection using Ctrl+Shift+Drag
* ✨ Properly remember previous selection during addition/removal of shapes
* ⚡ Preload point selection in path handle-area-selection
Also: prefer dm/get-in over get-in
* ✨ Highlight path nodes in selection rectangle incrementally
2025-05-20 15:23:05 +02:00
Florian Schroedl
31f642ed25
♻️ Use rx streams for style dictionary interface
2025-05-20 14:55:07 +02:00
Xavier Julian
f7311cbb6b
♻️ Ensure tokens feature integrates design system
2025-05-20 13:52:38 +02:00
Andrés Moya
ba1e16b55b
🐛 Fix token directory import
2025-05-20 09:42:38 +02:00
Eva Marco
55d21761fc
✨ Add multi file import on tokens ( #6444 )
...
* ✨ Implement token multi-file import
* ♻️ Refactor import modal UI
* 🐛 Fix comments
---------
Co-authored-by: Florian Schroedl <flo.schroedl@gmail.com>
2025-05-19 16:12:46 +02:00
Xavier Julian
051c2a7e99
🐛 Fix sloppy behaviour on tokens value inputs
2025-05-16 15:42:25 +02:00
Xavier Julian
887fa6b77b
✨ Add slots feature to DS input component
2025-05-16 15:42:25 +02:00
Miguel de Benito Delgado
e22a55334e
💄 Rename some namespace aliases for consistency ( #6485 )
2025-05-15 17:43:02 +02:00
Andrey Antukh
a00e7c1061
Merge remote-tracking branch 'origin/staging' into develop
2025-05-15 09:52:31 +02:00
Alonso Torres
ba25ce3098
🐛 Fix share button being displayed with no permissions ( #6476 )
...
* 🐛 Fix share button being displayed with no permissions
* ✨ Simplify impl by accessing perms from teams directly
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-15 09:49:29 +02:00
alonso.torres
fef08dfa18
✨ Set selrect for new render modifiers
2025-05-14 11:21:43 +02:00
Belén Albeza
91fbe8f8ef
🎉 Cap stop amount in UI for wasm ( #6438 )
...
* 🎉 Cap in the colorpicker the amount of stops a gradient can have
* 🎉 Cap the stops amount in gradient handlers
* 🎉 Disable add stop in gradient handlers (viewport + colorpicker)
* ✨ Add integration test for gradient limits
* 💄 Address PR suggestion
2025-05-13 10:37:05 +02:00
Andrey Antukh
a558bfdb2f
Merge remote-tracking branch 'origin/staging' into develop
2025-05-12 15:16:19 +02:00
Andrey Antukh
86bcd1b681
🐛 Fix issue on shortcuts restore operation ( #6462 )
...
* 🐛 Fix issue on shortcuts restore operation
Happens when the order of shortcuts pop events is inconsistent with
push events. Using less strictly order policy for pop operations
allows relax this and make it eventually consistent.
* 💄 Add cosmetic changes on shortcuts hooks on colorpicker and wport
* 📎 Update changelog
* 📎 Add PR feedback changes
2025-05-12 15:08:14 +02:00
Xavier Julian
c0eaa75232
💄 Fix errors UI on input token for value
2025-05-12 12:03:23 +02:00
luisδμ
d277fefc87
✨ Improve combobox component ( #6424 )
2025-05-09 11:33:57 +02:00
alonso.torres
568af52ebc
✨ Text grow width/height
2025-05-08 17:59:18 +02:00
Andrey Antukh
e271caa32b
Merge remote-tracking branch 'origin/staging' into develop
2025-05-08 13:41:11 +02:00
Eva Marco
66b47f9444
🐛 Fix resize bar background ( #6435 )
2025-05-08 13:37:00 +02:00
Andrey Antukh
ab01f0b274
Merge remote-tracking branch 'origin/staging' into develop
2025-05-08 12:22:50 +02:00
Xavier Julian
36e1ad287c
💄 Fix design review for input component
2025-05-08 10:55:07 +02:00
Belén Albeza
3fe16bd8f9
🐛 Fix history panel shortcut ( #6420 )
...
* ✨ Remove duplicate ID in file menu
* 🐛 Fix shortcut for Show Version History
* ✨ Add regression test
2025-05-07 16:49:54 +02:00
Alejandro Alonso
c3e76817cd
🐛 Add event to power up link from workspace menu
2025-05-07 13:45:57 +02:00
Eva Marco
0f3a4db71e
♻️ Refactor modal/hide! function calls ( #6415 )
2025-05-07 09:53:07 +02:00
Pablo Alba
751bed4117
✨ Manage overrides on variants switch
2025-05-07 09:29:41 +02:00
Eva Marco
e2918f4148
🎉 Create tooltip DS component ( #6340 )
...
* ✨ Add new tooltip DS component
* 🎉 Add delay
* 🎉 Update docs and stories
* 🎉 Add configurable delay
* ♻️ Fix comments
* ♻️ Fix comments
2025-05-06 17:15:22 +02:00
alonso.torres
05b6aeef3e
🐛 Fix problem with editor v2
2025-05-06 14:50:10 +02:00
Andrey Antukh
7cb2f307d8
✨ Move path-editor from selection handlers
2025-05-06 13:39:17 +02:00