Andrey Antukh
0295f0f7c8
✨ Add better workspace file indexing strategy
...
Improve file indexes initialization on workspace.
Instead of initialize indexes for all pages only initialize
indexes for the loaded page.
2025-10-06 09:38:01 +02:00
Eva Marco
84cccd1b79
🐛 Fix alignment row on single shape selection
2025-09-05 13:54:46 +02:00
Pablo Alba
c0c8390a7d
🐛 Fix restoring component inside flex
2025-08-19 12:15:30 +02:00
Pablo Alba
07b15819d4
🎉 Add the ability to create variants from a selection ( #7045 )
...
* 🎉 Add the ability to create variants from a selection
* 📎 Add PR feedback changes
* 💄 Add minor cosmetic changes
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-08-01 15:39:46 +02:00
Belén Albeza
a242962113
🐛 Fix missing font when pasting text (editor v1)
2025-07-25 09:48:20 +02:00
Andrey Antukh
4e2998a366
♻️ Rename fill to fills namespace
2025-07-23 07:32:11 +02:00
Andrey Antukh
158f759cde
✨ Add binary fills initialization on workspace fetch
2025-07-23 07:32:11 +02:00
alonso.torres
e8d1ea24d1
🐛 Fix problem in wasm when duplicate objects
2025-05-30 13:49:56 +02:00
Miguel de Benito Delgado
71bb2556f9
♻️ Move page setup out of the data.workspace ns ( #6502 )
...
* ♻️ Split history workspace.cljs to workspace/pages.cljs - rename file to target-name
* ♻️ Split history workspace.cljs to workspace/pages.cljs - rename source-file to git-split-temp
* ♻️ Split history workspace.cljs to workspace/pages.cljs - restore name of source-file
* ♻️ Cleanup after adding new ns, add exports
* ♻️ Move set-plugin-data to main.data.plugins
* 🐛 Possible bugfix, cherry-picked from commit 8f7c63d6e2c (conflict during refactor)
---------
Co-authored-by: Eva Marco <eva.marco@kaleidos.net>
2025-05-20 22:11:05 +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
330e49db56
♻️ Cleanup after adding new ns, add exports
2025-05-18 18:49:59 +02:00
Miguel de Benito Delgado
aa39170d47
♻️ Split history workspace.cljs to workspace/clipboard.cljs - restore name of source-file
2025-05-18 18:49:07 +02:00
Miguel de Benito Delgado
33d989feb2
♻️ Split history workspace.cljs to workspace/clipboard.cljs - rename source-file to git-split-temp
2025-05-18 18:49:07 +02:00
Andrey Antukh
a00e7c1061
Merge remote-tracking branch 'origin/staging' into develop
2025-05-15 09:52:31 +02:00
Miguel de Benito Delgado
968ea56197
♻️ Reorganize index management on worker code ( #6477 )
...
* ♻️ Factor index management out of app.worker.impl
* 💄 Fix silly spacing
* 💄 Lint
2025-05-15 09:46:49 +02:00
Andrey Antukh
79a164be6d
🐛 Fix exception on paste invalid html
2025-05-14 16:07:01 +02:00
Andrey Antukh
0b7b6e2c23
♻️ Refactor penpot library
2025-05-08 09:51:25 +02:00
Andrey Antukh
66ee9edaf8
✨ Add minor enhacements and naming fixes on schemas
2025-05-07 12:17:24 +02:00
Andrey Antukh
202337b135
💄 Add cosmetic improvements for start-editing-selected event fn
2025-05-06 13:39:16 +02:00
Pablo Alba
ba442e1549
✨ Allow copy-paste variants into another file ( #6319 )
2025-04-16 17:12:12 +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
43535ae573
Merge remote-tracking branch 'origin/staging' into develop
2025-04-10 08:40:29 +02:00
Andrey Antukh
9ff2160c77
🐛 Clean workspace state on exit or url change
2025-04-09 16:31:49 +02:00
Andrey Antukh
d279b6c232
📎 Fix linter issues
2025-04-07 11:40:19 +02:00
Andrey Antukh
17f7f920c4
Merge branch 'staging' into develop
2025-04-07 11:32:41 +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
bc957893f4
⚡ Make feature resolved on team load
...
That simplifies features retrieval to simple get
2025-04-07 07:50:40 +02:00
Andrey Antukh
b8107ee497
✨ Ensure workspace page loading and intialization process
2025-04-07 07:42:09 +02:00
Elena Torró
480c224250
🐛 Fix long file names ( #6216 )
...
* 🔧 Add truncate str macro
* 🐛 Use truncate instead of prune to prevent title override
* 💄 Use text-overflow ellipsis on file names
* 📎 Add #10662 to 2.7 bugfixes
2025-04-03 16:06:02 +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
Elena Torró
c332528185
🐛 Fix render object with pending status ( #6215 )
2025-04-02 19:58:03 +02:00
Andrey Antukh
f8ffae75c4
⚡ Make feature resolved on team load
...
That simplifies features retrieval to simple get
2025-04-01 20:01:21 +02:00
Pablo Alba
b6c4376217
🐛 Fix bugs from varaints design review
2025-03-28 11:20:10 +01:00
Alejandro Alonso
7728d5b317
🎉 Improve performance reducing unnecessary calls to set-objects
2025-03-27 15:47:03 +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
Marina López
a6133e9c48
🐛 Fix actions when workspace is visited first time ( #6129 )
...
* 🐛 Fix actions when workspace is visited first time
* 📎 Fix linter errors
* 🐛 Fix problem with integration test
* 📎 Fix linter errors
* 📎 Fix linter errors
---------
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2025-03-24 18:02:05 +01:00
Andrey Antukh
93bf198073
🐛 Prevent theme replacement on ranaming
2025-03-21 09:22:16 +01:00
Andrey Antukh
0d4a6fc75f
🐛 Clear selected token set on leave file on workspace
2025-03-20 12:22:37 +01:00
Andrey Antukh
e4c9b736f7
Merge remote-tracking branch 'origin/staging' into develop
2025-03-14 11:19:47 +01:00
Andrey Antukh
05d6d2fcd4
🐛 Fix several corner cases that causes race conditions on workspace and dashboard loading
...
* 🐛 Fix several race conditions on workspace and dashboard code
It also fixes a corner case that happens when penpot workspace
is loaded in a background tab on firefox.
* 🐛 Add missing team-id prop to several file returning endpoints
2025-03-14 09:55:41 +01:00
Alejandro Alonso
0d11bafb57
Merge remote-tracking branch 'origin/staging' into develop
2025-03-07 07:54:05 +01:00
Marina López
b8b3cc641a
🎉 Consolidate when workspace empty, board tool selected
2025-03-06 13:31:12 +01:00
Pablo Alba
7c36c76b0d
🐛 Fix duplicate page with component over frame
2025-03-06 07:17:46 +01:00
Andrey Antukh
b676ea7127
Merge remote-tracking branch 'origin/staging' into develop
2025-02-25 12:56:05 +01:00
Marina López
8f06fa1026
🎉 Add AB test descriptive board tooltip ( #5936 )
...
* 🎉 Add AB test descriptive board tooltip
* 📎 Add changes from feedback
2025-02-25 12:50:16 +01:00
Pablo Alba
014c297458
🎉 Add drag components in or out a variant container
2025-02-20 10:05:01 +01:00