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
Praveen Juge
3cdbd7f381
📚 Fix spelling: change assents to assets
2024-11-15 09:50:44 +01:00
Andrey Antukh
76caff2b61
Merge pull request #5313 from penpot/alotor-bugfixes-enable-plugins-default
...
🐛 Activate plugin feature by default
2024-11-15 09:46:59 +01:00
alonso.torres
a58ad2298a
🐛 Activate plugin feature by default
2024-11-15 09:04:59 +01:00
Andrey Antukh
6b9f7e9922
Merge pull request #5308 from penpot/alotor-fix-default-url-plugins
...
🐛 Fix default plugin list url
2024-11-14 18:21:56 +01:00
alonso.torres
63ee99d46c
🐛 Fix default plugin list url
2024-11-14 17:34:49 +01:00
Andrey Antukh
6b7665947e
Merge branch 'ElenaMLopez-patch-1' into staging
2024-11-13 12:35:21 +01:00
Elena Mateos López
4f7659fbf8
📚 Update frontend.md
...
Fix a typo from `comonents` to `components` in the UI namespaces section, at settings. :)
2024-11-13 12:34:58 +01:00
Alejandro
d2f30d2b12
Merge pull request #5292 from penpot/palba-revert-open-modal-extra-event
...
Revert "✨ Send event when an user opens a modal"
2024-11-13 09:34:32 +01:00
Pablo Alba
ccaadeb582
Revert " ✨ Send event when an user opens a modal"
...
This reverts commit 70a1a7a5ea
.
2024-11-13 09:30:56 +01:00
trungly1
f1941681ab
📚 Update getting-started.md
2024-11-12 11:36:31 +01:00
Andrey Antukh
9d0ca089fe
Merge pull request #5282 from penpot/alotor-hotfix-interactions
...
🐛 Fix problem creating manual overlay interactions
2024-11-11 23:55:41 +01:00
alonso.torres
2fa81474b9
🐛 Fix problem creating manual overlay interactions
2024-11-11 16:06:37 +01:00
Andrey Antukh
e369b70aeb
Merge pull request #5279 from penpot/alotor-hotfix-grid-problem
...
🐛 Fix problem with grid layout ordering after moving
2024-11-11 12:48:40 +01:00
alonso.torres
c3970255e6
🐛 Fix problem with grid layout ordering after moving
2024-11-11 12:34:07 +01:00
Andrey Antukh
7823eaf890
📎 Update changelog
2024-11-11 12:08:49 +01:00
Andrey Antukh
ec0079461e
Merge pull request #5262 from penpot/palba-add-libraries-dialog-event
...
✨ Send event when an user opens a modal
2024-11-07 20:52:52 +01:00
Pablo Alba
70a1a7a5ea
✨ Send event when an user opens a modal
2024-11-07 16:27:16 +01:00
Andrey Antukh
c3dc165c4c
Merge pull request #5241 from penpot/bameda-docs-kubernetes-setup
...
📚 Add documentation to install with Kubernetes
2024-11-07 10:33:49 +01:00
David Barragán Merino
5a3619c737
📚 Add documentation to install with Kubernetes
2024-11-06 14:55:41 +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
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
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
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
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
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
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
bff415c7cd
📎 Set yarn 4.3.1 for docs
...
The same as the rest of packages
2024-10-30 13:33:16 +01:00
Andrey Antukh
1d84835fd5
📎 Move .nvmrc file to the repo root
2024-10-30 13:31:24 +01:00
David Barragán Merino
88296480ec
📚 Merge penpot/penpot-docs repository
2024-10-30 13:30:02 +01:00
Pablo Alba
4f5bc77379
✨ Update libraries links to new versions
2024-10-30 13:28:37 +01:00
Alejandro
3932054ea6
Merge pull request #5222 from penpot/niwinz-bugfix-8
...
🐛 Backport bugfixes from develop to staging
2024-10-30 11:33:56 +01:00
Andrey Antukh
243fd17305
Merge pull request #5227 from penpot/palba-update-readme
...
🎉 Update readme with plugins info
2024-10-29 14:50:34 +01:00
Pablo Alba
4b8febd7dc
🎉 Update readme with plugins info
2024-10-29 13:14:15 +01:00
Andrey Antukh
7c73e44ab8
✨ Add minor improvement on error reporting on shape validation
2024-10-29 11:47:47 +01:00
Andrey Antukh
e533762f33
📎 Show version on dbg header
2024-10-29 11:47:45 +01:00
Andrey Antukh
40c118df55
🐛 Fix incorrect pred composition on number schema types
...
Fixes the following:
=> (sm/validate (sm/schema [::sm/int {:max 10}]) nil)
Cannot invoke "Object.getClass()" because "x" is null
2024-10-29 11:47:06 +01:00
Andrey Antukh
f43fc282d3
✨ Increase internal s3 http client limits
...
Tries to improve performance of accidental spikes/bursts of
requests to s3 service. This is not a final solution to all issues
caused by unexpected burst, is a simple improvement to the current
apprach.
2024-10-29 11:47:06 +01:00