Andrey Antukh
46a6aff4da
Merge pull request #5242 from penpot/niwinz-design-tokens
...
🎉 Merge tokens-studio
2024-11-07 10:33:24 +01:00
Andrey Antukh
cb21eeda94
🐛 Fix build
2024-11-07 09:42:36 +01:00
Andrey Antukh
b27edb4259
🐛 Use proper schema for move-file rpc method
2024-11-06 16:29:11 +01:00
Andrey Antukh
73d85b9884
🐛 Fix incorrect behavior of ::sm/vec and ::sm/set decoder
2024-11-06 16:29:11 +01:00
David Barragán Merino
5a3619c737
📚 Add documentation to install with Kubernetes
2024-11-06 14:55:41 +01:00
Andrey Antukh
dc41fe7616
Merge pull request #5226 from penpot/palba-rename-layers
...
🎉 Rename selected layer via shortcut and context menu option
2024-11-06 09:49:56 +01:00
Pablo Alba
227f06c1ec
Merge pull request #5255 from penpot/niwinz-bugfix-1
...
🐛 Fix null pointer exception on validating nil with number schema
2024-11-06 09:36:14 +01:00
Pablo Alba
48c41df054
🎉 Rename selected layer via shortcut and context menu option
2024-11-06 09:22:38 +01:00
Andrey Antukh
946dac3c9f
🐛 Fix NPE on number schemas
...
Mainly, without this fix, happens the following:
user=> (sm/validate [::sm/int {:min 0}] nil)
Execution error (NullPointerException) at app.common.schema/fn$fn (schema.cljc:692).
Cannot invoke "Object.getClass()" because "x" is null
And it should return `false` without an exception.
2024-11-06 09:15:06 +01:00
Andrey Antukh
b160ba1793
📎 Update .gitignore
2024-11-06 09:14:47 +01:00
Andrey Antukh
b86f2ba90d
Merge pull request #5246 from penpot/luis-fix-updated-library-tab
...
🐛 Fix selected tab when updated library
2024-11-06 08:59:01 +01:00
Edgars Andersons
bf5a7e20d9
🌐 Add translations for: Latvian.
...
Currently translated at 98.0% (1424 of 1453 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/lv/
2024-11-05 18:00:18 +01:00
Andrés Moya
3393963363
🔧 Apply feature flag to measures inputs
2024-11-05 16:22:20 +01:00
Andrés Moya
e641e93fd5
🐛 Fix sidebar tabs when there are no design tokens
2024-11-05 15:08:09 +01:00
Andrés Moya
99fcd3556e
🔧 Disable tokens in dev env by default
2024-11-05 14:21:09 +01:00
Andrey Antukh
b82679deaf
🎉 Merge tokens-studio
2024-11-05 14:21:09 +01:00
Andrey Antukh
0cd446421d
🐛 Fix some issues with vendored libraries and build process
...
related to how package.json is defined and how modules
are exported
2024-11-05 14:18:51 +01:00
Andrey Antukh
6014612046
Merge pull request #5252 from penpot/hiru-fix-manage
...
🐛 Fix merge error in manage script
2024-11-05 13:52:03 +01:00
Andrés Moya
eb211c0c8e
🐛 Fix merge error in manage script
2024-11-05 13:48:46 +01:00
Andrey Antukh
e6a9e27802
Merge remote-tracking branch 'origin/staging' into develop
2024-11-05 09:10:14 +01:00
Andrey Antukh
33d51a51d1
📚 Update changelog
2024-11-04 17:29:52 +01:00
Andrey Antukh
ab4be85669
Merge pull request #5250 from penpot/alotor-hotfix-plugins-api-problem
...
🐛 Fix problem with promises in plugins
2024-11-04 17:27:41 +01:00
alonso.torres
6c0dce580d
🐛 Fix problem with promises in plugins
2024-11-04 17:12:45 +01:00
Andrey Antukh
4ccd84f9c4
Merge pull request #5243 from penpot/niwinz-modules-improvements-1
...
♻️ Refactor bundle mechanism
2024-11-04 16:47:12 +01:00
Andrey Antukh
59050a7bc6
📎 Backport frontend/package.json changes
...
Mainly for compatibility with the upcoming devenv changes
2024-11-04 16:16:28 +01:00
Andrey Antukh
3334fb0e99
🐛 Add migration to fix invalid pages
2024-11-04 15:34:09 +01:00
Andrey Antukh
96102fc878
✨ Update devenv default watch command for handle libs
2024-11-04 14:31:59 +01:00
Andrey Antukh
24268bbf33
Merge pull request #5248 from penpot/palba-add-event-for-add-frame
...
✨ Add event for add-frame
2024-11-04 14:25:19 +01:00
Pablo Alba
cd3f8f0c43
✨ Add event for add-frame
2024-11-04 12:56:34 +01:00
Andrey Antukh
d3a8954605
Merge pull request #5247 from penpot/alotor-fix-plugin-problem
...
🐛 Fix problem with plugins path positioning
2024-11-04 12:16:25 +01:00
alonso.torres
1cda61e230
🐛 Fix problem with plugins path positioning
2024-11-04 11:02:04 +01:00
luisddm
7f93060872
🐛 Fix selected tab when updated library
2024-11-04 09:23:20 +01:00
Edgars Andersons
c3ef12f145
🌐 Add translations for: Latvian.
...
Currently translated at 95.3% (1385 of 1453 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/lv/
2024-11-02 14:00:19 +00:00
Andrey Antukh
39106c1e14
✨ Improve e2e performance on CI
2024-11-01 10:04:03 +01:00
Andrey Antukh
607deb31dc
♻️ Refactor bundle mechanism
...
Mainly leave shadow-cljs for build cljs stuff and use esbuild
for bundle all js dependencies, completly avoiding all possible
incompatibility issues between js libraries and google closure
compiler.
2024-11-01 10:04:03 +01:00
Linerly
9a35c04bf0
🌐 Add translations for: Indonesian.
...
Currently translated at 100.0% (1453 of 1453 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/id/
2024-11-01 07:04:40 +01:00
Alejandro
aca3e3db4f
Merge pull request #5237 from penpot/niwinz-hotfix-2
...
🐛 Fix incorrect thumbnail lookup on dashboard project view
2024-10-31 16:12:22 +01:00
Andrey Antukh
74f9166f3d
Merge pull request #5238 from penpot/bameda-manage-build-docs-bundle
...
🎉 add command to build docs bundle
2024-10-30 23:15:22 +01:00
David Barragán Merino
977a2090fb
🎉 add command to build docs bundle
2024-10-30 19:17:04 +01:00
Andrey Antukh
14e6ea9393
Merge pull request #5236 from penpot/palba-testab-templates-link2
...
🎉 Add test A/B for add a link to the libraries page
2024-10-30 16:44:17 +01:00
Andrey Antukh
3eb35f0aa6
🐛 Fix incorrect thumbnail lookup on dashboard project view
...
That causes a repeated generation of thumbnails on each page
view instead of reusing already generated thumbnails.
2024-10-30 16:19:16 +01:00
Pablo Alba
92b7a35c58
🎉 Add test A/B for add a link to the libraries page
2024-10-30 16:13:05 +01:00
Andrey Antukh
366bca5f93
Merge remote-tracking branch 'origin/staging' into develop
2024-10-30 13:50:20 +01:00
Andrey Antukh
99807b4cd4
Merge pull request #5231 from penpot/bameda-merge-docs-repo
...
📚 Merge repository penpot/penpot-docs
2024-10-30 13:46:37 +01:00
Andrey Antukh
97a1bf15ef
✨ Improve how topic is managed on ws notifications
2024-10-30 13:39:38 +01:00
Andrey Antukh
9409078069
✨ Add usage quotes for snapshots
2024-10-30 13:39:38 +01:00
Andrey Antukh
5b35cf7456
✨ Add minor improvements to circleci config
2024-10-30 13:39:38 +01:00
Andrey Antukh
a9d3dfab1a
✨ Use schema instead of spec for validate worker submit options
2024-10-30 13:39:38 +01:00
Andrey Antukh
32126d1874
♻️ Refactor file changes gc tasks
...
Make it more friendly with the current snapshoting mechanism
2024-10-30 13:39:38 +01:00
Andrey Antukh
5f4af76d28
✨ Add permission checking to file snapshot rpc methods
2024-10-30 13:39:38 +01:00