Andrey Antukh
ca743cc7cb
🐛 Fix incorrect profile refresh after onboarding end step
...
and many other setting screens
2024-12-11 15:20:39 +01:00
Andrey Antukh
97b9a7d31c
🐛 Remove hardcoded limit of 20 on the snapshot list rpc method
2024-12-11 14:13:04 +01:00
Dale de Silva
dbeebf181f
📚 Add submission form link to deployment page
...
The plugin submission page is hard to find while looking at the plugin help docs (As it's not linked from there). It should eventually be a page of its own but there isn't enough content yet (or an illustration) to support it.
2024-12-11 23:51:11 +11:00
Madalena Melo
537cb6cb50
File history versions
...
https://tree.taiga.io/project/penpot/task/9377
2024-12-11 13:42:17 +01:00
Belén Albeza
ef32acdfab
📚 Add serialization docs for gradient stops and path data
2024-12-11 13:08:49 +01:00
Andrey Antukh
0eec09acbf
Merge pull request #5441 from penpot/juan-slides-2.4
...
Juan slides 2.4
2024-12-11 12:49:31 +01:00
Belén Albeza
c2ffee1683
📚 Add README to rust project
2024-12-11 12:49:09 +01:00
Elhombretecla
81e250e27d
🎉 Add slides for 2.4 release
2024-12-11 12:36:29 +01:00
Aitor Moreno
579a5729e6
Merge pull request #5449 from penpot/superalex-render-wasm-custom-skia-binaries-2
...
🎉 Use custom skia binaries for wasm render
2024-12-11 12:20:02 +01:00
Alejandro Alonso
f50c7a70c2
🎉 Use custom skia binaries for wasm render
2024-12-11 12:06:56 +01:00
Andrey Antukh
7cff0f60a9
Merge remote-tracking branch 'origin/staging' into develop
2024-12-11 12:00:50 +01:00
Alejandro
9f1f8cc80c
Merge pull request #5438 from penpot/andy-docs-selfhostsettings
...
📚 Recommended settings for selfhost
2024-12-11 07:57:23 +01:00
andy
2440c81b42
📚 Recommended settings for selfhost
2024-12-11 07:42:01 +01:00
Alejandro
ada078abab
Merge pull request #5439 from penpot/niwinz-delete-xlog-gc-task
...
🔥 Remove file-xlog-gc task
2024-12-11 07:29:39 +01:00
Alejandro
25a672b958
Merge pull request #5443 from penpot/niwinz-enhancements-1
...
✨ Several improvements
2024-12-11 07:29:14 +01:00
Alejandro
777a4c8414
Merge pull request #5444 from penpot/ladybenko-9505-refactor-shapes
...
♻️ Refactor shapes and render code
2024-12-11 07:10:18 +01:00
andy
6feeb25802
📚 Import/export images replacements and other adjustments
2024-12-10 18:12:11 +01:00
andy
31dc0a074a
📚 New penpot file format
2024-12-10 17:42:32 +01:00
Belén Albeza
c9355a257a
♻️ Refactor custom matrix code into submodule
2024-12-10 16:15:07 +01:00
Belén Albeza
9f7428d44a
♻️ Fix visibility of Shape properties
2024-12-10 16:07:33 +01:00
Andrey Antukh
d8a3c10191
✨ Make modal work through react portal mechanism
...
The rationale behind this change is to allow use of already
declared react context on modals; because with portals, react
propagates top context to the children, independently if they
are direct descendant on dom or not.
2024-12-10 16:01:50 +01:00
Belén Albeza
c7c43d6313
♻️ Decouple render and shapes
2024-12-10 15:54:51 +01:00
Belén Albeza
7b1934dcb6
♻️ Create an ImageStore type
2024-12-10 15:41:50 +01:00
Belén Albeza
967bc75a1c
♻️ Move rendering a single shape to the shape itself
2024-12-10 15:29:49 +01:00
Andrey Antukh
31319a0d04
Merge pull request #5442 from penpot/alotor-view-only-menu
...
🐛 Remove file history versions menu options on view mode
2024-12-10 15:20:57 +01:00
Andrey Antukh
7758d5f747
💄 Add code style optimization to workspace context menu components
2024-12-10 15:08:14 +01:00
Belén Albeza
001aa3f319
♻️ Refactor into render submodules
2024-12-10 15:03:15 +01:00
Andrey Antukh
5dae6f8fde
🔥 Remove unused refs
2024-12-10 14:57:03 +01:00
Andrey Antukh
838fb73434
📎 Add FIXME note about recent-fonts ref behavior
2024-12-10 14:56:35 +01:00
Andrey Antukh
a12b42c4d5
✨ Simplfy workspace-file-colors ref impl
2024-12-10 14:56:15 +01:00
Andrey Antukh
e5894ceea1
♻️ Rename workspace-libraries to libraries on state and refs
2024-12-10 14:45:56 +01:00
Belén Albeza
647635a819
Merge pull request #5433 from penpot/superalex-render-wasm-circles-support
...
🎉 Render wasm ellipses support
2024-12-10 14:41:24 +01:00
alonso.torres
b9cb415507
🐛 Remove file history versions menu options on view mode
2024-12-10 14:41:00 +01:00
Alejandro Alonso
307329cf2e
🎉 Render wasm ellipses support
2024-12-10 14:31:26 +01:00
Belén Albeza
33e70a4108
Merge pull request #5410 from penpot/superalex-radial-gradients-wasm-render
...
🎉 Support for radial gradients with wasm render
2024-12-10 14:18:09 +01:00
Andrey Antukh
969c6a2e2f
💄 Add syntax optimization for gradient handlers component
2024-12-10 14:04:13 +01:00
Andrey Antukh
848db3f13c
✨ Remove components-v2 conditional on inspect right sidebar
2024-12-10 14:03:32 +01:00
Andrey Antukh
cd6a3fd1bb
🔥 Remove unused lenses
2024-12-10 14:02:42 +01:00
Andrey Antukh
36121d862d
Merge pull request #5440 from penpot/palba-ab-share-in-workspace
...
✨ Fix test A/B add share button to the workspace
2024-12-10 13:48:49 +01:00
Pablo Alba
d8964a69bc
✨ Fix test A/B add share button to the workspace
2024-12-10 13:33:04 +01:00
Belén Albeza
8599c52fc0
Merge pull request #5435 from penpot/superalex-render-wasm-show-content-support
...
🎉 Suport for show-content in render wasm
2024-12-10 13:11:46 +01:00
Andrey Antukh
c90c016ae5
Merge remote-tracking branch 'origin/staging' into develop
2024-12-10 12:41:19 +01:00
Andrey Antukh
6f67ecd1e4
Merge pull request #5404 from penpot/eva-fix-border-radius
...
♻️ Remove Rx and RY from shapes
2024-12-10 12:36:58 +01:00
Andrey Antukh
39da7d7ab6
Merge pull request #5429 from penpot/palba-bugfixing-01
...
🐛 Palba bugfixing 01
2024-12-10 12:33:38 +01:00
Andrey Antukh
1bb25bb89d
🔥 Remove file-xlog-gc task
...
It is no longer necessary because snapshots are managed by the objects-gc task
2024-12-10 12:19:12 +01:00
Pablo Alba
b0a3f2b72a
🐛 Fix history panel remains open after restoring a version
2024-12-10 11:00:54 +01:00
Pablo Alba
f2f3d9f7eb
💄 Fix css format (spacing)
2024-12-10 10:53:12 +01:00
Pablo Alba
cf72b35e73
🐛 Fix separator lines have no color at some menus
2024-12-10 10:53:12 +01:00
Andrey Antukh
6ecae5d425
💄 Fix linter issues after staging merge
2024-12-10 10:48:04 +01:00
Eva Marco
73e48b3d81
♻️ Remove unnecesary RX and RY from shapes
2024-12-10 10:47:55 +01:00