Penpot - Package Updates
-
[1.8.1]
- Update penpot to 2.6.1
- Full Changelog
- Fix webhooks not shown in list Taiga #10763
- Fix colorpicker scroll when dropdown displayed Taiga #10696
- Clean internal workspace state on exit or url changed Taiga #10619
-
[1.8.2]
- Update base image to 5.0.0
-
[1.8.3]
- Update penpot to 2.6.2
- Full Changelog
- Increase the height of the right sidebar dropdowns Taiga #10615
- Fix scroll on token themes modal Taiga #10745
- Fix collapsing grouped sets in "edit Theme" closes the dialog Taiga #10771
- Fix unexpected exception on path editor on merge segments when undo stack is empty
- Fix pricing CTA to be under a config flag Taiga #10808
- Fix allow moving a main component into another Taiga #10818
- Fix several issues with internal srepl helpers
- Fix unexpected exception on template import from libraries
- Fix incorrect uuid parsing from different parts of code
- Fix update layout on component restore Taiga #10637
-
[1.9.0]
- Update penpot to 2.7.2
- Full Changelog
- Update plugins runtime Github #6604
- Backport from develop a minor fix that enables import of files generated by penpot library Github #6614
- Fix copy in error message GitHub #6615
- Fix url on invitation link Taiga #11284
- Fix incorrect handling of strokes with images on importing files
- Fix tokens disappearing after manual additions Taiga #11063
- Design improvements to the Invitations page with an empty state GitHub #2608 by @iprithvitharun
- Update board presets with a newer devices Taiga #10610
- Propagate "sharing a prototype" to editors and viewers Taiga #8853
- Design improvements to the Invitations page with an empty state Taiga #4554
-
[1.10.0]
- Update penpot to 2.8.0
- Full Changelog
- Add Serbian language GitHub #5002 by crnobog69
- Optimize profile setup flow for better user experience Taiga #10028
- Rewrite path shape data PathData encoding Taiga #8542
- Allow multi file token import Github #27
- Create
input*wrapper component, andlabel*,input-field*andhint-message*components Taiga #10713 - Deselect layers (and path nodes) with Ctrl+Shift+Drag Github #2509
- Copy to SVG from contextual menu Github #838
- Add styles for Inkeep Chat at workspace Taiga #10708
-
[1.10.1]
- Update penpot to 2.8.1
- Full Changelog
- Fix unexpected exception on processing old texts Github #6889
- Fix UI theme selection from main menu Taiga #11567
- Add missing migration information to file snapshots Github #686
- Fix error on inspect tab when selecting multiple shapes Taiga #11655
-
[1.11.0]
- Update penpot to 2.9.0
- Full Changelog
- Clarify message when inviting existing team members to make it more user-friendly and clear which invitations will be sent. Taiga #11441 by @iprithvitharun
- Update email change confirmation message for clarity and correct grammar. GitHub #6786 by @iprithvitharun
- Add visual indicator for new comments in the workspace Taiga #11328
- On components overrides, separate the content of the text from the rest of properties Taiga #7434
- Improve dashboard's sidebar Taiga #10700
- Change "Save color" button to primary button Taiga #9410
- Support for exif rotated images GitHub #6767
- Display Blend Mode and Layer Opacity properties in the Inspect tab Taiga #11283
- Provide CSS
mix-blend-modeproperty in code editor when present on shape Taiga #11282 - Add the option to import tokens in a .zip file. Taiga #11378
-
[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