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
Andrey Antukh
8616e2f25c
✨ Use penpot own executor for s3 response completion executor
2024-10-29 11:47:06 +01:00
Andrey Antukh
4299fd28f0
✨ Expose ::wrk/executor as ExecutorService instance
...
Instead of a plain Executor instance
2024-10-29 11:47:06 +01:00
Andrey Antukh
302ff92b31
🐛 Fix incorrect handling of EOF on s3 upload thread
2024-10-29 11:47:06 +01:00
Andrey Antukh
b62cc9c8e9
📎 Update backend scripts/repl with a default config
2024-10-29 11:47:06 +01:00
Andrey Antukh
225c2ca6e6
✨ Add better reporting for s3 storage backend errors
2024-10-29 11:47:06 +01:00
Andrey Antukh
e5bdd852ca
🐛 Fix corner case on selection storage backend from settings
...
Related to how backward compatibility is handled with previous
settings.
2024-10-29 11:47:06 +01:00
Andrey Antukh
591788403a
✨ Add safer mechanism for tempfile naming
...
Using a uuidv8 that has strong guarranties about councurrent
ids generation that a simple random long
2024-10-29 11:47:06 +01:00
Andrey Antukh
f1b82e289d
🐛 Add retry mechanism for internal tmp file handling on s3 backend
2024-10-29 11:47:06 +01:00
Alejandro
f4ae8ea5ac
Merge pull request #5218 from penpot/niwinz-bugfix-10
...
🐛 Fix issues with invalid fills
2024-10-29 08:57:50 +01:00
Andrey Antukh
d9310d651a
🐛 Fix exception on adding animation to an interraction
...
Happens when an animation is added to a just created interaction
and then changed to other animation type. Bug is caused by missing
dependency on react handlers.
2024-10-28 18:21:02 +01:00
Andrey Antukh
6b817d102b
🐛 Add migration for a fix of invalid fills
2024-10-28 18:04:27 +01:00
Andrey Antukh
08a9371322
🐛 Use proper ::sm/int schema type on color and shape schemas
2024-10-28 18:04:25 +01:00
Yamila Moreno
f96da090d6
📎 Fix readme badges
2024-10-28 11:07:40 +01:00
Andrey Antukh
8d8f203b8a
Merge pull request #5204 from penpot/alotor-bugfix-import
...
🐛 Fix problem with imports
2024-10-25 14:32:41 +02:00
alonso.torres
f40ffacfbd
🐛 Fix problem with imports
2024-10-25 13:34:40 +02:00
luisddm
ae435f67a5
🐛 Fix intentation and ellipsis in the left sidebar when inspector is activated in viewer mode
2024-10-24 14:37:39 +02:00
Andrey Antukh
d89dfc5e30
Merge pull request #5194 from penpot/alotor-bugfix-grid
...
🐛 Fix problem with swap components on grid
2024-10-22 17:31:31 +02:00
alonso.torres
cd586c81ee
🐛 Fix problem with swap components on grid
2024-10-22 16:14:14 +02:00
Andrey Antukh
16e1e01234
Merge pull request #5171 from penpot/palba-fix-rulers-on-view-only
...
🐛 Fix you can manage rulers on view mode
2024-10-21 17:29:40 +02:00
Belén Albeza
fe6c9f24d3
🐛 Fix edit grid unit dropdown being clipped
2024-10-21 10:15:57 +02:00
Pablo Alba
fe314cf146
🐛 Fix you can manage rulers on view mode
2024-10-18 14:03:46 +02:00
Andrey Antukh
97a880c946
Merge pull request #5179 from penpot/alotor-bugfixing-5
...
Alotor bugfixing 5
2024-10-18 14:00:53 +02:00