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
-
[1.14.0]
- Update penpot to 2.12.1
- Full Changelog
- Fix setting a portion of text as bold or underline messes things up Github #7980
- The backend RPC API URLS are changed from
/api/rpc/command/<name>to/api/main/methods/<name>. The previous PATH is preserved for backward compatibility; however, if you are a user of this API, it is strongly recommended that you adapt your code to use the new PATH. - The OAuth / Single Sign-On (SSO) callback endpoint has changed to align with the new OpenID Connect (OIDC) implementation.
- Add the ability to select boards to export as PDF Taiga #12320
- Add toggle for switching boolean property values Taiga #12341
- Make the file export process more reliable Taiga #12555
- Add auth flow changes Taiga #12333
- Add new shape validation mechanism for shapes Github #7696
- Apply color tokens from sidebar Taiga #11353
- Display tokens in the inspect tab Taiga #9313