Penpot - Package Updates
-
[1.12.0]
- Update penpot to 2.10.0
- Full Changelog
- Add efficiency enhancements to right sidebar Github #7182
- Add defaults for artboard drawing Taiga #494
- Continuous display of distances between elements when moving a layer with the keyboard Taiga #1780
- New Number token - unitless values Taiga #10936
- New font-family token Taiga #10937
- New text case token Taiga #10942
- New text-decoration token Taiga #10941
- New letter spacing token Taiga #10940
- New font weight token Taiga #10939
- Upgrade Node to v22.18.0 Github #7283
-
[1.12.1]
- Update penpot to 2.10.1
- Full Changelog
- Improve workpace file loading Github 7366
- Fix regression with text shapes creation with Plugins API Taiga #12244
-
[1.13.0]
- Update penpot to 2.11.0
- Full Changelog
- Deprecated configuration variables with the prefix
PENPOT_ASSETS_*, and will be removed in future versions: - Add
PENPOT_NETTY_IO_THREADSandPENPOT_EXECUTOR_THREADSvariables to provide the control over concurrency of the shared resources used by netty. Penpot uses the netty IO threads for AWS S3 SDK and Redis/Valkey communication, and the EXEC threads to perform out of HTTP serving threads tasks such that cache invalidation, S3 response completion, configuration reloading and many other auxiliar tasks. By default they use a half number if available cpus with a minumum of 2 for both executors. You should not touch that variables unless you are know what you are doing. - Replace the
PENPOT_STORAGE_ASSETS_S3_IO_THREADSwith a more general configurationPENPOT_NETTY_IO_THREADSused to configure a shared netty resources across different services which use netty internally (redis connection, S3 SDK client). This configuration is not very commonly used so don't expected real impact on any user. - New composite token: Typography Taiga #10200
- Show current Penpot version Taiga #11603
- Switch several variant copies at the same time Taiga #11411
- Invitations management improvements Taiga #3479
- Alternative ways of creating variants - Button Viewport Taiga #11931
- Reorder properties for a component Taiga #10225
- File Data storage layout refactor Github #7345
-
[1.13.1]
- Update penpot to 2.11.1
- Full Changelog