2021-07-30 07:27:06 -05:00
# CHANGELOG
2021-02-04 10:27:54 -05:00
2024-11-15 03:36:20 -05:00
## 2.5.0
### :rocket: Epics and highlights
### :boom: Breaking changes & Deprecations
### :heart: Community contributions (Thank you!)
### :sparkles: New features
2024-11-04 03:16:48 -05:00
- New gradients UI with multi-stop support.
2024-12-09 06:22:35 -05:00
- Shareable link pointing to an specific board.
2024-11-04 03:16:48 -05:00
2024-11-15 03:36:20 -05:00
### :bug: Bugs fixed
2024-10-08 08:36:01 -05:00
## 2.4.0
### :rocket: Epics and highlights
### :boom: Breaking changes & Deprecations
2024-11-05 03:10:14 -05:00
- Use [nginx-unprivileged ](https://hub.docker.com/r/nginxinc/nginx-unprivileged ) as base image for
Penpot's frontend docker image. Now all the docker images runs with the same unprivileged user
2024-11-13 07:08:27 -05:00
(penpot). Because of that, the default NGINX listen port is now 8080 instead of 80, so
you will have to modify your infrastructure to apply this change.
- Redis 7.2 is explicitly pinned in our example docker-compose.yml file. This is done because,
starting with the next versions, Redis is no longer distributed under an open-source license.
On-premise users are obviously free to upgrade to the version they are using or a more modern one.
Keep in mind that if you were using a version other than 7.2, you may have to recreate the volume
associated with the Redis container because the 7.2 storage format may not be compatible with what
you already have stored on the volume, and Redis may not start. In the near future, we will evaluate
whether to move to an open-source version of Redis (such as https://valkey.io/).
2024-09-18 12:21:40 -05:00
2024-10-08 08:36:01 -05:00
### :heart: Community contributions (Thank you!)
### :sparkles: New features
2024-12-04 03:49:33 -05:00
- Viewer role for team members [Taiga #1056 ](https://tree.taiga.io/project/penpot/us/1056 ) & [Taiga #6590 ](https://tree.taiga.io/project/penpot/us/6590 )
2024-11-21 06:33:19 -05:00
- File history versions management [Taiga #187 ](https://tree.taiga.io/project/penpot/us/187?milestone=411120 )
2024-10-29 06:59:34 -05:00
- Rename selected layer via keyboard shortcut and context menu option [Taiga #8882 ](https://tree.taiga.io/project/penpot/us/8882 )
2024-12-04 03:42:20 -05:00
- New .penpot file format [Taiga #8657 ](https://tree.taiga.io/project/penpot/us/8657 )
2024-09-27 10:02:39 -05:00
2024-10-08 08:36:01 -05:00
### :bug: Bugs fixed
2024-11-21 06:33:19 -05:00
- Fix problem with some texts desynchronization [Taiga #9379 ](https://tree.taiga.io/project/penpot/issue/9379 )
2024-12-11 08:20:06 -05:00
- Fix problem with reoder grid layers [#5446 ](https://github.com/penpot/penpot/issues/5446 )
2024-10-29 06:59:34 -05:00
2024-11-11 10:06:37 -05:00
## 2.3.3
### :bug: Bugs fixed
- Fix problem creating manual overlay interactions [Taiga #9146 ](https://tree.taiga.io/project/penpot/issue/9146 )
2024-11-15 03:04:59 -05:00
- Fix plugins list default URL
- Activate plugins feature by default
2024-11-11 10:06:37 -05:00
2024-11-11 06:08:49 -05:00
## 2.3.2
### :bug: Bugs fixed
- Fix null pointer exception on number checking functions
2024-11-11 06:34:07 -05:00
- Fix problem with grid layout ordering after moving [Taiga #9179 ](https://tree.taiga.io/project/penpot/issue/9179 )
2024-11-11 06:08:49 -05:00
### :books: Documentation
- Add initial documentation for Kubernetes
2024-11-04 11:29:52 -05:00
## 2.3.1
### :bug: Bugs fixed
- Fix unexpected issue on interaction between plugins sandbox and
internal impl of promise
2024-09-03 06:15:48 -05:00
## 2.3.0
### :rocket: Epics and highlights
2024-10-08 08:34:41 -05:00
- **New plugin system.**
Penpot now supports custom plugins. Read everything about developing your plugins [HERE ](https://help.penpot.app/plugins/ )
2024-09-03 06:15:48 -05:00
### :boom: Breaking changes & Deprecations
### :heart: Community contributions (Thank you!)
2024-10-08 08:34:41 -05:00
- All our plugins beta testers :heart:.
2024-10-10 04:18:31 -05:00
- Fix problem when translating multiple path points by @eeropic [#4459 ](https://github.com/penpot/penpot/issues/4459 )
2024-10-08 08:34:41 -05:00
2024-09-03 06:15:48 -05:00
### :sparkles: New features
2024-08-27 03:03:44 -05:00
- **Replace Draft.js completely with a custom editor** [Taiga #7706 ](https://tree.taiga.io/project/penpot/us/7706 )
This refactor adds better IME support, more performant text editing
experience and a better clipboard support while keeping full
retrocompatibility with previous editor.
You can enable it with the `enable-feature-text-editor-v2` configuration flag.
2024-10-08 08:34:41 -05:00
2024-09-03 06:15:48 -05:00
### :bug: Bugs fixed
2024-10-11 09:18:11 -05:00
- Fix problem with constraints buttons [Taiga #8465 ](https://tree.taiga.io/project/penpot/issue/8465 )
2024-10-07 10:44:15 -05:00
- Fix problem with go back button on error page [Taiga #8887 ](https://tree.taiga.io/project/penpot/issue/8887 )
2024-10-07 11:01:28 -05:00
- Fix problem with shadows in text for Safari [Taiga #8770 ](https://tree.taiga.io/project/penpot/issue/8770 )
2024-10-10 03:32:53 -05:00
- Fix a regression with feedback form subject and content limits [Taiga #8908 ](https://tree.taiga.io/project/penpot/issue/8908 )
2024-10-09 10:18:08 -05:00
- Fix problem with stroke and filter ordering in frames [Github #5058 ](https://github.com/penpot/penpot/issues/5058 )
2024-10-09 10:30:22 -05:00
- Fix problem with hover layers when hidden/blocked [Github #5074 ](https://github.com/penpot/penpot/issues/5074 )
2024-10-10 04:18:31 -05:00
- Fix problem with precision on boolean calculation [Taiga #8482 ](https://tree.taiga.io/project/penpot/issue/8482 )
- Fix problem when translating multiple path points [Github #4459 ](https://github.com/penpot/penpot/issues/4459 )
2024-10-10 04:42:26 -05:00
- Fix problem on importing (and exporting) files with flows [Taiga #8914 ](https://tree.taiga.io/project/penpot/issue/8914 )
2024-10-11 07:32:54 -05:00
- Fix Internal Error page: "go to your penpot" wrong design [Taiga #8922 ](https://tree.taiga.io/project/penpot/issue/8922 )
2024-10-11 06:27:26 -05:00
- Fix problem updating layout when toggle visibility in component copy [Github #5143 ](https://github.com/penpot/penpot/issues/5143 )
2024-10-11 06:25:17 -05:00
- Fix "Done" button on toolbar on inspect mode should go to design mode [Taiga #8933 ](https://tree.taiga.io/project/penpot/issue/8933 )
2024-10-11 06:27:26 -05:00
- Fix problem with shortcuts in text editor [Github #5078 ](https://github.com/penpot/penpot/issues/5078 )
2024-10-11 08:27:34 -05:00
- Fix problems with show in viewer and interactions [Github #4868 ](https://github.com/penpot/penpot/issues/4868 )
2024-10-14 03:06:28 -05:00
- Add visual feedback when moving an element into a board [Github #3210 ](https://github.com/penpot/penpot/issues/3210 )
2024-10-14 03:07:07 -05:00
- Fix percent calculation on grid layout tracks [Github #4688 ](https://github.com/penpot/penpot/issues/4688 )
2024-10-14 04:43:34 -05:00
- Fix problem with caps and inner shadows [Github #4517 ](https://github.com/penpot/penpot/issues/4517 )
2024-10-14 04:44:29 -05:00
- Fix problem with horizontal/vertical lines and shadows [Github #4516 ](https://github.com/penpot/penpot/issues/4516 )
2024-10-17 08:08:12 -05:00
- Fix problem with layers overflowing panel [Taiga #9021 ](https://tree.taiga.io/project/penpot/issue/9021 )
2024-10-15 09:33:54 -05:00
- Fix in workspace you can manage rulers on view mode [Taiga #8966 ](https://tree.taiga.io/project/penpot/issue/8966 )
2024-10-22 09:12:58 -05:00
- Fix problem with swap components in grid layout [Taiga #9066 ](https://tree.taiga.io/project/penpot/issue/9066 )
2024-10-07 10:44:15 -05:00
2024-10-02 05:32:10 -05:00
## 2.2.1
### :bug: Bugs fixed
- Fix problem with Ctrl+F shortcut on the dashboard [Taiga #8876 ](https://tree.taiga.io/project/penpot/issue/8876 )
2024-10-02 05:32:23 -05:00
- Fix visual problem with the font-size dropdown in assets [Taiga #8872 ](https://tree.taiga.io/project/penpot/issue/8872 )
2024-10-02 06:54:01 -05:00
- Add limits for invitation RPC methods (hard limit 25 emails per request)
2024-10-02 05:32:10 -05:00
2024-06-05 05:46:11 -05:00
## 2.2.0
### :rocket: Epics and highlights
### :boom: Breaking changes & Deprecations
2024-09-23 04:45:23 -05:00
- Removed "merge assets" option when exporting ".svg + .json" files. After the components changes the option wasn't
working properly and we're planning to change the format soon. We think it's better to deprecate the option for the
time being.
2024-06-05 05:46:11 -05:00
### :heart: Community contributions (Thank you!)
2024-09-02 23:47:53 -05:00
- Set proper default tenant on exporter (by @june128 ) [#4946 ](https://github.com/penpot/penpot/pull/4946 )
- Correct a spelling in onboarding.edn (by @n -stha) [#4936 ](https://github.com/penpot/penpot/pull/4936 )
2024-06-05 05:46:11 -05:00
### :sparkles: New features
2024-09-02 04:52:48 -05:00
- **Tiered File Data Storage** [Taiga #8376 ](https://tree.taiga.io/project/penpot/us/8376 )
This feature allows offloading file data that is not actively used
from the database to object storage (e.g., filesystem, S3), thereby
freeing up space in the database. It can be enabled with the
`enable-enable-tiered-file-data-storage` flag.
*(On-Premise feature, EXPERIMENTAL).*
- **JSON Interoperability for HTTP API** [Taiga #8372 ](https://tree.taiga.io/project/penpot/us/8372 )
Enables full JSON interoperability for our HTTP API. Previously,
JSON was only barely supported for output when the
`application/json` media type was specified in the `Accept` header,
or when `_fmt=json` was passed as a query parameter. With this
update, we now offer proper bi-directional support for using our API
with plain JSON, instead of Transit.
- **Automatic File Snapshotting**
Adds the ability to automatically take and maintain a limited set of
snapshots of active files without explicit user intervention. This
feature allows on-premise administrators to recover the state of a
file from a past point in time in a limited manner.
It can be enabled with the `enable-auto-file-snapshot` flag and
configured with the following settings:
```bash
# Take snapshots every 10 update operations
PENPOT_AUTO_FILE_SNAPSHOT_EVERY=10
# Take a snapshot if it has been more than 3 hours since the file was last modified
PENPOT_AUTO_FILE_SNAPSHOT_TIMEOUT=3h
# The total number of snapshots to keep
PENPOT_AUTO_FILE_SNAPSHOT_TOTAL=10
```
Snapshots are only taken during update operations; there is NO
active background process for this.
- Add separated flag `enable-oidc-registration` for enable the
registration only for OIDC authentication backend [Github
#4882 ](https://github.com/penpot/penpot/issues/4882)
2024-09-02 23:47:53 -05:00
- Update templates in libraries & templates in dashboard modal [Taiga #8145 ](https://tree.taiga.io/project/penpot/us/8145 )
2024-09-02 09:39:56 -05:00
- **Design System**
We implemented and subbed in new components from our Design System: `loader*` ([Taiga #8355 ](https://tree.taiga.io/project/penpot/task/8355)) and `tab-switcher*` ([Taiga #8518 ](https://tree.taiga.io/project/penpot/task/8518)).
- **Storybook** [Taiga #6329 ](https://tree.taiga.io/project/penpot/us/6329 )
The Design System components are now published in a Storybook, available at `/storybook` .
2024-07-22 07:30:14 -05:00
### :bug: Bugs fixed
2024-09-04 05:51:30 -05:00
- Fix webhook checkbox position [Taiga #8634 ](https://tree.taiga.io/project/penpot/issue/8634 )
2024-08-02 07:14:51 -05:00
- Fix wrong props on padding input [Taiga #8254 ](https://tree.taiga.io/project/penpot/issue/8254 )
2024-08-02 04:12:28 -05:00
- Fix fill collapsed options [Taiga #8351 ](https://tree.taiga.io/project/penpot/issue/8351 )
2024-08-02 02:30:42 -05:00
- Fix scroll on color picker modal [Taiga #8353 ](https://tree.taiga.io/project/penpot/issue/8353 )
2024-07-22 07:30:14 -05:00
- Fix components are not dragged from the group to the assets tab [Taiga #8273 ](https://tree.taiga.io/project/penpot/issue/8273 )
2024-09-05 02:26:22 -05:00
- Fix problem with SVG import [Github #4888 ](https://github.com/penpot/penpot/issues/4888 )
2024-09-05 03:48:00 -05:00
- Fix problem with overlay positions in viewer [Taiga #8464 ](https://tree.taiga.io/project/penpot/issue/8464 )
2024-09-05 04:50:16 -05:00
- Fix layer panel overflowing [Taiga #8665 ](https://tree.taiga.io/project/penpot/issue/8665 )
2024-09-05 07:41:09 -05:00
- Fix problem when creating a component instance from grid layout [Github #4881 ](https://github.com/penpot/penpot/issues/4881 )
2024-09-06 04:02:02 -05:00
- Fix problem when dismissing shared library update [Taiga #8669 ](https://tree.taiga.io/project/penpot/issue/8669 )
2024-09-16 02:07:57 -05:00
- Fix visual problem with stroke cap menu [Taiga #8730 ](https://tree.taiga.io/project/penpot/issue/8730 )
2024-09-16 02:08:51 -05:00
- Fix issue when exporting libraries when merging libraries [Taiga #8758 ](https://tree.taiga.io/project/penpot/issue/8758 )
2024-09-17 07:13:17 -05:00
- Fix problem with comments max length [Taiga #8778 ](https://tree.taiga.io/project/penpot/issue/8778 )
2024-09-17 07:18:35 -05:00
- Fix copy/paste images in Safari [Taiga #8771 ](https://tree.taiga.io/project/penpot/issue/8771 )
2024-09-23 07:09:30 -05:00
- Fix swap when the copy is the only child of a group [#5075 ](https://github.com/penpot/penpot/issues/5075 )
2024-09-25 16:40:02 -05:00
- Fix file builder hangs when exporting [#5099 ](https://github.com/penpot/penpot/issues/5099 )
2024-07-22 07:30:14 -05:00
2024-09-03 09:28:46 -05:00
## 2.1.5
### :bug: Bugs fixed
- Fix broken webhooks [Taiga #8370 ](https://tree.taiga.io/project/penpot/issue/8370 )
2024-09-03 06:04:04 -05:00
## 2.1.4
2024-09-02 04:52:48 -05:00
2024-09-03 06:04:04 -05:00
### :bug: Bugs fixed
2024-09-02 04:52:48 -05:00
2024-09-03 06:04:04 -05:00
- Fix json encoding on zip encoding decoding.
- Add schema validation for color changes.
- Fix render of some texts without position data.
2024-08-05 04:05:56 -05:00
2024-09-03 06:04:04 -05:00
## 2.1.3
2024-08-05 04:05:56 -05:00
2024-09-03 06:06:40 -05:00
- Don't allow registration when registration is disabled and invitation token is used [Github #4975 ](https://github.com/penpot/penpot/issues/4975 )
2024-08-19 08:42:54 -05:00
## 2.1.2
### :bug: Bugs fixed
2024-08-05 04:05:56 -05:00
- User switch language to "zh_hant" will get 400 [Github #4884 ](https://github.com/penpot/penpot/issues/4884 )
2024-08-05 05:45:05 -05:00
- Smtp config ignoring port if ssl is set [Github #4872 ](https://github.com/penpot/penpot/issues/4872 )
2024-08-06 03:38:19 -05:00
- Ability to let users to authenticate with a private oidc provider only [Github #4963 ](https://github.com/penpot/penpot/issues/4963 )
2024-08-05 04:05:56 -05:00
2024-07-10 10:24:49 -05:00
## 2.1.1
2024-07-24 02:12:28 -05:00
### :sparkles: New features
- Consolidate templates new order and naming [Taiga #8392 ](https://tree.taiga.io/project/penpot/task/8392 )
2024-07-10 10:24:49 -05:00
### :bug: Bugs fixed
2024-07-24 10:16:13 -05:00
- Fix the “search” label in translations [Taiga #8402 ](https://tree.taiga.io/project/penpot/issue/8402 )
2024-07-10 10:24:49 -05:00
- Fix pencil loader [Taiga #8348 ](https://tree.taiga.io/project/penpot/issue/8348 )
2024-07-25 03:48:46 -05:00
- Fix several issues on the OIDC.
- Fix regression on the `email-verification` flag [Taiga #8398 ](https://tree.taiga.io/project/penpot/issue/8398 )
2024-07-09 05:16:45 -05:00
2024-07-09 03:18:54 -05:00
## 2.1.0 - Things can only get better!
2024-05-28 04:26:01 -05:00
### :rocket: Epics and highlights
### :boom: Breaking changes & Deprecations
2024-10-10 04:18:31 -05:00
### :heart: Communityq contributions (Thank you!)
2024-05-28 04:26:01 -05:00
### :sparkles: New features
2023-07-25 04:20:52 -05:00
- Improve auth process [Taiga #7094 ](https://tree.taiga.io/project/penpot/us/7094 )
2024-06-04 23:39:24 -05:00
- Add locking degrees increment (hold shift) on path edition [Taiga #7761 ](https://tree.taiga.io/project/penpot/issue/7761 )
2023-07-25 04:20:52 -05:00
- Persistence & Concurrent Edition Enhancements [Taiga #5657 ](https://tree.taiga.io/project/penpot/us/5657 )
2024-06-04 23:39:24 -05:00
- Allow library colors as recent colors [Taiga #7640 ](https://tree.taiga.io/project/penpot/issue/7640 )
2024-06-07 05:58:19 -05:00
- Missing scroll in viewmode comments [Taiga #7427 ](https://tree.taiga.io/project/penpot/issue/7427 )
- Comments in View mode should mimic the positioning behavior of the Workspace [Taiga #7346 ](https://tree.taiga.io/project/penpot/issue/7346 )
2024-06-07 05:16:13 -05:00
- Misaligned input on comments [Taiga #7461 ](https://tree.taiga.io/project/penpot/issue/7461 )
2024-05-28 04:26:01 -05:00
2024-05-28 15:51:11 -05:00
### :bug: Bugs fixed
2024-05-28 04:26:01 -05:00
2024-06-12 05:02:12 -05:00
- Fix selection rectangle appears on scroll [Taiga #7525 ](https://tree.taiga.io/project/penpot/issue/7525 )
2024-06-11 06:37:32 -05:00
- Fix layer tree not expanding to the bottom edge [Taiga #7466 ](https://tree.taiga.io/project/penpot/issue/7466 )
- Fix guides move when board is moved by inputs [Taiga #8010 ](https://tree.taiga.io/project/penpot/issue/8010 )
2024-06-11 01:20:14 -05:00
- Fix clickable area of Penptot logo in the viewer [Taiga #7988 ](https://tree.taiga.io/project/penpot/issue/7988 )
- Fix constraints dropdown when selecting multiple shapes [Taiga #7686 ](https://tree.taiga.io/project/penpot/issue/7686 )
2024-06-04 23:39:24 -05:00
- Layout and scrollign fixes for the bottom palette [Taiga #7559 ](https://tree.taiga.io/project/penpot/issue/7559 )
- Fix expand libraries when search results are present [Taiga #7876 ](https://tree.taiga.io/project/penpot/issue/7876 )
2024-06-04 23:38:22 -05:00
- Fix color palette default library [Taiga #8029 ](https://tree.taiga.io/project/penpot/issue/8029 )
2024-06-05 06:39:12 -05:00
- Component Library is lost after exporting/importing in .zip format [Github #4672 ](https://github.com/penpot/penpot/issues/4672 )
2024-06-07 06:51:12 -05:00
- Fix problem with moving+selection not working properly [Taiga #7943 ](https://tree.taiga.io/project/penpot/issue/7943 )
2024-06-07 08:25:57 -05:00
- Fix problem with flex layout fit to content not positioning correctly children [Taiga #7537 ](https://tree.taiga.io/project/penpot/issue/7537 )
2024-06-07 08:36:31 -05:00
- Fix black line is displaying after show main [Taiga #7653 ](https://tree.taiga.io/project/penpot/issue/7653 )
2024-06-07 09:09:10 -05:00
- Fix "Share prototypes" modal remains open [Taiga #7442 ](https://tree.taiga.io/project/penpot/issue/7442 )
2024-06-10 09:19:29 -05:00
- Fix "Components visibility and opacity" [#4694 ](https://github.com/penpot/penpot/issues/4694 )
- Fix "Attribute overrides in copies are not exported in zip file" [Taiga #8072 ](https://tree.taiga.io/project/penpot/issue/8072 )
2024-06-11 02:59:35 -05:00
- Fix group not automatically selected in the Layers panel after creation [Taiga #8078 ](https://tree.taiga.io/project/penpot/issue/8078 )
2024-06-11 01:19:33 -05:00
- Fix export boards loses opacity [Taiga #7592 ](https://tree.taiga.io/project/penpot/issue/7592 )
2024-06-11 06:52:54 -05:00
- Fix change color on imported svg also changes the stroke alignment[Taiga #7673 ](https://github.com/penpot/penpot/pull/7673)
2024-06-10 07:13:58 -05:00
- Fix show in view mode and interactions workflow [Taiga #4711 ](https://github.com/penpot/penpot/pull/4711 )
2024-06-10 04:02:17 -05:00
- Fix internal error when I set up a stroke for some objects without and with stroke [Taiga #7558 ](https://tree.taiga.io/project/penpot/issue/7558 )
2024-06-12 06:12:58 -05:00
- Toolbar keeps toggling on and off on spacebar press [Taiga #7654 ](https://github.com/penpot/penpot/pull/7654 )
2024-06-12 07:43:27 -05:00
- Fix toolbar keeps hiding when click outside workspace [Taiga #7776 ](https://tree.taiga.io/project/penpot/issue/7776 )
2024-06-12 06:28:36 -05:00
- Fix open overlay relative to a frame [Taiga #7563 ](https://tree.taiga.io/project/penpot/issue/7563 )
2024-06-13 05:55:04 -05:00
- Workspace-palette items stay hidden when opening with keyboard-shortcut [Taiga #7489 ](https://tree.taiga.io/project/penpot/issue/7489 )
2024-06-13 23:31:15 -05:00
- Fix SVG attrs are not handled correctly when exporting/importing in .zip [Taiga #7920 ](https://tree.taiga.io/project/penpot/issue/7920 )
2024-06-13 09:23:43 -05:00
- Fix validation error when detaching with two nested copies and a swap [Taiga #8095 ](https://tree.taiga.io/project/penpot/issue/8095 )
2024-06-19 04:51:57 -05:00
- Export shapes that are rotated act a bit strange when reimported [Taiga #7585 ](https://tree.taiga.io/project/penpot/issue/7585 )
2024-06-20 02:21:59 -05:00
- Penpot crashes when a new colorpicker is created while uploading an image to another instance [Taiga #8119 ](https://tree.taiga.io/project/penpot/issue/8119 )
2024-06-20 04:49:10 -05:00
- Removing Underline and Strikethrough Affects the Previous Text Object [Taiga #8103 ](https://tree.taiga.io/project/penpot/issue/8103 )
2024-06-26 01:27:24 -05:00
- Color library loses association with shapes when exporting/importing the document [Taiga #8132 ](https://tree.taiga.io/project/penpot/issue/8132 )
2024-06-25 06:36:37 -05:00
- Fix can't collapse groups when searching in the assets tab [Taiga #8125 ](https://tree.taiga.io/project/penpot/issue/8125 )
2024-06-25 08:09:38 -05:00
- Fix 'Detach instance' shortcut is not working [Taiga #8102 ](https://tree.taiga.io/project/penpot/issue/8102 )
2024-06-25 09:28:59 -05:00
- Fix import file message does not detect 0 as error [Taiga #6824 ](https://tree.taiga.io/project/penpot/issue/6824 )
2024-06-26 12:05:07 -05:00
- Image Color Library is not persisted when exporting/importing in .zip [Taiga #8131 ](https://tree.taiga.io/project/penpot/issue/8131 )
2024-07-08 18:02:34 -05:00
- Fix export files including libraries [Taiga #8266 ](https://tree.taiga.io/project/penpot/issue/8266 )
2024-06-03 09:30:16 -05:00
2024-05-21 06:25:49 -05:00
## 2.0.3
### :bug: Bugs fixed
2024-06-04 23:38:22 -05:00
- Fix chrome scrollbar styling [Taiga #7852 ](https://tree.taiga.io/project/penpot/issue/7852 )
2024-05-23 07:42:28 -05:00
- Fix incorrect password encoding on create-profile manage scritp [Github #3651 ](https://github.com/penpot/penpot/issues/3651 )
2024-04-16 05:01:14 -05:00
## 2.0.2
### :sparkles: Enhancements
- Fix locking contention on cron subsystem (causes backend start blocking)
- Fix locking contention on file object thumbails backend RPC calls
2024-04-18 05:14:29 -05:00
### :bug: Bugs fixed
2024-06-04 23:38:22 -05:00
- Fix color palette sorting [Taiga #7458 ](https://tree.taiga.io/project/penpot/issue/7458 )
2024-05-03 08:00:51 -05:00
- Fix style scoping problem with imported SVG [Taiga #7671 ](https://tree.taiga.io/project/penpot/issue/7671 )
2024-04-16 05:01:14 -05:00
2024-05-23 07:42:28 -05:00
2024-04-15 13:55:51 -05:00
## 2.0.1
### :bug: Bugs fixed
- Fix different issues related to components v2 migrations including [Github #4443 ](https://github.com/penpot/penpot/issues/4443 )
2024-05-23 07:42:28 -05:00
2024-03-06 10:07:31 -05:00
## 2.0.0 - I Just Can't Get Enough
2023-12-13 06:49:55 -05:00
2024-03-06 10:07:31 -05:00
### :rocket: Epics and highlights
- Grid CSS layout [Taiga #4915 ](https://tree.taiga.io/project/penpot/epic/4915 )
- UI redesign [Taiga #4958 ](https://tree.taiga.io/project/penpot/epic/4958 )
- New components System [Taiga #2662 ](https://tree.taiga.io/project/penpot/epic/2662 )
- Swap components [Taiga #1331 ](https://tree.taiga.io/project/penpot/us/1331 )
- Images as fill [Taiga #2983 ](https://tree.taiga.io/project/penpot/us/2983 )
- HTML code generation [Taiga #5277 ](https://tree.taiga.io/project/penpot/us/5277 )
- Light and dark themes [Taiga #2287 ](https://tree.taiga.io/project/penpot/us/2287 )
2023-12-13 06:49:55 -05:00
2024-03-06 10:07:31 -05:00
### :boom: Breaking changes & Deprecations
2023-12-13 06:49:55 -05:00
2024-03-06 10:07:31 -05:00
- New strokes default to inside border [Taiga #6847 ](https://tree.taiga.io/project/penpot/issue/6847 )
2024-04-17 06:58:02 -05:00
- Change default z ordering on layers in flex layout. The previous behavior was inconsistent with how HTML works and we changed it to be more consistent. Previous layers that overlapped could be hidden, the fastest way to fix this is changing the z-index property but a better way is to change the order of your layers.
2023-12-13 06:49:55 -05:00
2024-03-06 10:07:31 -05:00
### :heart: Community contributions (Thank you!)
- New Hausa, Yoruba and Igbo translations and update translation files (by All For Tech Empowerment Foundation) [Taiga #6950 ](https://tree.taiga.io/project/penpot/us/6950 ), [Taiga #6534 ](https://tree.taiga.io/project/penpot/us/6534 )
- Hide bounding-box when editing shape (by @VasilevsVV ) [#3930 ](https://github.com/penpot/penpot/pull/3930 )
- CTRL + "+" to zoom into canvas instead of browser (by @audriu ) [#3848 ](https://github.com/penpot/penpot/pull/3848 )
- Add dev deps.edn in the project root (by @PEZ ) [#3794 ](https://github.com/penpot/penpot/pull/3794 )
- Allow passing overrides to frontend nginx config (by @m90 ) [#3602 ](https://github.com/penpot/penpot/pull/3602 )
- Update index.njk to remove typo (by @fdvmoreira ) [#155 ](https://github.com/penpot/penpot-docs/pull/155 )
- Typo (by StephanEggermont) [#157 ](https://github.com/penpot/penpot-docs/pull/157 )
2023-07-03 06:33:49 -05:00
### :sparkles: New features
2024-03-06 10:07:31 -05:00
- Send comments with Ctrl+Enter / Cmd + Enter [Taiga #6085 ](https://tree.taiga.io/project/penpot/issue/6085 )
2023-09-06 07:53:41 -05:00
- Select through stroke only rectangle [Taiga #5484 ](https://tree.taiga.io/project/penpot/issue/5484 )
2024-03-06 10:07:31 -05:00
- Stroke default position [Taiga #6847 ](https://tree.taiga.io/project/penpot/issue/6847 )
2023-11-23 15:14:31 -05:00
- Override browser Ctrl+ and Ctrl- zoom with Penpot Zoom [Taiga #3200 ](https://tree.taiga.io/project/penpot/us/3200 )
2024-03-06 10:07:31 -05:00
- Improve the way handlers work on flex layouts [Taiga #6598 ](https://tree.taiga.io/project/penpot/us/6598 )
- Add menu entry for toggle between light/dark theme [Taiga #6829 ](https://tree.taiga.io/project/penpot/issue/6829 )
- Switch themes shortcut [Taiga #6644 ](https://tree.taiga.io/project/penpot/us/6644 )
- Constraints section at design tab new position [Taiga #6830 ](https://tree.taiga.io/project/penpot/issue/6830 )
- [PICKER] File library colors order [Taiga #5399 ](https://tree.taiga.io/project/penpot/us/5399 )
- Onboarding invitations improvements [Taiga #5974 ](https://tree.taiga.io/project/penpot/us/5974 )
- [PERFORMANCE] Workspace thumbnails refactor [Taiga #5828 ](https://tree.taiga.io/project/penpot/us/5828 )
- [PERFORMANCE] Add performance optimizations to shape rendering [Taiga #5835 ](https://tree.taiga.io/project/penpot/us/5835 )
- [PERFORMANCE] Optimize SVG output [Taiga #4134 ](https://tree.taiga.io/project/penpot/us/4134 )
- [PERFORMANCE] Optimize svg on importation [Taiga #5879 ](https://tree.taiga.io/project/penpot/us/5879 )
- [PERFORMANCE] Optimization tasks related to design tab file [Taiga #5760 ](https://tree.taiga.io/project/penpot/us/5760 )
- [INSTALL] Ability to setup features by team [Taiga #6108 ](https://tree.taiga.io/project/penpot/us/6108 )
- [IMAGES] Keep aspect ratio option [Taiga #6933 ](https://tree.taiga.io/project/penpot/us/6933 )
- [INSPECT] UI review [Taiga #5687 ](https://tree.taiga.io/project/penpot/us/5687 )
- [GRID LAYOUT] Phase 1 [Taiga #4303 ](https://tree.taiga.io/project/penpot/us/4303 )
- [GRID LAYOUT] Inspect code for Grid [Taiga #5277 ](https://tree.taiga.io/project/penpot/us/5277 )
- [GRID LAYOUT] Phase 1 polishing [Taiga #5612 ](https://tree.taiga.io/project/penpot/us/5612 )
- [GRID LAYOUT] Improvements & Feedback [Taiga #6047 ](https://tree.taiga.io/project/penpot/us/6047 )
- [COMPONENTS] Naming of the main component [Taiga #5291 ](https://tree.taiga.io/project/penpot/us/5291 )
- [COMPONENTS] Rework inside of components - Library page [Taiga #2918 ](https://tree.taiga.io/project/penpot/us/2918 )
- [COMPONENTS] Update component when updating main instance [Taiga #3794 ](https://tree.taiga.io/project/penpot/us/3794 )
- [COMPONENTS] Main component new behavior [Taiga #3796 ](https://tree.taiga.io/project/penpot/us/3796 )
- [COMPONENTS] Main component look & feel [Taiga #5290 ](https://tree.taiga.io/project/penpot/us/5290 )
- [COMPONENTS] Library view [Taiga #2880 ](https://tree.taiga.io/project/penpot/us/2880 )
- [COMPONENTS] Positioning inside a component should relative, as in boards [Taiga #2826 ](https://tree.taiga.io/project/penpot/us/2826 )
- [COMPONENTS] Update message should show only if affecting at components that are being used at a file [Taiga #1397 ](https://tree.taiga.io/project/penpot/us/1397 )
- [COMPONENTS] Annotations [Taiga #4957 ](https://tree.taiga.io/project/penpot/us/4957 )
- [COMPONENTS] Synchronization order for nested components [Taiga #5439 ](https://tree.taiga.io/project/penpot/us/5439 )
- [COMPONENTS] Libraries modal zero case [Taiga #5294 ](https://tree.taiga.io/project/penpot/us/5294 )
- [COMPONENTS] Contextual menu casuistics [Taiga #5292 ](https://tree.taiga.io/project/penpot/us/5292 )
- [COMPONENTS] Libraries publishing flow review [Taiga #5293 ](https://tree.taiga.io/project/penpot/us/5293 )
- [COMPONENTS] Add loading text to Libraries modal [Taiga #6702 ](https://tree.taiga.io/project/penpot/us/6702 )
- [COMPONENTS] Components rename and organization in bulk [Taiga #2877 ](https://tree.taiga.io/project/penpot/us/2877 )
- [COMPONENTS] Info overlay about components V2 [Taiga #6276 ](https://tree.taiga.io/project/penpot/us/6276 )
- [REDESIGN] New styles basics [Taiga #4967 ](https://tree.taiga.io/project/penpot/us/4967 )
- [REDESIGN] Layers tab redesign [Taiga #4966 ](https://tree.taiga.io/project/penpot/us/4966 )
- [REDESIGN] Design tab phase 1 [Taiga #4982 ](https://tree.taiga.io/project/penpot/us/4966 )
- [REDESIGN] Assets tab redesign [Taiga #4984 ](https://tree.taiga.io/project/penpot/us/4984 )
- [REDESIGN] Palette panels (colors, typographies...) [Taiga #4983 ](https://tree.taiga.io/project/penpot/us/4983 )
- [REDESIGN] Workspace structure [Taiga #4988 ](https://tree.taiga.io/project/penpot/us/4988 )
- [REDESIGN] Shortcut tab [Taiga #4989 ](https://tree.taiga.io/project/penpot/us/4989 )
- [REDESIGN] Toolbar [Taiga #5500 ](https://tree.taiga.io/project/penpot/us/5500 )
- [REDESIGN] History tab [Taiga #5481 ](https://tree.taiga.io/project/penpot/us/5481 )
- [REDESIGN] Path options/toolbar [Taiga #5815 ](https://tree.taiga.io/project/penpot/us/5815 )
- [REDESIGN] Design tab phase 2 [Taiga #5814 ](https://tree.taiga.io/project/penpot/us/5814 )
- [REDESIGN] Design tab phase 3 and dashboard details [Taiga #5920 ](https://tree.taiga.io/project/penpot/us/5920 )
- [REDESIGN] Dashboard [Taiga #5164 ](https://tree.taiga.io/project/penpot/us/5164 )
- [REDESIGN] New Dashboard UI [Taiga #5869 ](https://tree.taiga.io/project/penpot/us/5869 )
- [REDESIGN] Prototype tab [Taiga #4985 ](https://tree.taiga.io/project/penpot/us/4985 )
- [REDESIGN] Code tab [Taiga #4986 ](https://tree.taiga.io/project/penpot/us/4986 )
- [REDESIGN] Modals and alert messages [Taiga #5915 ](https://tree.taiga.io/project/penpot/us/5915 )
- [REDESIGN] Comments page [Taiga #5917 ](https://tree.taiga.io/project/penpot/us/5917 )
- [REDESIGN] View Mode [Taiga #5163 ](https://tree.taiga.io/project/penpot/us/5163 )
- [REDESIGN] Miscellaneous tasks [Taiga #6050 ](https://tree.taiga.io/project/penpot/us/6050 )
- [REDESIGN] Swap components [Taiga #6739 ](https://tree.taiga.io/project/penpot/us/6739 )
- [REDESIGN] Font selector [Taiga #6677 ](https://tree.taiga.io/project/penpot/us/6677 )
- [REDESIGN] Colour system of alerts and notifications [Taiga #6746 ](https://tree.taiga.io/project/penpot/us/6746 )
- [REDESIGN] Review text in paragraphs for accessibility [Taiga #6703 ](https://tree.taiga.io/project/penpot/us/6703 )
- [REDESIGN] Interaction icons [Taiga #6880 ](https://tree.taiga.io/project/penpot/us/6880 )
- [REDESIGN] Panels visual separations [Taiga #6692 ](https://tree.taiga.io/project/penpot/us/6692 )
- [REDESIGN] Onboarding slides [Taiga #6678 ](https://tree.taiga.io/project/penpot/us/6678 )
2024-05-28 15:51:11 -05:00
### :bug: Bugs fixed
2024-03-06 10:07:31 -05:00
- Fix pixelated thumbnails [Github #3681 ](https://github.com/penpot/penpot/issues/3681 ), [Github #3661 ](https://github.com/penpot/penpot/issues/3661 )
2024-01-15 11:31:51 -05:00
- Fix problem with not applying colors to boards [Github #3941 ](https://github.com/penpot/penpot/issues/3941 )
2024-01-16 10:29:04 -05:00
- Fix problem with path editor undoing changes [Github #3998 ](https://github.com/penpot/penpot/issues/3998 )
2024-03-06 10:07:31 -05:00
- [View mode] Open overlay places frame in the wrong position when paired with a fixed element [Taiga #6385 ](https://tree.taiga.io/project/penpot/issue/6385 )
- Flex Layout: Fit-content not recalculated after deleting an element [Taiga #5968 ](https://tree.taiga.io/project/penpot/issue/5968 )
- Selecting from Color Palette does not work for board when there is no existing fill [Taiga #6464 ](https://tree.taiga.io/project/penpot/issue/6464 )
- Color thumbnails are consistently rounded in the inspect code mode [Taiga #5886 ](https://tree.taiga.io/project/penpot/issue/5886 )
- Adding vector path points before first point of existing open path not working [Taiga #6593 ](https://tree.taiga.io/project/penpot/issue/6593 )
- Some image formats include the extension when importing [Taiga #5485 ](https://tree.taiga.io/project/penpot/issue/5485 )
- Gradient color tool doesn't work properly with flipped items [Taiga #6485 ](https://tree.taiga.io/project/penpot/issue/6485 )
- [TEXT] Align options are not shown when several text are selected [Taiga #5948 ](https://tree.taiga.io/project/penpot/issue/5948 )
- [VIEW MODE] Comments not working properly on multiple pages [Taiga #6281 ](https://tree.taiga.io/project/penpot/issue/6281 )
- [PERFORMANCE] Alignments are slow [Taiga #5865 ](https://tree.taiga.io/project/penpot/issue/5865 )
- [EXPORT] Exporting an element with a non-visible drop shadow displays the shadow either way [Taiga #6768 ](https://tree.taiga.io/project/penpot/issue/6768 )
- [SAFARI] Color picker cursor is not pointing correctly [Taiga #6733 ](https://tree.taiga.io/project/penpot/issue/6733 )
- [Import Files] When user has imported .penpot file with new file name of previously downloaded library file the default library file name is set for it [Taiga #5596 ](https://tree.taiga.io/project/penpot/issue/5596 )
- Issue when resizing a duotone FA icon [Taiga #5935 ](https://tree.taiga.io/project/penpot/issue/5935 )
- "Hide grid" keyboard shortcut broken [Taiga #5102 ](https://tree.taiga.io/project/penpot/issue/5102 )
- Picking a gradient color in recent colors for a new color in the assets tab crashes Penpot [Taiga #5601 ](https://tree.taiga.io/project/penpot/issue/5601 )
- Thumbnails not loading [Taiga #6012 ](https://tree.taiga.io/project/penpot/issue/6012 )
- Don't show signup link/form when registration is disabled. [Taiga #1196 ](https://tree.taiga.io/project/penpot/issue/1196 )
- Registration Page UI UX issue with small resolutions [Taiga #1693 ](https://tree.taiga.io/project/penpot/issue/1693 )
- [LOGIN] "E-Mail-Adress" input field is set to type 'text' instead of 'eMail [Taiga #1921 ](https://tree.taiga.io/project/penpot/issue/1921 )
- Handling correctly slashes "/" in emails [Taiga #4906 ](https://tree.taiga.io/project/penpot/issue/4906 )
- Tab character in texts crashes the app [Taiga #4418 ](https://tree.taiga.io/project/penpot/issue/4418 )
- Text does not match export [Taiga #4129 ](https://tree.taiga.io/project/penpot/issue/4129 )
- Scrollbars cover the layers carets [Taiga #4431 ](https://tree.taiga.io/project/penpot/issue/4431 )
- Horizontal ruler disappear when overlapping a board [Taiga #4138 ](https://tree.taiga.io/project/penpot/issue/4138 )
- Resize shape + Alt key is not working [Taiga #3447 ](https://tree.taiga.io/project/penpot/issue/3447 )
- Libraries images broken on premise [Taiga #4573 ](https://tree.taiga.io/project/penpot/issue/4573 )
- [VIEWER] Cannot scroll down in code < /> mode [Taiga #4655 ](https://tree.taiga.io/project/penpot/issue/4655 )
- Strange cursor behavior after clicking viewport with text tool [Taiga #4363 ](https://tree.taiga.io/project/penpot/issue/4363 )
- Selected color affects all of them [Taiga #5285 ](https://tree.taiga.io/project/penpot/issue/5285 )
2024-03-06 11:08:57 -05:00
- Fix problem with shadow negative spread [Github #3421 ](https://github.com/penpot/penpot/issues/3421 )
2024-03-07 09:17:23 -05:00
- Fix problem with linked colors to strokes [Github #3522 ](https://github.com/penpot/penpot/issues/3522 )
2024-03-07 10:37:49 -05:00
- Fix problem with hand tool stuck [Github #3318 ](https://github.com/penpot/penpot/issues/3318 )
2024-03-07 11:42:19 -05:00
- Fix problem with fix scrolling on nested elements [Github #3508 ](https://github.com/penpot/penpot/issues/3508 )
2024-03-08 05:52:57 -05:00
- Fix problem when changing typography assets [Github #3683 ](https://github.com/penpot/penpot/issues/3683 )
2024-04-08 06:26:39 -05:00
- Internal error when you copy and paste some main components between files [Taiga #7397 ](https://tree.taiga.io/project/penpot/issue/7397 )
2024-04-11 03:41:51 -05:00
- Fix toolbar disappearing [Taiga #7411 ](https://tree.taiga.io/project/penpot/issue/7411 )
2024-06-04 23:39:24 -05:00
- Fix long text on tab breaks UI [Taiga #7421 ](https://tree.taiga.io/project/penpot/issue/7421 )
2023-07-06 06:54:08 -05:00
2023-10-06 09:25:44 -05:00
## 1.19.5
### :bug: New features
- Fix problem with alignment performance
2023-09-05 03:23:18 -05:00
## 1.19.4
### :sparkles: New features
- Improve selected colors [Taiga #5805 ]( https://tree.taiga.io/project/penpot/us/5805 )
2023-09-18 06:22:00 -05:00
### :bug: Bugs fixed
- Fix problem with z-index field in non-absolute items
2023-08-31 02:58:04 -05:00
## 1.19.3
2023-09-01 00:16:37 -05:00
### :sparkles: New features
2023-09-01 00:46:32 -05:00
- Remember last color mode in colorpicker [Taiga #5508 ](https://tree.taiga.io/project/penpot/issue/5508 )
- Improve layers multiselection behaviour [Github #5741 ](https://github.com/penpot/penpot/issues/5741 )
2023-09-04 02:29:58 -05:00
- Remember last active team across logouts / sessions [Github #3325 ](https://github.com/penpot/penpot/issues/3325 )
2023-09-01 00:16:37 -05:00
2023-08-31 02:58:04 -05:00
### :bug: Bugs fixed
- List view is discarded on tab change on Workspace Assets Sidebar tab [Github #3547 ](https://github.com/penpot/penpot/issues/3547 )
2023-08-31 02:49:46 -05:00
- Fix message popup remains open when exiting workspace with browser back button [Taiga #5747 ](https://tree.taiga.io/project/penpot/issue/5747 )
2023-08-30 06:09:08 -05:00
- When editing text if font is changed, the proportions of the rendered shape are wrong [Taiga #5786 ](https://tree.taiga.io/project/penpot/issue/5786 )
2023-07-03 06:33:49 -05:00
2023-08-24 04:35:57 -05:00
## 1.19.2
### :sparkles: New features
2023-08-24 06:31:06 -05:00
- Navigate up in layer hierarchy with Shift+Enter shortcut [Taiga #5734 ](https://tree.taiga.io/project/penpot/us/5734 )
2023-08-25 04:30:00 -05:00
- Click on the flow tags open viewer with the selected frame [Taiga #5044 ](https://tree.taiga.io/project/penpot/us/5044 )
2023-08-30 03:33:33 -05:00
- Add Dutch language & update translation files with weblate
2023-08-24 04:35:57 -05:00
2023-08-23 04:39:08 -05:00
### :bug: Bugs fixed
- Fix unexpected output on get-page rpc method when invalid object-id is provided [Github #3546 ](https://github.com/penpot/penpot/issues/3546 )
2023-08-29 04:41:40 -05:00
- Fix Invalid files amount after moving file from Project to Drafts [Taiga #5638 ](https://tree.taiga.io/project/penpot/us/5638 )
2023-08-29 05:35:44 -05:00
- Fix deleted pages comments shown in right sidebar [Taiga #5648 ](https://tree.taiga.io/project/penpot/us/5648 )
2023-08-29 01:15:38 -05:00
- Fix tooltip on toggle visibility and toggle lock buttons [Taiga #5141 ](https://tree.taiga.io/project/penpot/issue/5141 )
2023-08-23 04:39:08 -05:00
2023-08-30 03:33:33 -05:00
2023-08-17 08:50:19 -05:00
## 1.19.1
### :bug: Bugs fixed
- Fix components not registered as updated [Taiga #5725 ](https://tree.taiga.io/project/penpot/issue/5725 )
2023-06-23 05:22:33 -05:00
## 1.19.0
2023-03-13 04:39:58 -05:00
### :boom: Breaking changes & Deprecations
### :sparkles: New features
2023-06-23 03:49:25 -05:00
2023-04-10 04:32:48 -05:00
- Default naming of text layers [Taiga #2836 ](https://tree.taiga.io/project/penpot/us/2836 )
2023-06-26 11:10:43 -05:00
- Create typography style from a selected text layer [Taiga #3041 ](https://tree.taiga.io/project/penpot/us/3041 )
2023-04-12 09:16:56 -05:00
- Board as ruler origin [Taiga #4833 ](https://tree.taiga.io/project/penpot/us/4833 )
2023-05-03 00:27:09 -05:00
- Access tokens support [Taiga #4460 ](https://tree.taiga.io/project/penpot/us/4460 )
2023-06-21 10:06:13 -05:00
- Show interactions setting at the view mode [Taiga #1330 ](https://tree.taiga.io/project/penpot/issue/1330 )
2023-06-23 03:49:25 -05:00
- Improve dashboard performance related to thumbnails; now the thumbnails are
rendered as bitmap images.
2023-06-23 05:22:33 -05:00
- Add the ability to disable google fonts provider with the `disable-google-fonts-provider` flag
2023-06-23 05:33:34 -05:00
- Add the ability to disable dashboard templates section with the `disable-dashboard-templates-section` flag
2023-06-26 11:10:43 -05:00
- Add the ability to use the registration whitelist with OICD [Github #3348 ](https://github.com/penpot/penpot/issues/3348 )
2023-07-04 04:16:33 -05:00
- Add support for local caching of google fonts (this avoids exposing the final user IP to
goolge and reduces the amount of request sent to google)
2023-07-13 03:21:45 -05:00
- Set smooth/instant autoscroll depending on distance [GitHub #3377 ](https://github.com/penpot/penpot/issues/3377 )
2023-08-18 06:57:16 -05:00
- New component icon [Taiga #5290 ](https://tree.taiga.io/project/penpot/us/5290 )
2023-08-18 05:44:10 -05:00
- Show a confirmation dialog when an user tries to publish an empty library [Taiga #5294 ](https://tree.taiga.io/project/penpot/us/5294 )
2023-03-13 04:39:58 -05:00
### :bug: Bugs fixed
2023-06-23 03:49:25 -05:00
2023-05-26 08:46:16 -05:00
- Fix files can be opened from multiple urls [Taiga #5310 ](https://tree.taiga.io/project/penpot/issue/5310 )
2023-05-29 05:13:47 -05:00
- Fix asset color item was created from the selected layer [Taiga #5180 ](https://tree.taiga.io/project/penpot/issue/5180 )
2023-07-03 03:46:38 -05:00
- Fix unpublish more than one library at the same time [Taiga #5532 ](https://tree.taiga.io/project/penpot/issue/5532 )
2023-07-03 05:50:08 -05:00
- Fix drag projects on dahsboard [Taiga #5531 ](https://tree.taiga.io/project/penpot/issue/5531 )
2023-07-03 05:51:34 -05:00
- Fix allow team name to be all blank [Taiga #5527 ](https://tree.taiga.io/project/penpot/issue/5527 )
2023-07-03 05:53:14 -05:00
- Fix search font visualitation [Taiga #5523 ](https://tree.taiga.io/project/penpot/issue/5523 )
2023-07-03 05:54:40 -05:00
- Fix create and account only with spaces [Taiga #5518 ](https://tree.taiga.io/project/penpot/issue/5518 )
2023-07-03 05:56:35 -05:00
- Fix context menu outside screen [Taiga #5524 ](https://tree.taiga.io/project/penpot/issue/5524 )
2023-07-04 04:10:09 -05:00
- Fix graphic item rename on assets pannel [Taiga #5556 ](https://tree.taiga.io/project/penpot/issue/5556 )
2023-07-04 04:14:49 -05:00
- Fix component and media name validation on assets panel [Taiga #5555 ](https://tree.taiga.io/project/penpot/issue/5555 )
2023-07-03 06:54:39 -05:00
- Fix problem with selection shortcuts [Taiga #5492 ](https://tree.taiga.io/project/penpot/issue/5492 )
2023-07-04 03:48:28 -05:00
- Fix issue with paths line to curve and concurrent editing [Taiga #5191 ](https://tree.taiga.io/project/penpot/issue/5191 )
2023-07-03 08:10:49 -05:00
- Fix problems with locked layers [Taiga #5139 ](https://tree.taiga.io/project/penpot/issue/5139 )
2023-07-04 04:25:10 -05:00
- Fix export from shared prototype [Taiga #5565 ](https://tree.taiga.io/project/penpot/issue/5565 )
2023-07-04 05:33:25 -05:00
- Fix email change: validation error displaying even after both fields are identical [Taiga #5514 ](https://tree.taiga.io/project/penpot/issue/5514 )
2023-07-03 06:05:12 -05:00
- Fix scroll on viewer comment list [Taiga #5563 ](https://tree.taiga.io/project/penpot/issue/5563 )
2023-07-03 06:06:31 -05:00
- Fix context menu z-index [Taiga #5561 ](https://tree.taiga.io/project/penpot/issue/5561 )
2023-07-04 00:47:12 -05:00
- Fix select all checkbox on shared link config [Taiga #5566 ](https://tree.taiga.io/project/penpot/issue/5566 )
2023-07-05 06:20:41 -05:00
- Fix validation on full name input on account creation [Taiga #5516 ](https://tree.taiga.io/project/penpot/issue/5516 )
- Fix validation on team name input [Taiga #5510 ](https://tree.taiga.io/project/penpot/issue/5510 )
2023-07-05 09:51:56 -05:00
- Fix incorrect uri generation issues on share-link modal [Taiga #5564 ](https://tree.taiga.io/project/penpot/issue/5564 )
- Fix cache issues with share-links [Taiga #5559 ](https://tree.taiga.io/project/penpot/issue/5559 )
2023-07-05 08:13:44 -05:00
- Makes height priority for the rows/columns grids [#2774 ](https://github.com/penpot/penpot/issues/2774 )
2023-07-05 08:59:50 -05:00
- Fix problem with comments mode not staying [#3363 ](https://github.com/penpot/penpot/issues/3363 )
2023-07-06 02:29:54 -05:00
- Fix problem with comments when user left the team [Taiga #5562 ](https://tree.taiga.io/project/penpot/issue/5562 )
2023-07-06 04:41:05 -05:00
- Fix problem with images patterns repeating [#3372 ](https://github.com/penpot/penpot/issues/3372 )
2023-07-06 08:50:02 -05:00
- Fix grid not being clipped in frames [#3365 ](https://github.com/penpot/penpot/issues/3365 )
2023-07-07 03:20:04 -05:00
- Fix cut/delete text layer when while creating text [Taiga #5602 ](https://tree.taiga.io/project/penpot/issue/5602 )
2023-07-07 03:54:18 -05:00
- Fix picking a gradient color in recent colors for a new color in the assets tab [Taiga #5601 ](https://tree.taiga.io/project/penpot/issue/5601 )
2023-07-07 04:58:47 -05:00
- Fix problem with importation process [Taiga #5597 ](https://tree.taiga.io/project/penpot/issue/5597 )
2023-07-07 05:10:01 -05:00
- Fix problem with HSV color picker [#3317 ](https://github.com/penpot/penpot/issues/3317 )
2023-07-07 05:45:10 -05:00
- Fix problem with slashes in layers names for exporter [#3276 ](https://github.com/penpot/penpot/issues/3276 )
2023-07-07 03:35:06 -05:00
- Fix incorrect modified data on moving files on dashboard [Taiga #5530 ](https://tree.taiga.io/project/penpot/issue/5530 )
2023-07-07 04:12:49 -05:00
- Fix focus handling on comments edition [Taiga #5560 ](https://tree.taiga.io/project/penpot/issue/5560 )
2023-07-07 06:55:03 -05:00
- Fix incorrect fullname use on registring user after OIDC authentication [Taiga #5517 ](https://tree.taiga.io/project/penpot/issue/5517 )
2023-07-07 08:17:48 -05:00
- Fix incorrect modified-at on project after import file [Taiga #5268 ](https://tree.taiga.io/project/penpot/issue/5268 )
2023-07-10 09:56:34 -05:00
- Fix incorrect message after sending invitation to already member [Taiga 5599 ](https://tree.taiga.io/project/penpot/issue/5599 )
2023-07-11 01:52:36 -05:00
- Fix text decoration on button [Taiga #5301 ](https://tree.taiga.io/project/penpot/issue/5301 )
2023-07-11 01:55:49 -05:00
- Fix menu order on design tab [Taiga #5195 ](https://tree.taiga.io/project/penpot/issue/5195 )
2023-07-11 02:46:29 -05:00
- Fix search bar width on layer tab [Taiga #5445 ](https://tree.taiga.io/project/penpot/issue/5445 )
2023-07-11 04:26:31 -05:00
- Fix border radius values with decimals [Taiga #5283 ](https://tree.taiga.io/project/penpot/issue/5283 )
2023-07-11 06:30:34 -05:00
- Fix shortcuts translations not homogenized [Taiga #5141 ](https://tree.taiga.io/project/penpot/issue/5141 )
2023-07-06 05:43:59 -05:00
- Fix overlay manual position in nested boards [Taiga #5135 ](https://tree.taiga.io/project/penpot/issue/5135 )
2023-07-07 03:21:07 -05:00
- Fix close overlay from a nested board [Taiga #5587 ](https://tree.taiga.io/project/penpot/issue/5587 )
2023-07-07 10:31:11 -05:00
- Fix overlay position when it has shadow or blur [Taiga #4752 ](https://tree.taiga.io/project/penpot/issue/4752 )
2023-07-11 13:15:20 -05:00
- Fix overlay position when there are elements fixed when scrolling [Taiga #4383 ](https://tree.taiga.io/project/penpot/issue/4383 )
2023-07-10 06:42:33 -05:00
- Fix problem when sliding color picker in selected-colors [#3150 ](https://github.com/penpot/penpot/issues/3150 )
2023-07-11 03:55:17 -05:00
- Fix error screen on upload image error [Taiga #5608 ](https://tree.taiga.io/project/penpot/issue/5608 )
2023-07-11 06:29:15 -05:00
- Fix bad frame-id for certain componentes [#3205 ](https://github.com/penpot/penpot/issues/3205 )
2023-07-11 07:43:30 -05:00
- Fix paste elements at bottom of frame [Taig #5253 ](https://tree.taiga.io/project/penpot/issue/5253 )
2023-07-11 07:51:10 -05:00
- Fix new-file button on project not redirecting to the new file [Taiga #5610 ](https://tree.taiga.io/project/penpot/issue/5610 )
2023-07-11 08:38:54 -05:00
- Fix retrieve user comments in dashboard [Taiga #5607 ](https://tree.taiga.io/project/penpot/issue/5607 )
2023-07-11 09:21:47 -05:00
- Locks shapes when moved inside a locked parent [Taiga #5252 ](https://tree.taiga.io/project/penpot/issue/5252 )
2023-07-12 03:56:09 -05:00
- Fix rotate several elements in bulk [Taiga #5165 ](https://tree.taiga.io/project/penpot/issue/5165 )
2023-07-12 02:23:51 -05:00
- Fix onboarding slides height [Taiga #5373 ](https://tree.taiga.io/project/penpot/issue/5373 )
2023-07-12 03:35:20 -05:00
- Fix create typography with section closed [Taiga #5574 ](https://tree.taiga.io/project/penpot/issue/5574 )
2023-07-12 06:04:52 -05:00
- Fix exports menu on viewer mode [Taiga #5568 ](https://tree.taiga.io/project/penpot/issue/5568 )
2023-07-12 06:45:38 -05:00
- Fix create empty comments [Taiga #5536 ](https://tree.taiga.io/project/penpot/issue/5536 )
2023-07-13 10:10:03 -05:00
- Fix text changes not propagated to copy [Taiga #5364 ](https://tree.taiga.io/project/penpot/issue/5364 )
2023-07-14 02:54:26 -05:00
- Fix position of text cursor is a bit too high in Invitations section [Taiga #5511 ](https://tree.taiga.io/project/penpot/issue/5511 )
2023-07-12 05:56:50 -05:00
- Fix undo when updating several texts [Taiga #5197 ](https://tree.taiga.io/project/penpot/issue/5197 )
2023-07-12 06:36:28 -05:00
- Fix assets right click button for multiple selection [Taiga #5545 ](https://tree.taiga.io/project/penpot/issue/5545 )
2023-07-13 04:35:13 -05:00
- Fix problem with precision in resizes [Taiga #5623 ](https://tree.taiga.io/project/penpot/issue/5623 )
2023-07-14 08:06:50 -05:00
- Fix absolute positioned layouts not showing flex properties [Taiga #5630 ](https://tree.taiga.io/project/penpot/issue/5630 )
2023-07-25 02:05:59 -05:00
- Fix text gradient handlers [Taiga #4047 ](https://tree.taiga.io/project/penpot/issue/4047 )
2023-07-24 02:46:30 -05:00
- Fix when user deletes one file during import it is impossible to finish importing of second file [Taiga #5656 ](https://tree.taiga.io/project/penpot/issue/5656 )
2023-07-24 05:53:58 -05:00
- Fix export multiple images when only one of them has export settings [Taiga #5649 ](https://tree.taiga.io/project/penpot/issue/5649 )
2023-07-24 08:39:22 -05:00
- Fix error when a user different than the thread creator edits a comment [Taiga #5647 ](https://tree.taiga.io/project/penpot/issue/5647 )
2023-07-24 01:28:27 -05:00
- Fix unnecessary button [Taiga #3312 ](https://tree.taiga.io/project/penpot/issue/3312 )
2023-07-25 02:53:01 -05:00
- Fix copy color information in several formats [Taiga #4723 ](https://tree.taiga.io/project/penpot/issue/4723 )
2023-07-25 05:35:24 -05:00
- Fix dropdown width [Taiga #5541 ](https://tree.taiga.io/project/penpot/issue/5541 )
2023-07-25 09:57:39 -05:00
- Fix enable comment mode and insert image keeps on comment mode [Taiga #5678 ](https://tree.taiga.io/project/penpot/issue/5678 )
2023-07-26 00:37:23 -05:00
- Fix enable undo just after using pencil [Taiga #5674 ](https://tree.taiga.io/project/penpot/issue/5674 )
2023-07-26 03:04:26 -05:00
- Fix 400 error when user changes password [Taiga #5643 ](https://tree.taiga.io/project/penpot/issue/5643 )
- Fix cannot undo layer styles [Taiga #5676 ](https://tree.taiga.io/project/penpot/issue/5676 )
2023-07-28 03:41:49 -05:00
- Fix unexpected exception on boolean shapes [Taiga #5685 ](https://tree.taiga.io/project/penpot/issue/5685 )
2023-07-26 07:16:01 -05:00
- Fix ctrl+z on select not working [Taiga #5677 ](https://tree.taiga.io/project/penpot/issue/5677 )
2023-07-27 12:09:43 -05:00
- Fix thubmnail rendering flashing [Taiga #5675 ](https://tree.taiga.io/project/penpot/issue/5675 )
2023-07-12 06:45:38 -05:00
2023-03-13 04:39:58 -05:00
### :arrow_up: Deps updates
2023-07-06 04:59:55 -05:00
- Update google fonts catalog (at 2023/07/06) [Taiga #5592 ](https://tree.taiga.io/project/penpot/issue/5592 )
2023-03-13 04:39:58 -05:00
### :heart: Community contributions by (Thank you!)
2023-06-23 03:49:25 -05:00
2023-04-16 10:52:11 -05:00
- Update Typography palette order (by @akshay -gupta7) [Github #3156 ](https://github.com/penpot/penpot/pull/3156 )
2023-04-23 09:45:00 -05:00
- Palettes (color, typographies) empty state (by @akshay -gupta7) [Github #3160 ](https://github.com/penpot/penpot/pull/3160 )
- Duplicate objects via drag + alt (by @akshay -gupta7) [Github #3147 ](https://github.com/penpot/penpot/pull/3147 )
2023-04-30 11:45:45 -05:00
- Set line-height to auto as 1.2 (by @akshay -gupta7) [Github #3185 ](https://github.com/penpot/penpot/pull/3185 )
- Click to select full values at the design sidebar (by @akshay -gupta7) [Github #3179 ](https://github.com/penpot/penpot/pull/3179 )
2023-05-01 03:34:08 -05:00
- Fix rect filter bounds math (by @ryanbreen ) [Github #3180 ](https://github.com/penpot/penpot/pull/3180 )
2023-05-03 10:14:19 -05:00
- Removed sizing variables from radius (by @ondrejkonec ) [Github #3184 ](https://github.com/penpot/penpot/pull/3184 )
2023-05-07 23:16:42 -05:00
- Dashboard search, set focus after shortcut (by @akshay -gupta7) [Github #3196 ](https://github.com/penpot/penpot/pull/3196 )
2023-05-05 07:58:15 -05:00
- Library name dropdown arrow is overlapped by library name (by @ondrejkonec ) [Taiga #5200 ](https://tree.taiga.io/project/penpot/issue/5200 )
2023-05-24 00:08:52 -05:00
- Reorder shadows (by @akshay -gupta7) [Github #3236 ](https://github.com/penpot/penpot/pull/3236 )
2023-05-25 02:58:33 -05:00
- Open project in new tab from workspace (by @akshay -gupta7) [Github #3246 ](https://github.com/penpot/penpot/pull/3246 )
2023-06-04 23:41:07 -05:00
- Distribute fix enabled when two elements were selected (by @dfelinto ) [Github #3266 ](https://github.com/penpot/penpot/pull/3266 )
2023-06-06 06:23:34 -05:00
- Distribute vertical spacing failing for overlapped text (by @dfelinto ) [Github #3267 ](https://github.com/penpot/penpot/pull/3267 )
2023-06-27 03:50:58 -05:00
- bug Change independent corner radius input tooltips #3332 (by @astudentinearth ) [Github #3332 ](https://github.com/penpot/penpot/pull/3332 )
2023-04-24 09:55:18 -05:00
2023-06-21 05:50:04 -05:00
## 1.18.6
2023-06-19 00:38:05 -05:00
2023-06-21 00:36:42 -05:00
### :bug: Bugs fixed
- Fix comments navigation from workspace [Taiga #5504 ](https://tree.taiga.io/project/penpot/issue/5504 )
2023-06-19 00:38:05 -05:00
### :sparkles: Enhancements
- Add the ability to overwrite internal resolver with `PENPOT_INTERNAL_RESOLVER` environment
variable [GH #3310 ](https://github.com/penpot/penpot/issues/3310 )
2023-06-13 04:51:03 -05:00
## 1.18.5
2023-06-19 03:27:43 -05:00
### :bug: Bugs fixed
- Fix add flow option in contextual menu for frames
- Fix issues related with invitations
- Fix problem with undefined gaps
- Add deleted fonts auto match mechanism
2023-05-17 06:31:02 -05:00
## 1.18.4
### :bug: Bugs fixed
- Fix zooming while color picker breaks UI [GH #3214 ](https://github.com/penpot/penpot/issues/3214 )
2023-05-19 04:38:56 -05:00
- Fix problem with layout not reflowing on shape deletion [Taiga #5289 ](https://tree.taiga.io/project/penpot/issue/5289 )
2023-05-22 05:39:35 -05:00
- Fix extra long typography names on assets and palette [Taiga #5199 ](https://tree.taiga.io/project/penpot/issue/5199 )
- Fix background-color property on inspect code [Taiga #5300 ](https://tree.taiga.io/project/penpot/issue/5300 )
2023-05-24 01:52:26 -05:00
- Preview layer blend modes (by @akshay -gupta7) [Github #3235 ](https://github.com/penpot/penpot/pull/3235 )
2023-05-17 06:31:02 -05:00
2023-05-09 03:20:06 -05:00
## 1.18.3
2023-04-13 07:15:49 -05:00
### :bug: Bugs fixed
- Fix problem with rulers not placing correctly [Taiga #5093 ](https://tree.taiga.io/project/penpot/issue/5093 )
2023-04-14 06:04:41 -05:00
- Fix page context menu [Taiga #5145 ](https://tree.taiga.io/project/penpot/issue/5145 )
2023-04-13 16:11:41 -05:00
- Fix project file count [Taiga #5148 ](https://tree.taiga.io/project/penpot/issue/5148 )
2023-04-24 08:13:24 -05:00
- Fix OIDC roles checking mechanism [GH #3152 ](https://github.com/penpot/penpot/issues/3152 )
2023-04-24 09:22:31 -05:00
- Import updated translation strings from weblate
2023-04-14 06:04:41 -05:00
### :arrow_up: Deps updates
2023-04-13 07:15:49 -05:00
2023-04-05 02:22:47 -05:00
## 1.18.2
2023-04-13 03:34:22 -05:00
### :bug: Bugs fixed
2023-04-05 02:22:47 -05:00
- Fix problem with frame title rotation
2023-04-13 03:34:22 -05:00
- Fix first level board "Show in view mode" is automatically unchecked [Taiga #5136 ](https://tree.taiga.io/project/penpot/issue/5136 )
2023-04-05 02:22:47 -05:00
2023-04-03 05:28:57 -05:00
## 1.18.1
### :bug: Bugs fixed
- Fix problems with imported SVG shadows [Taiga #4922 ](https://tree.taiga.io/project/penpot/issue/4922 )
2023-04-03 07:12:24 -05:00
- Fix problems with imported SVG embedded images and transforms [Taiga #4639 ](https://tree.taiga.io/project/penpot/issue/4639 )
2023-04-03 05:28:57 -05:00
2023-03-13 04:37:34 -05:00
## 1.18.0
2023-01-05 03:59:30 -05:00
2022-09-27 06:02:43 -05:00
### :sparkles: New features
2023-06-19 00:38:05 -05:00
2023-02-21 09:56:23 -05:00
- Adds more accessibility improvements in dashboard [Taiga #4577 ](https://tree.taiga.io/project/penpot/us/4577 )
2023-02-15 05:49:39 -05:00
- Adds paddings and gaps prediction on layout creation [Taiga #4838 ](https://tree.taiga.io/project/penpot/task/4838 )
2023-02-20 05:30:08 -05:00
- Add visual feedback when proportionally scaling text elements with **K** [Taiga #3415 ](https://tree.taiga.io/project/penpot/us/3415 )
2023-02-28 07:33:01 -05:00
- Add visualization and mouse control to paddings, margins and gaps in frames with layout [Taiga #4839 ](https://tree.taiga.io/project/penpot/task/4839 )
2023-02-23 07:02:40 -05:00
- Allow for absolute positioned elements inside layout [Taiga #4834 ](https://tree.taiga.io/project/penpot/us/4834 )
2023-02-23 10:47:04 -05:00
- Add z-index option for flex layout items [Taiga #2980 ](https://tree.taiga.io/project/penpot/us/2980 )
2023-03-01 05:21:49 -05:00
- Scale content proportionally affects strokes, shadows, blurs and corners [Taiga #1951 ](https://tree.taiga.io/project/penpot/us/1951 )
2023-03-16 01:25:19 -05:00
- Use tabulators to navigate layers [Taiga #5010 ](https://tree.taiga.io/project/penpot/issue/5010 )
2022-11-04 09:53:50 -05:00
2023-01-05 03:53:14 -05:00
### :bug: Bugs fixed
2023-03-03 08:20:53 -05:00
- Fix problem with rules position on changing pages [Taiga #4847 ](https://tree.taiga.io/project/penpot/issue/4847 )
2023-03-02 10:24:23 -05:00
- Fix error streen when uploading wrong SVG [#2995 ](https://github.com/penpot/penpot/issues/2995 )
2023-03-02 11:33:27 -05:00
- Fix selecting children from hidden parent layers [Taiga #4934 ](https://tree.taiga.io/project/penpot/issue/4934 )
2023-03-02 11:45:43 -05:00
- Fix problem when undoing multiple selected colors [Taiga #4920 ](https://tree.taiga.io/project/penpot/issue/4920 )
2023-03-03 08:34:50 -05:00
- Allow selection of empty board by partial rect [Taiga #4806 ](https://tree.taiga.io/project/penpot/issue/4806 )
2023-03-06 11:45:01 -05:00
- Improve behavior for undo on text edition [Taiga #4693 ](https://tree.taiga.io/project/penpot/issue/4693 )
2023-03-07 10:58:35 -05:00
- Improve deeps selection of nested arboards [Taiga #4913 ](https://tree.taiga.io/project/penpot/issue/4913 )
2023-03-07 11:34:50 -05:00
- Fix problem on selection numeric inputs on Firefox [#2991 ](https://github.com/penpot/penpot/issues/2991 )
2023-03-08 09:21:23 -05:00
- Changed the text dominant-baseline to use ideographic [Taiga #4791 ](https://tree.taiga.io/project/penpot/issue/4791 )
2023-03-13 01:36:36 -05:00
- Viewer wrong translations [Github #3035 ](https://github.com/penpot/penpot/issues/3035 )
2023-03-10 03:53:18 -05:00
- Fix problem with text editor in Safari
2023-03-10 04:58:40 -05:00
- Fix unlink library color when blur color picker input [#3026 ](https://github.com/penpot/penpot/issues/3026 )
2023-03-10 07:06:11 -05:00
- Fix snap pixel when moving path points on high zoom [#2930 ](https://github.com/penpot/penpot/issues/2930 )
2023-03-10 09:28:35 -05:00
- Fix shortcuts for zoom now take into account the mouse position [#2924 ](https://github.com/penpot/penpot/issues/2924 )
2023-03-13 09:23:55 -05:00
- Fix close colorpicker on Firefox when mouse-up is outside the picker [#2911 ](https://github.com/penpot/penpot/issues/2911 )
2023-03-14 09:42:24 -05:00
- Fix problems with touch devices and Wacom tablets [#2216 ](https://github.com/penpot/penpot/issues/2216 )
2023-03-15 09:51:30 -05:00
- Fix problem with board titles misplaced [Taiga #4738 ](https://tree.taiga.io/project/penpot/issue/4738 )
2023-03-16 09:07:33 -05:00
- Fix problem with alt getting stuck when alt+tab [Taiga #5013 ](https://tree.taiga.io/project/penpot/issue/5013 )
2023-03-16 09:08:49 -05:00
- Fix problem with z positioning of elements [Taiga #5014 ](https://tree.taiga.io/project/penpot/issue/5014 )
2023-03-21 10:43:04 -05:00
- Fix problem in Firefox with scroll jumping when changin pages [#3052 ](https://github.com/penpot/penpot/issues/3052 )
2023-03-21 10:50:59 -05:00
- Fix nested frame interaction created flow in wrong frame [Taiga #5043 ](https://tree.taiga.io/project/penpot/issue/5043 )
2023-03-21 05:05:10 -05:00
- Font-Kerning does not work on Artboard Export to PNG/JPG/PDF [#3029 ](https://github.com/penpot/penpot/issues/3029 )
2023-03-22 01:56:04 -05:00
- Fix manipulate duplicated project (delete, duplicate, rename, pin/unpin...) [Taiga #5027 ](https://tree.taiga.io/project/penpot/issue/5027 )
2023-03-22 02:05:59 -05:00
- Fix deleted files appear in search results [Taiga #5002 ](https://tree.taiga.io/project/penpot/issue/5002 )
2023-03-22 05:58:33 -05:00
- Fix problem with selected colors and texts [Taiga #5051 ](https://tree.taiga.io/project/penpot/issue/5051 )
2023-03-22 06:36:40 -05:00
- Fix problem when assigning color from palette or assets [Taiga #5050 ](https://tree.taiga.io/project/penpot/issue/5050 )
2023-03-22 08:25:24 -05:00
- Fix shortcuts for alignment [Taiga #5030 ](https://tree.taiga.io/project/penpot/issue/5030 )
2023-03-22 08:45:19 -05:00
- Fix path options not showing when editing rects or ellipses [Taiga #5053 ](https://tree.taiga.io/project/penpot/issue/5053 )
2023-03-22 05:50:44 -05:00
- Fix tooltips for some alignment options are truncated on design tab [Taiga #5040 ](https://tree.taiga.io/project/penpot/issue/5040 )
- Fix horizontal margins drag don't always start from place [Taiga #5020 ](https://tree.taiga.io/project/penpot/issue/5020 )
2023-03-22 10:14:52 -05:00
- Fix multiplayer username sometimes is not displayed correctly [Taiga #4400 ](https://tree.taiga.io/project/penpot/issue/4400 )
2023-03-22 10:41:30 -05:00
- Show warning when trying to invite a user that is already in members [Taiga #4147 ](https://tree.taiga.io/project/penpot/issue/4147 )
2023-03-23 03:57:58 -05:00
- Fix problem with text out of borders when changing from auto-width to fixed [Taiga #4308 ](https://tree.taiga.io/project/penpot/issue/4308 )
2023-03-23 04:48:31 -05:00
- Fix header not showing when exiting fullscreen mode in viewer [Taiga #4244 ](https://tree.taiga.io/project/penpot/issue/4244 )
2023-03-23 05:12:31 -05:00
- Fix visual problem in select options [Taiga #5028 ](https://tree.taiga.io/project/penpot/issue/5028 )
2023-03-23 10:11:23 -05:00
- Forbid empty names for assets [Taiga #5056 ](https://tree.taiga.io/project/penpot/issue/5056 )
2023-03-23 10:41:00 -05:00
- Select children after ungroup action [Taiga #4917 ](https://tree.taiga.io/project/penpot/issue/4917 )
2023-03-23 11:13:04 -05:00
- Fix problem with guides not showing when moving over nested frames [Taiga #4905 ](https://tree.taiga.io/project/penpot/issue/4905 )
2023-03-24 02:21:50 -05:00
- Fix change email and password for users signed in via social login [Taiga #4273 ](https://tree.taiga.io/project/penpot/issue/4273 )
2023-03-23 04:42:55 -05:00
- Fix drag and drop files from browser or file explorer under circumstances [Taiga #5054 ](https://tree.taiga.io/project/penpot/issue/5054 )
2023-03-24 09:09:40 -05:00
- Fix problem when copy/pasting shapes [Taiga #4931 ](https://tree.taiga.io/project/penpot/issue/4931 )
2023-03-24 09:29:46 -05:00
- Fix problem with color picker not able to change hue [Taiga #5065 ](https://tree.taiga.io/project/penpot/issue/5065 )
2023-03-24 10:24:38 -05:00
- Fix problem with outer stroke in texts [Taiga #5078 ](https://tree.taiga.io/project/penpot/issue/5078 )
2023-03-27 10:06:45 -05:00
- Fix problem with text carring over next line when changing to fixed [Taiga #5067 ](https://tree.taiga.io/project/penpot/issue/5067 )
2023-03-28 03:37:31 -05:00
- Fix don't show invite user hero to users with editor role [Taiga #5086 ](https://tree.taiga.io/project/penpot/issue/5086 )
2023-03-28 03:56:28 -05:00
- Fix enter emails on onboarding new user creating team [Taiga #5089 ](https://tree.taiga.io/project/penpot/issue/5089 )
2023-03-28 05:30:03 -05:00
- Fix invalid files amount after moving on dashboard [Taiga #5080 ](https://tree.taiga.io/project/penpot/issue/5080 )
2023-03-28 06:17:32 -05:00
- Fix dashboard left sidebar, the [x] overlaps the field [Taiga #5064 ](https://tree.taiga.io/project/penpot/issue/5064 )
2023-03-28 06:33:12 -05:00
- Fix expanded typography on assets sidebar is moving [Taiga #5063 ](https://tree.taiga.io/project/penpot/issue/5063 )
2023-03-28 06:53:17 -05:00
- Fix spelling mistake in confirmation after importing only 1 file [Taiga #5095 ](https://tree.taiga.io/project/penpot/issue/5095 )
2023-03-28 04:30:46 -05:00
- Fix problem with selection colors and texts [Taiga #5079 ](https://tree.taiga.io/project/penpot/issue/5079 )
2023-03-28 05:18:24 -05:00
- Remove "show in view mode" flag when moving frame to frame [Taiga #5091 ](https://tree.taiga.io/project/penpot/issue/5091 )
2023-03-28 08:14:23 -05:00
- Fix problem creating files in project page [Taiga #5060 ](https://tree.taiga.io/project/penpot/issue/5060 )
2023-03-28 10:41:51 -05:00
- Disable empty names on rename files [Taiga #5088 ](https://tree.taiga.io/project/penpot/issue/5088 )
2023-03-29 04:22:26 -05:00
- Fix problem with SVG and flex layout [Taiga # ](https://tree.taiga.io/project/penpot/issue/5099 )
2023-03-29 02:27:50 -05:00
- Fix unpublish and delete shared library warning messages [Taiga #5090 ](https://tree.taiga.io/project/penpot/issue/5090 )
2023-03-29 03:58:26 -05:00
- Fix last update project timer update after creating new file [Taiga #5096 ](https://tree.taiga.io/project/penpot/issue/5096 )
2023-03-30 03:02:36 -05:00
- Fix dashboard scrolling using 'Page Up' and 'Page Down' [Taiga #5081 ](https://tree.taiga.io/project/penpot/issue/5081 )
2023-03-30 04:19:05 -05:00
- Fix view mode header buttons overlapping in small resolutions [Taiga #5058 ](https://tree.taiga.io/project/penpot/issue/5058 )
2023-03-29 09:50:21 -05:00
- Fix precision for wrap in flex [Taiga #5072 ](https://tree.taiga.io/project/penpot/issue/5072 )
2023-03-30 08:51:01 -05:00
- Fix relative position overlay positioning [Taiga #5092 ](https://tree.taiga.io/project/penpot/issue/5092 )
2023-03-31 01:45:01 -05:00
- Fix hide grid keyboard shortcut [Github #3071 ](https://github.com/penpot/penpot/pull/3071 )
2023-04-03 02:24:54 -05:00
- Fix problem with opacity in imported SVG's [Taiga #4923 ](https://tree.taiga.io/project/penpot/issue/4923 )
2023-03-03 08:20:53 -05:00
2023-01-05 03:53:14 -05:00
### :heart: Community contributions by (Thank you!)
2023-02-22 07:52:45 -05:00
- To @ondrejkonec: for contributing to the code with:
- Refactor CSS variables [Github #2948 ](https://github.com/penpot/penpot/pull/2948 )
2023-02-10 09:05:13 -05:00
2023-02-24 07:23:47 -05:00
## 1.17.3
### :bug: Bugs fixed
- Fix copy and paste very nested inside itself [Taiga #4848 ](https://tree.taiga.io/project/penpot/issue/4848 )
2023-02-24 04:50:35 -05:00
- Fix custom fonts not rendered correctly [Taiga #4874 ](https://tree.taiga.io/project/penpot/issue/4874 )
2023-03-02 08:48:36 -05:00
- Fix problem with shadows and blur on multiple selection
2023-03-06 08:23:26 -05:00
- Fix problem with redo shortcut
2023-03-03 07:31:32 -05:00
- Fix Component texts not displayed in assets panel [Taiga #4907 ](https://tree.taiga.io/project/penpot/issue/4907 )
2023-03-07 02:36:40 -05:00
- Fix search field has implemented shared styles for "close icon" and "search icon" [Taiga #4927 ](https://tree.taiga.io/project/penpot/issue/4927 )
2023-03-06 04:51:19 -05:00
- Fix Handling correctly slashes "/" in emails [Taiga #4906 ](https://tree.taiga.io/project/penpot/issue/4906 )
2023-03-07 03:54:01 -05:00
- Fix Change text color from selected colors [Taiga #4933 ](https://tree.taiga.io/project/penpot/issue/4933 )
2023-03-06 04:49:26 -05:00
### :sparkles: Enhancements
- Adds environment variables for specifying the export and backend URI for the frontend docker image, thanks to @Supernova3339 for the initial PR and suggestion [Github #2984 ](https://github.com/penpot/penpot/issues/2984 )
2023-02-24 07:23:47 -05:00
2023-02-08 05:57:17 -05:00
## 1.17.2
### :bug: Bugs fixed
2023-02-14 10:12:11 -05:00
2023-02-08 05:57:17 -05:00
- Fix invite members button text [Taiga #4794 ](https://tree.taiga.io/project/penpot/issue/4794 )
2023-02-14 11:54:23 -05:00
- Fix problem with opacity in frames [Taiga #4795 ](https://tree.taiga.io/project/penpot/issue/4795 )
2023-02-14 10:12:11 -05:00
- Fix correct behaviour for space-around and added space-evenly option
2023-02-13 11:39:33 -05:00
- Fix duplicate with alt and undo only undo one step [Taiga #4746 ](https://tree.taiga.io/project/penpot/issue/4746 )
2023-02-15 07:37:07 -05:00
- Fix problem creating frames inside layout [Taiga #4844 ](https://tree.taiga.io/project/penpot/issue/4844 )
2023-02-02 08:32:59 -05:00
- Fix paste board inside itself [Taiga #4775 ](https://tree.taiga.io/project/penpot/issue/4775 )
2023-02-08 06:19:29 -05:00
- Fix middle button panning can drag guides [Taiga #4266 ](https://tree.taiga.io/project/penpot/issue/4266 )
2023-02-02 08:32:59 -05:00
2023-02-09 07:36:26 -05:00
### :heart: Community contributions by (Thank you!)
- To @ondrejkonec: for some code contributions on this release.
2023-02-01 04:19:32 -05:00
## 1.17.1
### :bug: Bugs fixed
- Fix components groups items show the component name in list mode [Taiga #4770 ](https://tree.taiga.io/project/penpot/issue/4770 )
2023-02-01 15:56:30 -05:00
- Fix typing CMD+Z on MacOS turns the cursor into a Zoom cursor [Taiga #4778 ](https://tree.taiga.io/project/penpot/issue/4778 )
2023-02-01 07:37:06 -05:00
- Fix white space on small screens [Taiga #4774 ](https://tree.taiga.io/project/penpot/issue/4774 )
- Fix button spacing on delete acount modal [Taiga #4762 ](https://tree.taiga.io/project/penpot/issue/4762 )
2023-02-02 03:36:35 -05:00
- Fix invitations input on team management and onboarding modal [Taiga #4760 ](https://tree.taiga.io/project/penpot/issue/4760 )
2023-02-01 07:43:02 -05:00
- Fix weird numeration creating new elements in dashboard [Taiga #4755 ](https://tree.taiga.io/project/penpot/issue/4755 )
2023-02-02 06:59:02 -05:00
- Fix can move shape with lens zoom active [Taiga #4787 ](https://tree.taiga.io/project/penpot/issue/4787 )
2023-02-02 07:09:29 -05:00
- Fix social links broken [Taiga #4759 ](https://tree.taiga.io/project/penpot/issue/4759 )
2023-02-07 03:45:30 -05:00
- Fix tooltips on left toolbar [Taiga #4793 ](https://tree.taiga.io/project/penpot/issue/4793 )
2023-01-05 03:53:14 -05:00
## 1.17.0
### :sparkles: New features
2022-11-04 09:53:50 -05:00
- Adds layout flex functionality for boards
2022-11-03 07:11:17 -05:00
- Better overlays interactions on boards inside boards [Taiga #4386 ](https://tree.taiga.io/project/penpot/us/4386 )
2022-11-15 10:32:03 -05:00
- Show board miniature in manual overlay setting [Taiga #4475 ](https://tree.taiga.io/project/penpot/issue/4475 )
2022-11-15 12:36:47 -05:00
- Handoff visual improvements [Taiga #3124 ](https://tree.taiga.io/project/penpot/us/3124 )
2022-12-30 08:39:07 -05:00
- Dynamic alignment only in sight [Github 1971 ](https://github.com/penpot/penpot/issues/1971 )
2023-01-20 06:39:07 -05:00
- Add some accessibility to shortcut panel [Taiga #4713 ](https://tree.taiga.io/project/penpot/issue/4713 )
2023-01-20 07:42:00 -05:00
- Add shortcuts for text editing [Taiga #2052 ](https://tree.taiga.io/project/penpot/us/2052 )
2023-01-24 05:34:08 -05:00
- Second level boards treated as groups in terms of selection [Taiga #4269 ](https://tree.taiga.io/project/penpot/us/4269 )
- Performance improvements both for backend and frontend
- Accessibility improvements for login area [Taiga #4353 ](https://tree.taiga.io/project/penpot/us/4353 )
- Outbound webhooks [Taiga #4577 ](https://tree.taiga.io/project/penpot/us/4577 )
- Add copy invitation link to the invitation options [Taiga #4213 ](https://tree.taiga.io/project/penpot/us/4213 )
- Dynamic alignment only in sight [Taiga #3537 ](https://tree.taiga.io/project/penpot/us/3537 )
- Improve naming of layers [Taiga #4036 ](https://tree.taiga.io/project/penpot/us/4036 )
2023-01-17 11:54:35 -05:00
- Add zoom lense [Taiga #4691 ](https://tree.taiga.io/project/penpot/us/4691 )
2023-01-19 08:04:46 -05:00
- Detect potential problems with custom font vertical metrics [Taiga #4697 ](https://tree.taiga.io/project/penpot/us/4697 )
2022-11-04 09:53:50 -05:00
2022-09-27 06:02:43 -05:00
### :bug: Bugs fixed
2022-09-28 02:42:08 -05:00
2022-10-04 06:29:03 -05:00
- Add title to color bullets [Taiga #4218 ](https://tree.taiga.io/project/penpot/task/4218 )
2022-10-04 06:15:36 -05:00
- Fix color bullets in library color modal [Taiga #4186 ](https://tree.taiga.io/project/penpot/issue/4186 )
2022-09-30 06:09:53 -05:00
- Fix shortcut texts alignment [Taiga #4275 ](https://tree.taiga.io/project/penpot/issue/4275 )
2022-09-28 02:42:08 -05:00
- Fix some texts and a typo [Taiga #4215 ](https://tree.taiga.io/project/penpot/issue/4215 )
2022-10-02 15:44:45 -05:00
- Fix twitter support account link [Taiga #4279 ](https://tree.taiga.io/project/penpot/issue/4279 )
2022-10-19 17:06:50 -05:00
- Fix lang autodetect issue [Taiga #4277 ](https://tree.taiga.io/project/penpot/issue/4277 )
2022-12-01 05:19:38 -05:00
- Fix adding an extra page on import [Taiga #4543 ](https://tree.taiga.io/project/penpot/task/4543 )
2022-12-13 16:13:49 -05:00
- Fix unable to select text at assets inputs in firefox [Taiga #4572 ](https://tree.taiga.io/project/penpot/issue/4572 )
2022-12-15 05:13:17 -05:00
- Fix component sync when converting to path [Taiga #3642 ](https://tree.taiga.io/project/penpot/issue/3642 )
2022-12-27 03:05:54 -05:00
- Fix style for team invite in deutsch [Taiga #4614 ](https://tree.taiga.io/project/penpot/issue/4614 )
2022-12-27 09:07:13 -05:00
- Fix problem with text edition in Safari [Taiga #4046 ](https://tree.taiga.io/project/penpot/issue/4046 )
2022-12-28 02:33:38 -05:00
- Fix show outline with rounded corners on rects [Taiga #4053 ](https://tree.taiga.io/project/penpot/issue/4053 )
2022-12-27 09:56:09 -05:00
- Fix wrong interaction between comments and panning modes [Taiga #4297 ](https://tree.taiga.io/project/penpot/issue/4297 )
2022-12-28 04:42:06 -05:00
- Fix bad element positioning on interaction with fixed scroll [Github #2660 ](https://github.com/penpot/penpot/issues/2660 )
2022-12-27 07:39:34 -05:00
- Fix display type of component library not persistent [Taiga #4512 ](https://tree.taiga.io/project/penpot/issue/4512 )
2022-12-28 03:11:38 -05:00
- Fix problem when moving texts with keyboard [#2690 ](https://github.com/penpot/penpot/issues/2690 )
2022-12-28 05:06:16 -05:00
- Fix problem when drawing boxes won't detect mouse-up [Taiga #4618 ](https://tree.taiga.io/project/penpot/issue/4618 )
2022-12-29 03:35:35 -05:00
- Fix missing loading icon on shared libraries [Taiga #4148 ](https://tree.taiga.io/project/penpot/issue/4148 )
2022-12-29 07:53:35 -05:00
- Fix selection stroke missing in properties of multiple texts [Taiga #4048 ](https://tree.taiga.io/project/penpot/issue/4048 )
2022-12-28 06:53:37 -05:00
- Fix missing create component menu for frames [Github #2670 ](https://github.com/penpot/penpot/issues/2670 )
2022-12-29 08:39:26 -05:00
- Fix "currentColor" is not converted when importing SVG [Github 2276 ](https://github.com/penpot/penpot/issues/2276 )
2022-12-28 09:56:16 -05:00
- Fix incorrect color in properties of multiple bool shapes [Taiga #4355 ](https://tree.taiga.io/project/penpot/issue/4355 )
2023-01-04 06:26:24 -05:00
- Fix pressing the enter key gives you an internal error [Github 2675 ](https://github.com/penpot/penpot/issues/2675 ) [Github 2577 ](https://github.com/penpot/penpot/issues/2577 )
2023-01-04 08:18:26 -05:00
- Fix confirm group name with enter doesn't work in assets modal [Taiga #4506 ](https://tree.taiga.io/project/penpot/issue/4506 )
2022-12-16 10:05:26 -05:00
- Fix group/ungroup shapes inside a component [Taiga #4052 ](https://tree.taiga.io/project/penpot/issue/4052 )
2023-01-04 10:32:52 -05:00
- Fix wrong update of text in components [Taiga #4646 ](https://tree.taiga.io/project/penpot/issue/4646 )
2023-01-09 05:54:50 -05:00
- Fix problem with SVG imports with style [#2605 ](https://github.com/penpot/penpot/issues/2605 )
2023-01-09 08:21:29 -05:00
- Fix ghost shapes after sync groups in components [Taiga #4649 ](https://tree.taiga.io/project/penpot/issue/4649 )
2023-01-04 02:32:14 -05:00
- Fix layer orders messed up on move, group, reparent and undo [Github #2672 ](https://github.com/penpot/penpot/issues/2672 )
2023-01-11 10:04:29 -05:00
- Fix max height in library dialog [Github #2335 ](https://github.com/penpot/penpot/issues/2335 )
2023-01-12 06:52:58 -05:00
- Fix undo ungroup (shift+g) scrambles positions [Taiga #4674 ](https://tree.taiga.io/project/penpot/issue/4674 )
2023-01-13 06:15:28 -05:00
- Fix justified text is stretched [Github #2539 ](https://github.com/penpot/penpot/issues/2539 )
2023-01-16 07:47:30 -05:00
- Fix mousewheel on viewer inspector [Taiga #4221 ](https://tree.taiga.io/project/penpot/issue/4221 )
2023-01-19 13:33:00 -05:00
- Fix path edition activated on boards [Taiga #4105 ](https://tree.taiga.io/project/penpot/issue/4105 )
2023-01-20 05:15:14 -05:00
- Fix hidden layers inside groups become visible after the group visibility is changed[Taiga #4710 ](https://tree.taiga.io/project/penpot/issue/4710)
2023-01-20 08:28:40 -05:00
- Fix format of HSLA color on viewer [Taiga #4393 ](https://tree.taiga.io/project/penpot/issue/4393 )
2023-01-23 03:38:35 -05:00
- Fix some typos [Taiga #4724 ](https://tree.taiga.io/project/penpot/issue/4724 )
2023-01-25 10:01:24 -05:00
- Fix ctrl+c for inspect code [Taiga #4739 ](https://tree.taiga.io/project/penpot/issue/4739 )
- Fix text in custom font is not at the expected position at export [Taiga #4394 ](https://tree.taiga.io/project/penpot/issue/4394 )
2023-01-25 06:20:13 -05:00
- Fix unneeded popup when updating local components [Taiga #4430 ](https://tree.taiga.io/project/penpot/issue/4430 )
2023-01-25 11:46:26 -05:00
- Fix multiuser - "Shadow" element is not updating immediately [Taiga #4709 ](https://tree.taiga.io/project/penpot/issue/4709 )
2023-01-26 05:10:07 -05:00
- Fix paths not flagged as modified when resized [Taiga #4742 ](https://tree.taiga.io/project/penpot/issue/4742 )
2023-01-27 10:55:08 -05:00
- Fix resend invitation doesn't reset the expiration date [Taiga #4741 ](https://tree.taiga.io/project/penpot/issue/4741 )
2023-01-27 08:19:55 -05:00
- Fix incorrect state after undo page creation [Taiga #4690 ](https://tree.taiga.io/project/penpot/issue/4690 )
2023-01-30 06:23:49 -05:00
- Fix copy paste texts with typography assets linked [Taiga #4750 ](https://tree.taiga.io/project/penpot/issue/4750 )
2022-10-02 15:44:45 -05:00
2023-01-24 05:34:08 -05:00
### :heart: Community contributions by (Thank you!)
- To @iprithvitharun: let's make UX Writing contributions in Open Source a trend!
2022-10-02 15:44:45 -05:00
2023-01-05 03:53:14 -05:00
## 1.16.2-beta
2022-12-15 05:13:17 -05:00
2023-01-05 03:53:14 -05:00
### :bug: Bugs fixed
2022-12-15 05:13:17 -05:00
2022-12-15 04:10:04 -05:00
- Fix strage cursor behaviour after clicking viewport with text pool [Github #2447 ](https://github.com/penpot/penpot/issues/2447 )
2022-09-27 06:02:43 -05:00
2022-10-19 00:37:32 -05:00
## 1.16.1-beta
### :bug: Bugs fixed
2022-10-31 04:29:35 -05:00
- Fix unexpected exception related to default nudge value
2022-10-19 00:37:32 -05:00
- Fix firefox changing layer color type is not applied [Taiga #4292 ](https://tree.taiga.io/project/penpot/issue/4292 )
- Fix justify alignes text left [Taiga #4322 ](https://tree.taiga.io/project/penpot/issue/4322 )
- Fix text out of borders with "auto width" and center align [Taiga #4308 ](https://tree.taiga.io/project/penpot/issue/4308 )
2022-10-19 07:36:04 -05:00
- Fix wrong validation text after interaction with 2 and more files [Taiga #4276 ](https://tree.taiga.io/project/penpot/issue/4276 )
2022-10-19 23:49:02 -05:00
- Fix auto-width for texts can make text appear stretched [Github #2482 ](https://github.com/penpot/penpot/issues/2482 )
2022-10-21 10:00:01 -05:00
- Fix boards name do not disappear in focus mode [#4272 ](https://tree.taiga.io/project/penpot/issue/4272 )
2022-10-18 05:30:38 -05:00
- Fix wrong email in the info message at change email [Taiga #4274 ](https://tree.taiga.io/project/penpot/issue/4274 )
2022-10-19 04:17:30 -05:00
- Fix transform to path RMB menu item is not relevant if shape is already path [Taiga #4302 ](https://tree.taiga.io/project/penpot/issue/4302 )
- Fix join nodes icon is active when 2 already joined nodes are selected [Taiga #4370 ](https://tree.taiga.io/project/penpot/issue/4370 )
- Fix path nodes panel. "To curve" and "To corner" icons are active if node is already curved/cornered [Taiga #4371 ](https://tree.taiga.io/project/penpot/issue/4371 )
2022-10-24 09:26:49 -05:00
- Fix displaying comments settings are not applied via "Comments" menu drop-down on the top navbar on view mode [Taiga #4389 ](https://tree.taiga.io/project/penpot/issue/4389 )
2022-11-03 01:37:02 -05:00
- Fix bad behaviour on hovering and click nested artboards [Taiga #4018 ](https://tree.taiga.io/project/penpot/issue/4018 ) and [Taiga #4269 ](https://tree.taiga.io/project/penpot/us/4269 )
2022-10-19 17:06:50 -05:00
- Fix lang autodetect issue [Taiga #4277 ](https://tree.taiga.io/project/penpot/issue/4277 )
2022-11-03 01:37:02 -05:00
- Fix colorpicker does not close upon switching to Dashboard [Taiga #4408 ](https://tree.taiga.io/project/penpot/issue/4408 )
2022-12-14 06:10:24 -05:00
- Fix problem with auto-width/auto-height + lock-proportions
2022-09-27 06:02:43 -05:00
2022-10-19 00:55:00 -05:00
## 1.16.0-beta
2022-09-27 06:02:43 -05:00
2022-07-12 04:57:51 -05:00
### :boom: Breaking changes & Deprecations
2022-09-06 10:01:52 -05:00
- Removed the support for v2 internal file data blob format. This
version has never been documented nor set as default value so
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
technically this is not a breaking change because we are removing
2022-09-06 10:01:52 -05:00
a "private API".
2022-07-12 04:57:51 -05:00
### :sparkles: New features
2022-07-28 02:30:17 -05:00
2022-09-30 03:42:12 -05:00
- Improve interactions with nested boards [Taiga #4054 ](https://tree.taiga.io/project/penpot/us/4054 )
2022-08-09 08:07:43 -05:00
- Add team hero in projects dashboard [Taiga #3863 ](https://tree.taiga.io/project/penpot/us/3863 )
- Add zoom style to shared link [Taiga #3874 ](https://tree.taiga.io/project/penpot/us/3874 )
- Add dashboard creation button as placeholder [Taiga #3861 ](https://tree.taiga.io/project/penpot/us/3861 )
- Improve invitation flow on onboarding [Taiga #3241 ](https://tree.taiga.io/project/penpot/us/3241 )
- Add new text to initial modals [Taiga #3458 ](https://tree.taiga.io/project/penpot/us/3458 )
- Add new questions to onboarding [Taiga #3462 ](https://tree.taiga.io/project/penpot/us/3462 )
2022-07-28 02:51:11 -05:00
- Add cosmetic changes in viewer mode [Taiga #3688 ](https://tree.taiga.io/project/penpot/us/3688 )
- Outline highlights on layer hovering [Taiga #2645 ](https://tree.taiga.io/project/penpot/us/2645 ) by @andrewzhurov
2022-07-29 01:22:33 -05:00
- Add zoom to shape on double click up on its icon [Taiga #3929 ](https://tree.taiga.io/project/penpot/us/3929 ) by @andrewzhurov
2022-08-05 06:18:30 -05:00
- Add Libraries & Templates carousel [Taiga #3860 ](https://tree.taiga.io/project/penpot/us/3860 )
2022-08-31 09:32:35 -05:00
- Ungroup frames [Taiga #4012 ](https://tree.taiga.io/project/penpot/us/4012 )
2022-09-13 07:33:21 -05:00
- Newsletter Opt-in options for subscription categories [Taiga #3242 ](https://tree.taiga.io/project/penpot/us/3242 )
2022-09-14 05:39:20 -05:00
- Print emails to console by default if smtp is disabled
- Add `email-verification` flag for enable/disable email verification
2022-09-29 08:07:07 -05:00
- Make graphics thumbnails load lazy [Taiga #4252 ](https://tree.taiga.io/project/penpot/issue/4252 )
2022-09-14 05:39:20 -05:00
2022-07-12 04:57:51 -05:00
### :bug: Bugs fixed
2022-07-29 01:22:33 -05:00
- Fix unexpected removal of guides on copy& paste frames [Taiga #3887 ](https://tree.taiga.io/project/penpot/issue/3887 ) by @andrewzhurov
2022-08-03 02:25:38 -05:00
- Fix props preserving on copy& paste texts [Taiga #3629 ](https://tree.taiga.io/project/penpot/issue/3629 ) by @andrewzhurov
2022-07-30 04:15:01 -05:00
- Fix unexpected layers ungrouping on moving it [Taiga #3932 ](https://tree.taiga.io/project/penpot/issue/3932 ) by @andrewzhurov
2022-08-31 04:43:54 -05:00
- Fix artboards moving with comment tool selected [Taiga #3938 ](https://tree.taiga.io/project/penpot/issue/3938 )
2022-08-31 11:37:35 -05:00
- Fix undo on delete page does not preserve its order [Taiga #3375 ](https://tree.taiga.io/project/penpot/issue/3375 )
2022-09-05 06:17:01 -05:00
- Fix unexpected 404 on deleting library that is used by deleted files
- Fix inconsistent message on deleting library when a library is linked from deleted files
2022-09-20 04:20:38 -05:00
- Fix change multiple colors with SVG [Taiga #3889 ](https://tree.taiga.io/project/penpot/issue/3889 )
2022-09-26 02:45:33 -05:00
- Fix ungroup does not work for typographies [Taiga #4195 ](https://tree.taiga.io/project/penpot/issue/4195 )
2022-09-26 16:56:58 -05:00
- Fix inviting to non existing users can fail [Taiga #4108 ](https://tree.taiga.io/project/penpot/issue/4108 )
2022-10-03 05:19:01 -05:00
- Fix components marked as touched when moved [Taiga #4061 ](https://tree.taiga.io/project/penpot/task/4061 )
2022-10-13 06:44:39 -05:00
- Fix boards grouped shouldn't show the title [Taiga #4251 ](https://tree.taiga.io/project/penpot/issue/4251 )
2022-10-13 05:55:32 -05:00
- Fix gradient handlers are under resize handlers[Taiga #4298 ](https://tree.taiga.io/project/penpot/issue/4298)
2022-10-13 06:04:46 -05:00
- Fix grid not syncing immediately in multiuser [Taiga #4339 ](https://tree.taiga.io/project/penpot/issue/4339 )
2022-10-06 02:55:51 -05:00
- Fix custom font upload fails silently for unsupported formats [Taiga #4279 ](https://tree.taiga.io/project/penpot/issue/4280 )
2022-07-29 01:22:33 -05:00
2022-07-12 04:57:51 -05:00
### :heart: Community contributions by (Thank you!)
2022-07-28 02:51:11 -05:00
- To @andrewzhurov for many code contributions on this release.
2022-09-20 01:22:03 -05:00
- UI improvements in Project section (by @Waishnav ) [#2285 ](https://github.com/penpot/penpot/pull/2285 )
2022-09-28 04:12:11 -05:00
- Fix fronted comments (by @lol768 ) [#2368 ](https://github.com/penpot/penpot/pull/2368 )
2022-07-28 02:51:11 -05:00
2022-10-04 08:59:21 -05:00
## 1.15.5-beta
2022-10-04 07:16:36 -05:00
2022-10-06 02:17:24 -05:00
### :bug: Bugs fixed
- Fix artboard border radius [Taiga #4291 ](https://tree.taiga.io/project/penpot/issue/4291 )
2022-10-10 23:53:52 -05:00
- Fix copied & pasted layer is not visible [Taiga #4283 ](https://tree.taiga.io/project/penpot/issue/4283 )
2022-10-14 05:26:59 -05:00
- Fix notification to newsletter is shown in all cases [Taiga #4367 ](https://tree.taiga.io/project/penpot/issue/4367 )
2022-10-14 03:30:11 -05:00
- Fix comments section is not scrolling by mouse wheel [Taiga #4305 ](https://tree.taiga.io/project/penpot/issue/4305 )
2022-10-18 05:15:18 -05:00
- Fix justify alignes text left [Taiga #4322 ](https://tree.taiga.io/project/penpot/issue/4322 )
2022-10-18 06:50:23 -05:00
- Fix text out of borders with "auto width" and center align [Taiga #4308 ](https://tree.taiga.io/project/penpot/issue/4308 )
2022-10-06 02:17:24 -05:00
2022-09-08 05:34:28 -05:00
## 1.15.4-beta
### :bug: Bugs fixed
2022-10-11 01:41:29 -05:00
- Fix social buttons in register form [Taiga #4320 ](https://tree.taiga.io/project/penpot/issue/4320 )
2022-09-21 07:13:11 -05:00
- Remove gitter information from feedback page [Taiga #4157 ](https://tree.taiga.io/project/penpot/issue/4157 )
2022-09-08 05:34:28 -05:00
- Fix overlay remains open on frame change [Taiga #4066 ](https://tree.taiga.io/project/penpot/issue/4066 )
- Fix toggle overlay position [Taiga #4091 ](https://tree.taiga.io/project/penpot/issue/4091 )
- Fix overlay closed on clicked outside [Taiga #4027 ](https://tree.taiga.io/project/penpot/issue/4027 )
- Fix animate multiple overlays [Taiga #3993 ](https://tree.taiga.io/project/penpot/issue/3993 )
2022-09-14 02:41:32 -05:00
- Fix problem with snap to grids [#2221 ](https://github.com/penpot/penpot/issues/2221 )
2022-09-14 05:27:48 -05:00
- Fix issue when scaling to value 0 [#2252 ](https://github.com/penpot/penpot/issues/2252 )
- Fix problem when moving shapes inside nested frames [Taiga #4113 ](https://tree.taiga.io/project/penpot/issue/4113 )
2022-09-21 06:59:12 -05:00
- Fix color type icon does not change [Taiga #4133 ](https://tree.taiga.io/project/penpot/issue/4133 )
- Fix recent colors are not working [Taiga #4153 ](https://tree.taiga.io/project/penpot/issue/4153 )
- Fix change opacity in colorpicker cause bugged color [Taiga #4154 ](https://tree.taiga.io/project/penpot/issue/4154 )
- Fix gradient colors don't arrive in recent colors palette (https://tree.taiga.io/project/penpot/issue/4155)
- Fix selected colors allow gradients in shadows [Taiga #4156 ](https://tree.taiga.io/project/penpot/issue/4156 )
2022-09-22 07:04:00 -05:00
- Fix import files with unexpected format or invalid content [Taiga #4136 ](https://tree.taiga.io/project/penpot/issue/4136 )
2022-09-22 08:56:48 -05:00
- Fix wrong shortcut button tip of "Delete" function [Taiga #4162 ](https://tree.taiga.io/project/penpot/issue/4162 )
2022-09-23 01:16:18 -05:00
- Fix error after user drags any layer in search functionality [Taiga #4161 ](https://tree.taiga.io/project/penpot/issue/4161 )
2022-09-23 01:23:27 -05:00
- Fix font search works only with lowercase letters [Taiga #4140 ](https://tree.taiga.io/project/penpot/issue/4140 )
2022-09-23 02:17:59 -05:00
- Fix Terms and Privacy links overlapping [Taiga #4137 ](https://tree.taiga.io/project/penpot/issue/4137 )
2022-09-23 07:05:35 -05:00
- Fix Export bounding box mask [Taiga #950 ](https://tree.taiga.io/project/penpot/issue/950 )
2022-09-26 04:05:00 -05:00
- Fix delete layers in bulk [Taiga #4160 ](https://tree.taiga.io/project/penpot/issue/4160 )
2022-09-27 07:04:48 -05:00
- Fix Cannot take out an element from a group at layers panel by drag [Taiga #4209 ](https://tree.taiga.io/project/penpot/issue/4209 )
2022-09-28 01:42:49 -05:00
- Fix Internal error when resending invitation email [Taiga #4212 ](https://tree.taiga.io/project/penpot/issue/4212 )
2022-09-28 02:52:46 -05:00
- Fix PDF exportation order [Taiga #4216 ](https://tree.taiga.io/project/penpot/issue/4216 )
2022-09-28 04:01:13 -05:00
- Fix some typos [Taiga #4215 ](https://tree.taiga.io/project/penpot/issue/4215 )
2022-09-28 06:15:11 -05:00
- Fix "no boards" message in viewer [Taiga #4243 ](https://tree.taiga.io/project/penpot/issue/4243 )
2022-09-28 05:34:16 -05:00
- Fix view mode login size [Taiga #4210 ](https://tree.taiga.io/project/penpot/issue/4210 )
2022-09-14 05:39:20 -05:00
2022-08-31 09:29:38 -05:00
## 1.15.3-beta
### :bug: Bugs fixed
2022-09-05 04:17:51 -05:00
- Fix default value of grow type in texts [Taiga #4034 ](https://tree.taiga.io/project/penpot/issue/4034 )
2022-09-01 05:44:33 -05:00
- Fix error when moving nested frames outside [Taiga #4017 ](https://tree.taiga.io/project/penpot/issue/4017 )
- Fix problem when hovering over nested frames [Taiga #4018 ](https://tree.taiga.io/project/penpot/issue/4018 )
- Fix problem editing rotated texts [Taiga #4026 ](https://tree.taiga.io/project/penpot/issue/4026 )
2022-09-07 04:12:30 -05:00
- Fix problem with texts for non existing fonts [Taiga #4087 ](https://tree.taiga.io/project/penpot/issue/4087 )
2022-09-07 09:57:22 -05:00
- Fix undo after moving layers will wrongly order the layers [Taiga #3344 ](https://tree.taiga.io/project/penpot/issue/3344 )
2022-09-09 02:45:40 -05:00
- Fix grouping typographies by drag & drop does not work (again) [#2203 ](https://github.com/penpot/penpot/issues/2203 )
- Fix when ungrouping, the items previously grouped should ALWAYS remain selected [Taiga #4064 ](https://tree.taiga.io/project/penpot/issue/4064 )
2022-09-08 09:24:37 -05:00
- Change shortcut for "Clear undo" [#2219 ](https://github.com/penpot/penpot/issues/2219 )
2022-08-31 09:30:30 -05:00
2022-08-30 08:06:50 -05:00
## 1.15.2-beta
### :bug: Bugs fixed
- Fix problem with multi-user text editing [Taiga #3446 ](https://tree.taiga.io/project/penpot/issue/3446 )
2022-08-30 08:47:45 -05:00
- Fix path tools blocking elements underneath [#2050 ](https://github.com/penpot/penpot/issues/2050 )
2022-08-30 10:12:43 -05:00
- Fix frame titles deforming when resize [#2207 ](https://github.com/penpot/penpot/issues/2207 )
2022-08-31 05:47:10 -05:00
- Fix export simple line path [#3890 ](https://tree.taiga.io/project/penpot/issue/3890 )
2022-09-05 08:11:34 -05:00
- Fix color-picker recent colors [Taiga #4013 ](https://tree.taiga.io/project/penpot/issue/4013 )
2022-07-12 04:57:51 -05:00
2022-08-29 05:02:31 -05:00
## 1.15.1-beta
### :bug: Bugs fixed
- Fix shadows doesn't work on nested artboards [Taiga #3886 ](https://tree.taiga.io/project/penpot/issue/3886 )
2022-08-29 05:27:43 -05:00
- Fix problems with double-click and selection [Taiga #4005 ](https://tree.taiga.io/project/penpot/issue/4005 )
2022-08-30 01:15:25 -05:00
- Fix mismatch between editor and displayed text in workspace [Taiga #3975 ](https://tree.taiga.io/project/penpot/issue/3975 )
- Fix validation error on text position [Taiga #4010 ](https://tree.taiga.io/project/penpot/issue/4010 )
2022-08-30 03:41:15 -05:00
- Fix objects jitter while scrolling [Github #2167 ](https://github.com/penpot/penpot/issues/2167 )
2022-08-30 05:34:29 -05:00
- Fix on color-picker, click+drag adds lots of recent colors [Taiga #4013 ](https://tree.taiga.io/project/penpot/issue/4013 )
2022-08-30 10:51:41 -05:00
- Fix opening profile URL while signed out takes to "your account" section[Taiga #3976 ](https://tree.taiga.io/project/penpot/issue/3976)
2022-08-29 05:27:43 -05:00
2022-07-12 04:56:35 -05:00
## 1.15.0-beta
2022-02-16 08:01:00 -05:00
2022-06-30 08:11:41 -05:00
### :boom: Breaking changes & Deprecations
- The `PENPOT_LOGIN_WITH_LDAP` environment variable is finally removed (after
many version with deprecation). It is replaced with the
`enable-login-with-ldap` flag.
- The `PENPOT_LDAP_ATTRS_PHOTO` finally removed, it was unused for many
versions.
- If you are using social login (google, github, gitlab or generic OIDC) you
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
will need to ensure to add the following flags respectively to let them
2022-06-30 08:11:41 -05:00
enabled: `enable-login-with-google` , `enable-login-with-github` ,
`enable-login-with-gitlab` and `enable-login-with-oidc` . If not, they will
remain disabled after application start independently if you set the client-id
and client-sectet options.
- The `PENPOT_REGISTRATION_ENABLED` is finally removed in favour of
`<enable|disable>-registration` flag.
- The OIDC providers are now initialized synchronously, and if you are using the
discovery mechanism of the generic OIDC integration, the start time of the
application will depend on how fast the OIDC provider responds to the
discovery http request.
2022-06-06 08:26:40 -05:00
### :sparkles: New features
2022-06-07 08:49:49 -05:00
2022-07-28 02:30:17 -05:00
- Add some cosmetic changes in viewer mode [Taiga #3688 ](https://tree.taiga.io/project/penpot/us/3688 )
2022-06-14 11:03:20 -05:00
- Allow for nested and rotated boards inside other boards and groups [Taiga #2874 ](https://tree.taiga.io/project/penpot/us/2874?milestone=319982 )
2022-06-21 02:30:54 -05:00
- View mode improvements to enable access and use in different conditions [Taiga #3023 ](https://tree.taiga.io/project/penpot/us/3023 )
2022-06-22 11:16:34 -05:00
- Improved share link options. Now you can allow non-team members to comment and/or inspect [Taiga #3056 ] (https://tree.taiga.io/project/penpot/us/3056)
2022-06-29 01:26:40 -05:00
- Signin/Signup from shared link [Taiga #3472 ](https://tree.taiga.io/project/penpot/us/3472 )
2022-07-07 04:48:41 -05:00
- Support for import/export binary format [Taiga #2991 ](https://tree.taiga.io/project/penpot/us/2991 )
2022-08-02 05:57:58 -05:00
- Comments positioning [Taiga #2007 ](https://tree.taiga.io/project/penpot/us/2007 )
- Select all inside a group select only the objects at this group level [Taiga #2382 ](https://tree.taiga.io/project/penpot/issue/2382 )
2022-08-10 05:08:31 -05:00
- Make the media maximum upload size configurable
2022-06-07 08:49:49 -05:00
2022-06-06 08:26:40 -05:00
### :bug: Bugs fixed
2022-07-12 02:50:27 -05:00
2022-08-25 02:11:00 -05:00
- Fix viewer scroll problems [Taiga 3403 ](https://tree.taiga.io/project/penpot/issue/3403 )
2022-08-19 05:07:11 -05:00
- Fix hide html options on handoff [Taiga 3533 ](https://tree.taiga.io/project/penpot/issue/3533 )
2022-08-19 04:52:17 -05:00
- Fix share prototypes overlay and stroke [Taiga #3994 ](https://tree.taiga.io/project/penpot/issue/3994 )
- Fix border radious on boolean operations [Taiga #3959 ](https://tree.taiga.io/project/penpot/issue/3959 )
2022-08-12 07:26:05 -05:00
- Fix inconsistent representation of rectangles [Taiga #3977 ](https://tree.taiga.io/project/penpot/issue/3977 )
2022-08-09 05:07:16 -05:00
- Fix recent fonts info [Taiga #3953 ](https://tree.taiga.io/project/penpot/issue/3953 )
2022-08-03 05:48:48 -05:00
- Fix clipped elements affect boards and centering [Taiga #3666 ](https://tree.taiga.io/project/penpot/issue/3666 )
2022-08-03 02:23:36 -05:00
- Fix intro action in multi input [Taiga #3541 ](https://tree.taiga.io/project/penpot/issue/3541 )
2022-08-02 01:30:07 -05:00
- Fix team default image [Taiga #3919 ](https://tree.taiga.io/project/penpot/issue/3919 )
2022-07-13 07:35:04 -05:00
- Fix problem with group coordinates [#2008 ](https://github.com/penpot/penpot/issues/2008 )
2022-07-13 15:13:26 -05:00
- Fix problem with line-height and texts [Taiga #3578 ](https://tree.taiga.io/project/penpot/issue/3578 )
2022-07-14 06:17:52 -05:00
- Fix moving frame-guides outside frames [Taiga #3839 ](https://tree.taiga.io/project/penpot/issue/3839 )
2022-07-14 08:01:39 -05:00
- Fix problem with 180 degree rotations [#2082 ](https://github.com/penpot/penpot/issues/2082 )
2022-07-14 02:56:33 -05:00
- Fix font rendering on grid thumbnails [Taiga #3473 ](https://tree.taiga.io/project/penpot/issue/3473 )
2022-08-02 03:22:08 -05:00
- Fix Drag and drop font assets in groups [Taiga #3763 ](https://tree.taiga.io/project/penpot/issue/3763 )
- Fix copy and paste layers order [Taiga #1617 ](https://tree.taiga.io/project/penpot/issue/1617 )
2022-08-03 02:26:29 -05:00
- Fix unexpected removal of guides on copy& paste frames [Taiga #3887 ](https://tree.taiga.io/project/penpot/issue/3887 ) by @andrewzhurov
- Fix props preserving on copy& paste texts [Taiga #3629 ](https://tree.taiga.io/project/penpot/issue/3629 ) by @andrewzhurov
2022-07-30 04:15:01 -05:00
- Fix unexpected layers ungrouping on moving it [Taiga #3932 ](https://tree.taiga.io/project/penpot/issue/3932 ) by @andrewzhurov
2022-08-09 12:35:01 -05:00
- Fix unexpected exception and behavior on colorpicker with gradients [Taiga #3448 ](https://tree.taiga.io/project/penpot/issue/3448 )
2022-08-23 10:24:58 -05:00
- Fix multiselection with shift not working inside a library group [Taiga #3532 ](https://tree.taiga.io/project/penpot/issue/3532 )
2022-08-24 02:39:39 -05:00
- Fix drag and drop graphic assets in groups [Taiga #4002 ](https://tree.taiga.io/project/penpot/issue/4002 )
2022-08-25 10:02:06 -05:00
- Fix bringing complete file data when launching the export dialog [Taiga #4006 ](https://tree.taiga.io/project/penpot/issue/4006 )
2022-07-12 02:50:27 -05:00
2022-06-06 08:26:40 -05:00
### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!)
2022-06-28 00:33:29 -05:00
## 1.14.2-beta
### :bug: Bugs fixed
2022-06-30 05:21:18 -05:00
- Fix colors from unlinked libs in color selected widget [Taiga #3712 ](https://tree.taiga.io/project/penpot/issue/3712 )
2022-06-28 00:33:29 -05:00
- Fix fill information not complete when paste plain text [Taiga #3680 ](https://tree.taiga.io/project/penpot/issue/3680 )
2022-06-29 01:22:50 -05:00
- Fix problem when resizing groups [Taiga #3702 ](https://tree.taiga.io/project/penpot/issue/3702 )
2022-07-06 01:13:29 -05:00
- Fix issues on typographies assets grouping [#2073 ](https://github.com/penpot/penpot/issues/2073 )
2022-07-13 04:02:33 -05:00
- Fix text positioning inconsistencies between browsers
2022-06-28 00:33:29 -05:00
2022-06-21 03:45:26 -05:00
## 1.14.1-beta
### :bug: Bugs fixed
2022-06-24 02:55:29 -05:00
- Fix shortcut access in main menu [Taiga #3672 ](https://tree.taiga.io/project/penpot/issue/3672 )
2022-06-23 08:07:40 -05:00
- Fix modify colors in a row in selected colors [Taiga #3653 ](https://tree.taiga.io/project/penpot/issue/3653 )
2022-06-21 03:45:26 -05:00
- Fix crash when double click on viewer assets [Taiga #3625 ](https://tree.taiga.io/project/penpot/issue/3625 )
2022-06-22 02:08:22 -05:00
- Fix right click on typographies assets [Taiga #3638 ](https://tree.taiga.io/project/penpot/issue/3638 )
2022-06-21 03:45:26 -05:00
2022-06-06 08:26:40 -05:00
## 1.14.0-beta
2022-03-22 06:58:33 -05:00
### :sparkles: New features
2022-03-15 05:02:13 -05:00
2022-05-05 02:13:22 -05:00
- Added shortcut panel in workspace [Taiga #36 ](https://tree.taiga.io/project/penpot/us/36 )
2022-03-15 05:02:13 -05:00
- Added selected colors widget in right sidebar [Taiga #2485 ](https://tree.taiga.io/project/penpot/us/2485 )
2022-05-05 02:13:22 -05:00
- Added fixed elements when scrolling [Taiga #1533 ](https://tree.taiga.io/project/penpot/us/1533 )
2022-04-28 10:04:44 -05:00
- Multiple team invitations on onboarding [Taiga #3084 ](https://tree.taiga.io/project/penpot/us/3084 )
2022-06-03 03:41:50 -05:00
- Change text properties position at the sidebar [Taiga #3047 ](https://tree.taiga.io/project/penpot/us/3047 )
2022-06-13 03:16:10 -05:00
- Group assets by drag and drop [Taiga #2831 ](https://tree.taiga.io/project/penpot/us/2831 )
2022-06-16 10:16:33 -05:00
- Navigate to the original link after log in [Taiga #3624 ](https://tree.taiga.io/project/penpot/issue/3624 )
2022-03-15 05:02:13 -05:00
2022-03-22 06:58:33 -05:00
### :bug: Bugs fixed
2022-06-21 03:45:26 -05:00
2022-05-23 09:41:26 -05:00
- Fix menu file not accessible in certain conditions [Taiga #3385 ](https://tree.taiga.io/project/penpot/issue/3385 )
2022-05-24 05:08:41 -05:00
- Remove deprecated menu options [Taiga #3333 ](https://tree.taiga.io/project/penpot/issue/3333 )
2022-05-24 06:00:33 -05:00
- Prototype connection should be under the rules [Taiga #3384 ](https://tree.taiga.io/project/penpot/issue/3384 )
2022-06-20 04:29:52 -05:00
- Fix problem with empty text boxes events [Taiga #3627 ](https://tree.taiga.io/project/penpot/issue/3627 )
2022-05-23 09:41:26 -05:00
2022-06-08 03:52:18 -05:00
## 1.13.5-beta
### :bug: Bugs fixed
- Fix orientation artboard preset not working with differently sized artboards [Taiga #3548 ](https://tree.taiga.io/project/penpot/issue/3548 )
2022-06-10 03:27:53 -05:00
- Fix background on export arboards [Taiga #1991 ](https://tree.taiga.io/project/penpot/issue/1991 )
2022-06-08 03:52:18 -05:00
2022-06-02 15:53:50 -05:00
## 1.13.4-beta
### :bug: Bugs fixed
- Fix undo when drawing curves [Taiga #3523 ](https://tree.taiga.io/project/penpot/issue/3523 )
- Fix issue with text edition and certain fonts (WorkSans, Raleway, ...) and foreign objects [Taiga #3521 ](https://tree.taiga.io/project/penpot/issue/3521 )
- Fix thumbnail generation when concurrent edition [Taiga #3522 ](https://tree.taiga.io/project/penpot/issue/3522 )
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
- Fix environment import for exporter in Docker
2022-06-06 08:22:23 -05:00
- Fix auto scroll layers in Firefox [Taiga #3531 ](https://tree.taiga.io/project/penpot/issue/3531 )
- Fix base background not visible for imported SVG
2022-06-02 15:53:50 -05:00
2022-06-01 03:41:08 -05:00
## 1.13.3-beta
### :bug: Bugs fixed
- Fix docker dependencies
- Sets invitations expirations to 7 days
- Add safety measure for text positions
- Fix old texts with opacity and no fill
- Remove default font on team change
- Fix github auth without name
- Fix problems with font loading in Firefox 95
2022-05-27 03:29:39 -05:00
## 1.13.2-beta
### :bug: Bugs fixed
- Improved performance when out of focus mode
- Improved performance for thumbnail generation
- Fix problem with out of sync thumbnails
2022-05-25 02:25:51 -05:00
## 1.13.1-beta
### :bug: Bugs fixed
- Fix problem with text positioning
- Fix issue with thumbnail generation before fonts loading
- Fix unable to hide artboards
2022-05-25 14:45:21 -05:00
- Fix problem with fonts cache causing hanging in certain pages
2022-03-22 12:27:06 -05:00
2022-03-22 06:58:33 -05:00
## 1.13.0-beta
2022-02-16 08:01:00 -05:00
### :boom: Breaking changes
2022-03-18 10:16:33 -05:00
- We've changed the behaviour of the border-radius so it works as CSS that [has some limits ](https://www.w3.org/TR/css-backgrounds-3/#corner-overlap ).
2022-05-03 02:49:37 -05:00
- Now exported text are SVG's native `text` tag instead of paths. This could break when opening the file depending on your engine. Some SVG's may require fonts to be installed at system level.
2022-03-18 10:16:33 -05:00
2022-02-16 08:01:00 -05:00
### :sparkles: New features
2022-02-18 08:31:55 -05:00
2022-04-25 10:13:15 -05:00
- Search and filter layers [Taiga #2564 ](https://tree.taiga.io/project/penpot/us/2564 )
2022-03-18 08:00:10 -05:00
- Exporting big files flow [Taiga #2218 ](https://tree.taiga.io/project/penpot/us/2218 )
- Multiexport from main menu [Taiga #520 ](https://tree.taiga.io/project/penpot/us/28541 )
2022-03-29 09:17:15 -05:00
- Multiexport assets (aka bulk export) [Taiga #520 ](https://tree.taiga.io/project/penpot/us/520 )
2022-03-14 03:48:52 -05:00
- Set the artboard layer fixed at the top side of the layers [Taiga #2636 ](https://tree.taiga.io/project/penpot/us/2636 )
2022-03-04 09:36:17 -05:00
- Set an artboard as the file thumbnail [Taiga #1526 ](https://tree.taiga.io/project/penpot/us/1526 )
2022-03-03 08:44:16 -05:00
- Social login redesign [Taiga #2974 ](https://tree.taiga.io/project/penpot/task/2974 )
2022-05-03 02:49:37 -05:00
- Add border radius to artboards [Taiga #2056 ](https://tree.taiga.io/project/penpot/us/2056 )
2022-02-23 15:09:10 -05:00
- Allow send multiple team invitations at once [Taiga #2798 ](https://tree.taiga.io/project/penpot/us/2798 )
2022-03-01 07:56:02 -05:00
- Persist color palette and color picker across refresh [Taiga #1660 ](https://tree.taiga.io/project/penpot/issue/1660 )
2022-02-17 09:19:36 -05:00
- Ability to add multiple strokes to a shape [Taiga #2778 ](https://tree.taiga.io/project/penpot/us/2778 )
2022-02-22 11:34:51 -05:00
- Scroll to selected size in font size selector [Taiga #2825 ](https://tree.taiga.io/project/penpot/us/2825 )
2022-02-22 04:52:58 -05:00
- Add new invitations section [Taiga #2797 ](https://tree.taiga.io/project/penpot/us/2797 )
- Ability to add multiple fills to a shape [Taiga #1394 ](https://tree.taiga.io/project/penpot/us/1394 )
- Team members redesign [Taiga #2283 ](https://tree.taiga.io/project/penpot/us/2283 )
2022-02-23 10:30:01 -05:00
- New focus mode in workspace [Taiga #2748 ](https://tree.taiga.io/project/penpot/us/2748 )
2022-02-24 12:11:12 -05:00
- Changed text shapes to be displayed as natives SVG text elements [Taiga #2759 ](https://tree.taiga.io/project/penpot/us/2759 )
- Texts now can have strokes, multiple fills and can be used as masks
2022-05-03 02:49:37 -05:00
- Add the ability to specify the attribute for retrieve the email on OIDC integration [#1460 ](https://github.com/penpot/penpot/issues/1460 )
2022-03-10 07:16:01 -05:00
- Allow registration with invitation token when registration is disabled
- Add the ability to disable standard, password login [Taiga #2999 ](https://tree.taiga.io/project/penpot/us/2999 )
2022-03-21 16:58:37 -05:00
- Don't stop SVG import when an image cannot be imported [#1531 ](https://github.com/penpot/penpot/issues/1531 )
2022-04-11 05:03:07 -05:00
- Show Penpot color in Safari tab bar [#1803 ](https://github.com/penpot/penpot/issues/1803 )
2022-05-03 02:49:37 -05:00
- Added option to disable snap to pixel and improved behaviour for sub-pixel drawing [#2552 ](https://tree.taiga.io/project/penpot/us/2552 )
- Delete guides while supr on hover [#2823 ](https://tree.taiga.io/project/penpot/us/2823 )
- Opt-in subscription on on-premise instances [#2772 ](https://tree.taiga.io/project/penpot/us/2772 )
- Optimizations in frame thumbnails [#3147 ](https://tree.taiga.io/project/penpot/us/3147 )
2022-02-18 08:31:55 -05:00
2022-02-23 03:33:34 -05:00
### :bug: Bugs fixed
2022-03-22 03:36:19 -05:00
2022-05-17 05:35:35 -05:00
- Fix typo in viewer comment section [Taiga #3401 ](https://tree.taiga.io/project/penpot/issue/3401 )
2022-05-05 06:45:55 -05:00
- Do not show team-up modal for users already on a team [Taiga #3311 ](https://tree.taiga.io/project/penpot/issue/3311 )
2022-05-03 02:49:37 -05:00
- Constraints are not well assigned when default and multiselection [Taiga #3069 ](https://tree.taiga.io/project/penpot/issue/3069 )
- Duplicate artboards create new flows if needed [Taiga #2221 ](https://tree.taiga.io/project/penpot/issue/2221 )
2022-04-19 12:29:11 -05:00
- Round the size values on handoff to two decimals [Taiga #3227 ](https://tree.taiga.io/project/penpot/issue/3227 )
2022-05-03 02:49:37 -05:00
- Fix paste shapes while editing text [Taiga #2396 ](https://tree.taiga.io/project/penpot/issue/2396 )
2022-04-19 12:29:11 -05:00
- Round the size values on handoff to two decimals [Taiga #3227 ](https://tree.taiga.io/project/penpot/issue/3227 )
2022-04-26 00:42:47 -05:00
- Fix blend modes ignored in component updates [Taiga #2626 ](https://tree.taiga.io/project/penpot/issue/2626 )
2022-04-21 06:12:39 -05:00
- Fix internal error when hoverin over shape [Taiga #3237 ](https://tree.taiga.io/project/penpot/issue/3237 )
2022-04-21 06:20:06 -05:00
- Fix mouse leave in handoff close overlay animation breaks [Taiga #3173 ](https://tree.taiga.io/project/penpot/issue/3173 )
2022-04-21 00:10:44 -05:00
- Fix different behaviour during image drag [Taiga #2279 ](https://tree.taiga.io/project/penpot/issue/2279 )
2022-04-08 02:13:43 -05:00
- Fix hidden file name on import [Taiga #3172 ](https://tree.taiga.io/project/penpot/issue/3172 )
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
- Fix unnecessary scrollbars at the color list [Taiga #3211 ](https://tree.taiga.io/project/penpot/issue/3211 )
2022-04-07 15:12:53 -05:00
- "Show in exports" is showing in multiselections [Taiga #3194 ](https://tree.taiga.io/project/penpot/issue/3194 )
2022-04-05 00:48:10 -05:00
- Edit file name navigates to the file workspace [Taiga #3183 ](https://tree.taiga.io/project/penpot/issue/3183 )
2022-04-04 05:25:27 -05:00
- Fix scroll into view behind fixed element [Taiga #3170 ](https://tree.taiga.io/project/penpot/issue/3170 )
2022-04-05 03:35:26 -05:00
- Fix sidebar icon in viewer mode [Taiga #3184 ](https://tree.taiga.io/project/penpot/issue/3184 )
2022-04-04 10:15:23 -05:00
- Fix send to back several shapes at a time [Taiga #3077 ](https://tree.taiga.io/project/penpot/issue/3077 )
2022-03-31 03:25:15 -05:00
- Fix duplicate multi selected elements [Taiga #3155 ](https://tree.taiga.io/project/penpot/issue/3155 )
2022-03-31 09:42:52 -05:00
- Fix add fills to artboard modify children [Taiga #3151 ](https://tree.taiga.io/project/penpot/issue/3151 )
2022-03-30 04:23:27 -05:00
- Avoid numeric inputs to allow big numbers [Taiga #2858 ](https://tree.taiga.io/project/penpot/issue/2858 )
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
- Fix component context menu size [Taiga #2480 ](https://tree.taiga.io/project/penpot/issue/2480 )
2022-03-29 02:47:02 -05:00
- Add shadow to artboard make it lose the fill [Taiga #3139 ](https://tree.taiga.io/project/penpot/issue/3139 )
2022-03-28 10:54:32 -05:00
- Avoid numeric inputs to change its value without focusing them [Taiga #3140 ](https://tree.taiga.io/project/penpot/issue/3140 )
2022-03-28 10:06:37 -05:00
- Fix comments modal when changing pages [Taiga #2597 ](https://tree.taiga.io/project/penpot/issue/2508 )
2022-03-25 02:21:30 -05:00
- Copy paste inside a text layer leaves pasted text transparent [Taiga #3096 ](https://tree.taiga.io/project/penpot/issue/3096 )
2022-03-23 07:36:31 -05:00
- On dashboard enter on empty search refresh the page [Taiga #2597 ](https://tree.taiga.io/project/penpot/issue/2597 )
2022-03-22 13:50:20 -05:00
- Pencil cursor changes when activated [Taiga #2276 ](https://tree.taiga.io/project/penpot/issue/2276 )
2022-03-22 03:50:18 -05:00
- Fix icon placement in Mixed message [Taiga #3037 ](https://tree.taiga.io/project/penpot/issue/3037 )
2022-03-22 03:36:19 -05:00
- Fix scroll in comment section [Taiga #3068 ](https://tree.taiga.io/project/penpot/issue/3068 )
2022-03-21 12:34:51 -05:00
- Remove a decimal sets value to 0 [Taiga #3059 ](https://tree.taiga.io/project/penpot/issue/3054 )
2022-03-16 03:17:04 -05:00
- Go to style library file to edit in a new tab [Taiga #2639 ](https://tree.taiga.io/project/penpot/issue/2639 )
2022-03-17 04:33:11 -05:00
- Inner shadow with border not working properly [Taiga #2883 ](https://tree.taiga.io/project/penpot/issue/2883 )
2022-03-10 06:59:17 -05:00
- Fix ellipsis in long page names [Taiga #2962 ](https://tree.taiga.io/project/penpot/issue/2962 )
2022-02-23 11:13:09 -05:00
- Fix color palette animation [Taiga #2852 ](https://tree.taiga.io/project/penpot/issue/2852 )
2022-02-23 03:33:34 -05:00
- Fix display code icon on preview hover [Taiga #2838 ](https://tree.taiga.io/project/penpot/us/2838 )
2022-03-16 15:51:02 -05:00
- Fix crash on iOS when displaying viewer [#1522 ](https://github.com/penpot/penpot/issues/1522 )
2022-03-17 09:12:05 -05:00
- Fix problem when importing a SVG with text [#1532 ](https://github.com/penpot/penpot/issues/1532 )
2022-03-17 09:12:16 -05:00
- Fix problem when adding shadows to imported text [#Taiga 3057 ](https://tree.taiga.io/project/penpot/issue/3057 )
2022-03-17 10:21:00 -05:00
- Fix problem when importing SVG's with uses with overriding properties [#Taiga 2884 ](https://tree.taiga.io/project/penpot/issue/2884 )
2022-03-18 10:16:33 -05:00
- Fix inconsistency with radius in SVG an CSS [#1587 ](https://github.com/penpot/penpot/issues/1587 )
2022-03-21 15:57:00 -05:00
- Fix clickable area in layers [#1680 ](https://github.com/penpot/penpot/issues/1680 )
2022-03-22 13:29:23 -05:00
- Fix problems with trackpad zoom and scroll in MacOS [#1161 ](https://github.com/penpot/penpot/issues/1161 )
2022-03-23 08:20:54 -05:00
- Fix problem with copy/paste in Safari [#1209 ](https://github.com/penpot/penpot/issues/1209 )
2022-03-23 09:11:55 -05:00
- Fix paste ordering for frames not being respected [Taiga #3097 ](https://tree.taiga.io/project/penpot/issue/3097 )
2022-03-24 08:45:52 -05:00
- Improved command support for MacOS [Taiga #2789 ](https://tree.taiga.io/project/penpot/issue/2789 )
2022-03-24 10:56:01 -05:00
- Fix shift+2 shortcut in MacOS with non-english keyboards [Taiga #3038 ](https://tree.taiga.io/project/penpot/issue/3038 )
2022-03-28 09:32:56 -05:00
- Some fixes to SVG imports [Taiga #3122 ](https://tree.taiga.io/project/penpot/issue/3122 ) [#1720 ](https://github.com/penpot/penpot/issues/1720 ) [Taiga #2884 ](https://tree.taiga.io/project/penpot/issue/2884 )
2022-03-28 10:19:28 -05:00
- Fix drag guides to delete target area [#1679 ](https://github.com/penpot/penpot/issues/1679 )
2022-03-29 07:03:30 -05:00
- Fix undo when rotating groups [Taiga #3136 ](https://tree.taiga.io/project/penpot/issue/3136 )
2022-03-29 09:17:15 -05:00
- Fix component name in sidebar widget [Taiga #3144 ](https://tree.taiga.io/project/penpot/issue/3144 )
2022-04-04 04:23:45 -05:00
- Fix resize rotated shape with top& down constraints [Taiga #3167 ](https://tree.taiga.io/project/penpot/issue/3167 )
2022-04-06 02:16:22 -05:00
- Fix multi user not working [Taiga #3195 ](https://tree.taiga.io/project/penpot/issue/3195 )
2022-04-22 09:01:50 -05:00
- Fix guides are not duplicated with the artboard [Taiga #3072 ](https://tree.taiga.io/project/penpot/issue/3072 )
2022-04-27 09:53:58 -05:00
- Fix problem when changing group size with decimal values [Taiga #3203 ](https://tree.taiga.io/project/penpot/issue/3203 )
2022-04-28 04:36:17 -05:00
- Fix error when drawing curves with only one point [Taiga #3282 ](https://tree.taiga.io/project/penpot/issue/3282 )
2022-04-28 06:12:31 -05:00
- Fix issue with paste ordering sometimes not being respected [Taiga #3268 ](https://tree.taiga.io/project/penpot/issue/3268 )
2022-04-28 07:24:07 -05:00
- Fix problem when export/importing guides attached to frame [#1838 ](https://github.com/penpot/penpot/issues/1838 )
2022-04-28 08:30:22 -05:00
- Fix problem when resizing a group with texts with auto-width/height [#3171 ](https://tree.taiga.io/project/penpot/issue/3171 )
2022-02-23 03:33:34 -05:00
2022-02-16 08:01:00 -05:00
### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!)
2022-03-16 15:51:02 -05:00
## 1.12.4-beta
### :bug: Bugs fixed
- Fix crash on iOS when displaying viewer [#1522 ](https://github.com/penpot/penpot/issues/1522 )
2022-03-22 13:29:23 -05:00
- Fix problems with trackpad zoom and scroll in MacOS [#1161 ](https://github.com/penpot/penpot/issues/1161 )
2022-03-23 08:20:54 -05:00
- Fix problem with copy/paste in Safari [#1209 ](https://github.com/penpot/penpot/issues/1209 )
2022-03-24 08:45:52 -05:00
- Improved command support for MacOS [Taiga #2789 ](https://tree.taiga.io/project/penpot/issue/2789 )
2022-03-24 10:56:01 -05:00
- Fix shift+2 shortcut in MacOS with non-english keyboards [Taiga #3038 ](https://tree.taiga.io/project/penpot/issue/3038 )
2022-03-16 15:51:02 -05:00
2022-03-30 06:00:22 -05:00
## 1.12.3-beta
### :bug: Bugs fixed
- Fix issue with shift+select to deselect shapes [Taiga #3154 ](https://tree.taiga.io/project/penpot/issue/3154 )
2022-03-31 04:03:14 -05:00
- Fix issue with drag-select shapes [Taiga #3165 ](https://tree.taiga.io/project/penpot/issue/3165 )
2022-04-04 16:46:42 -05:00
- Fix issue on password persistence after registration process on private instances
2022-03-30 06:00:22 -05:00
2022-03-11 09:29:30 -05:00
## 1.12.2-beta
### :bug: Bugs fixed
- Fix issue with guides over shape handlers [Taiga #3032 ](https://tree.taiga.io/project/penpot/issue/3032 )
2022-03-11 09:30:07 -05:00
- Fix problem with shift+ctrl+click to select [#1671 ](https://github.com/penpot/penpot/issues/1671 )
2022-03-10 06:59:17 -05:00
- Fix ellipsis in long page names [Taiga #2962 ](https://tree.taiga.io/project/penpot/issue/2962 )
2022-02-16 08:01:00 -05:00
2022-03-02 06:01:47 -05:00
## 1.12.1-beta
### :bug: Bugs fixed
- Fix length of names in sidebar [Taiga #2962 ](https://tree.taiga.io/project/penpot/issue/2962 )
2022-03-06 10:14:36 -05:00
- Fix issues on loki integration
2022-03-02 06:01:47 -05:00
2022-02-16 08:00:25 -05:00
## 1.12.0-beta
2021-02-04 10:27:54 -05:00
2022-01-26 06:16:50 -05:00
### :boom: Breaking changes
2021-11-11 07:25:51 -05:00
### :sparkles: New features
2022-02-14 03:46:59 -05:00
2022-02-23 03:31:23 -05:00
- Open feedback in a new window [Taiga #2901 ](https://tree.taiga.io/project/penpot/us/2901 )
2022-02-22 05:02:04 -05:00
- Improve usage of file menu [Taiga #2853 ](https://tree.taiga.io/project/penpot/us/2853 )
2022-02-10 04:47:13 -05:00
- Rotation to snap to 15º intervals with shift [Taiga #2437 ](https://tree.taiga.io/project/penpot/issue/2437 )
2022-01-28 07:39:17 -05:00
- Support border radius and stroke properties for images [Taiga #497 ](https://tree.taiga.io/project/penpot/us/497 )
2022-02-04 03:28:23 -05:00
- Disallow using same password as user email [Taiga #2454 ](https://tree.taiga.io/project/penpot/us/2454 )
2022-02-04 04:32:37 -05:00
- Add configurable nudge amount [Taiga #910 ](https://tree.taiga.io/project/penpot/us/910 )
2022-01-28 07:39:17 -05:00
- Add stroke properties for image shapes [Taiga #497 ](https://tree.taiga.io/project/penpot/us/497 )
2022-02-01 09:37:22 -05:00
- On user settings, hide the theme selector as long as we only have one theme [Taiga #2610 ](https://tree.taiga.io/project/penpot/us/2610 )
2022-02-02 03:10:59 -05:00
- Automatically open comments from dashboard notifications [Taiga #2605 ](https://tree.taiga.io/project/penpot/us/2605 )
2022-02-02 12:55:33 -05:00
- Enhance the behaviour of the artboards list on view mode [Taiga #2634 ](https://tree.taiga.io/project/penpot/us/2634 )
2022-02-01 06:55:51 -05:00
- Add recent used fonts in font selection widget [Taiga #1381 ](https://tree.taiga.io/project/penpot/us/1381 )
2022-01-28 05:40:22 -05:00
- Allow to align items relative to groups [Taiga #2533 ](https://tree.taiga.io/project/penpot/us/2533 )
- Scroll bars [Taiga #2550 ](https://tree.taiga.io/project/penpot/task/2550 )
- Add select layer option to context menu [Taiga #2474 ](https://tree.taiga.io/project/penpot/us/2474 )
- Guides [Taiga #290 ](https://tree.taiga.io/project/penpot/us/290 )
- Improve file menu by adding semantically groups [Github #1203 ](https://github.com/penpot/penpot/issues/1203 )
- Add update components in bulk option in context menu [Taiga #1975 ](https://tree.taiga.io/project/penpot/us/1975 )
- Create first E2E tests [Taiga #2608 ](https://tree.taiga.io/project/penpot/task/2608 ), [Taiga #2608 ](https://tree.taiga.io/project/penpot/task/2608 )
2022-02-02 12:08:47 -05:00
- Redesign of workspace toolbars [Taiga #2319 ](https://tree.taiga.io/project/penpot/us/2319 )
2022-02-07 09:05:38 -05:00
- Graphic Tablet usability improvements [Taiga #1913 ](https://tree.taiga.io/project/penpot/us/1913 )
2022-02-09 05:11:45 -05:00
- Improved mouse collision detection for groups and text shapes [Taiga #2452 ](https://tree.taiga.io/project/penpot/us/2452 ), [Taiga #2453 ](https://tree.taiga.io/project/penpot/us/2453 )
2022-02-12 06:14:55 -05:00
- Add support for alternative S3 storage providers and all aws regions [#1267 ](https://github.com/penpot/penpot/issues/1267 )
2022-01-24 08:53:47 -05:00
2022-01-26 06:16:50 -05:00
### :bug: Bugs fixed
2022-02-07 03:45:36 -05:00
2022-02-14 03:46:59 -05:00
- Fixed ungroup typography when editing it [Taiga #2391 ](https://tree.taiga.io/project/penpot/issue/2391 )
2022-02-09 10:08:55 -05:00
- Fixed error when trying to post an empty comment [Taiga #2603 ](https://tree.taiga.io/project/penpot/issue/2603 )
2022-02-09 03:11:35 -05:00
- Fixed missing translation strings [Taiga #2786 ](https://tree.taiga.io/project/penpot/issue/2786 )
2022-02-08 06:08:09 -05:00
- Fixed color palette outside viewport [Taiga #2715 ](https://tree.taiga.io/project/penpot/issue/2715 )
2022-02-08 08:10:11 -05:00
- Fixed missing translate string [Taiga #2780 ](https://tree.taiga.io/project/penpot/issue/2780 )
2022-02-07 03:45:36 -05:00
- Fixed handoff shadow type text [Taiga #2717 ](https://tree.taiga.io/project/penpot/issue/2717 )
2022-02-16 08:58:53 -05:00
- Fixed components get "dirty" marker when moved [Taiga #2764 ](https://tree.taiga.io/project/penpot/issue/2764 )
2022-02-16 10:04:18 -05:00
- Fixed cannot align objects in a group that is not part of a frame [Taiga #2762 ](https://tree.taiga.io/project/penpot/issue/2762 )
2022-02-21 10:56:41 -05:00
- Fix problem with double click on exit path editing [Taiga #2906 ](https://tree.taiga.io/project/penpot/issue/2906 )
2022-02-21 07:17:46 -05:00
- Fixed alignment of layers with children [Taiga #2862 ](https://tree.taiga.io/project/penpot/issue/2862 )
2022-02-09 09:07:05 -05:00
2022-01-26 06:16:50 -05:00
### :heart: Community contributions by (Thank you!)
2022-02-09 09:07:05 -05:00
- Cleanup unused static images (by @rhcarvalho ) [#1561 ](https://github.com/penpot/penpot/pull/1561 )
2022-02-09 09:16:19 -05:00
- Compress static images to save space (by @rhcarvalho ) [#1562 ](https://github.com/penpot/penpot/pull/1562 )
2022-02-09 09:07:05 -05:00
2022-02-14 06:42:35 -05:00
## 1.11.2-beta
### :bug: Bugs fixed
2022-02-14 06:46:27 -05:00
- Fix issue on handling empty content on boolean shapes
2022-02-15 05:13:16 -05:00
- Fix race condition issue on component renaming
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
- Handle EOF errors on writing streamed response
2022-02-14 06:46:27 -05:00
- Handle EOF errors on websocket send/ping methods
- Disable parallel upload of file media on import (causes too much
contention on the rlimit subsistem that does not works as expected
on high load).
### :sparkles: New features
- Add health check endpoint on API
- Increase default max connection pool size to 60
- Reduce resource usage of the error reporter.
2022-02-14 06:42:35 -05:00
2022-02-07 17:26:21 -05:00
## 1.11.1-beta
### :bug: Bugs fixed
- Fix issue related to default http host config value.
- Fix issue on rendering frames on firefox.
### :arrow_up: Deps updates
- Update nodejs version to 16.13.1 on docker images.
2022-01-24 08:53:47 -05:00
## 1.11.0-beta
### :sparkles: New features
2022-01-28 05:36:47 -05:00
- Add an option to hide artboards names on the viewport [Taiga #2034 ](https://tree.taiga.io/project/penpot/issue/2034 )
- Limit pasted object position to container boundaries [Taiga #2449 ](https://tree.taiga.io/project/penpot/us/2449 )
- Add new options for zoom widget in workspace and viewer mode [Taiga #896 ](https://tree.taiga.io/project/penpot/us/896 )
- Allow decimals on stroke width and positions [Taiga #2035 ](https://tree.taiga.io/project/penpot/issue/2035 )
- Ability to ignore background when exporting an artboard [Taiga #1395 ](https://tree.taiga.io/project/penpot/us/1395 )
- Show color hex or name on hover [Taiga #2413 ](https://tree.taiga.io/project/penpot/us/2413 )
- Add shortcut to create artboard from selected objects [Taiga #2412 ](https://tree.taiga.io/project/penpot/us/2412 )
- Add shortcut for opacity [Taiga #2442 ](https://tree.taiga.io/project/penpot/us/2442 )
- Setting fill automatically for new texts [Taiga #2441 ](https://tree.taiga.io/project/penpot/us/2441 )
- Add shortcut to move action [Github #1213 ](https://github.com/penpot/penpot/issues/1213 )
- Add alt as mod key to add stroke color from library menu [Taiga #2207 ](https://tree.taiga.io/project/penpot/us/2207 )
- Add detach in bulk option to context menu [Taiga #2210 ](https://tree.taiga.io/project/penpot/us/2210 )
- Add penpot look and feel to multiuser cursors [Taiga #1387 ](https://tree.taiga.io/project/penpot/us/1387 )
- Add actions to go to main component context menu option [Taiga #2053 ](https://tree.taiga.io/project/penpot/us/2053 )
- Add contrast between component select color and shape select color [Taiga #2121 ](https://tree.taiga.io/project/penpot/issue/2121 )
- Add animations in interactions [Taiga #2244 ](https://tree.taiga.io/project/penpot/us/2244 )
2022-02-01 09:06:40 -05:00
- Add performance improvements on .penpot file import process [Taiga #2497 ](https://tree.taiga.io/project/penpot/us/2497 )
- On team settings set color of members count to black [Taiga #2607 ](https://tree.taiga.io/project/penpot/us/2607 )
2021-11-25 11:23:25 -05:00
2021-11-11 07:25:51 -05:00
### :bug: Bugs fixed
2021-11-05 07:08:28 -05:00
2022-01-28 05:36:47 -05:00
- Fix remove gradient if any when applying color from library [Taiga #2299 ](https://tree.taiga.io/project/penpot/issue/2299 )
- Fix Enter as key action to exit edit path [Taiga #2444 ](https://tree.taiga.io/project/penpot/issue/2444 )
- Fix add fill color from palette to groups and components [Taiga #2313 ](https://tree.taiga.io/project/penpot/issue/2313 )
- Fix default project name in all languages [Taiga #2280 ](https://tree.taiga.io/project/penpot/issue/2280 )
- Fix line-height and letter-spacing inputs to allow negative values [Taiga #2381 ](https://tree.taiga.io/project/penpot/issue/2381 )
- Fix typo in Handoff tooltip [Taiga #2428 ](https://tree.taiga.io/project/penpot/issue/2428 )
- Fix crash when pressing Shift+1 on empty file [#1435 ](https://github.com/penpot/penpot/issues/1435 )
- Fix masked group resize strange behavior [Taiga #2317 ](https://tree.taiga.io/project/penpot/issue/2317 )
- Fix problems when exporting all artboards [Taiga #2234 ](https://tree.taiga.io/project/penpot/issue/2234 )
2021-11-24 06:10:25 -05:00
- Fix problems with team management [#1353 ](https://github.com/penpot/penpot/issues/1353 )
2021-11-25 07:01:19 -05:00
- Fix problem when importing in shared libraries [#1362 ](https://github.com/penpot/penpot/issues/1362 )
2021-12-29 08:35:32 -05:00
- Fix problem with join nodes [#1422 ](https://github.com/penpot/penpot/issues/1422 )
2021-12-29 09:00:38 -05:00
- After team onboarding importing a file will import into the team drafts [Taiga #2408 ](https://tree.taiga.io/project/penpot/issue/2408 )
2021-12-29 09:26:04 -05:00
- Fix problem exporting shapes from handoff mode [Taiga #2386 ](https://tree.taiga.io/project/penpot/issue/2386 )
2021-12-30 10:09:48 -05:00
- Fix lock/hide elements in context menu when multiples shapes selected [Taiga #2340 ](https://tree.taiga.io/project/penpot/issue/2340 )
2022-01-03 07:34:46 -05:00
- Fix problem with booleans [Taiga #2356 ](https://tree.taiga.io/project/penpot/issue/2356 )
2022-01-03 07:43:02 -05:00
- Fix line-height/letter-spacing inputs behaviour [Taiga #2331 ](https://tree.taiga.io/project/penpot/issue/2331 )
2022-01-03 08:44:26 -05:00
- Fix dotted style in strokes [Taiga #2312 ](https://tree.taiga.io/project/penpot/issue/2312 )
2022-01-04 08:19:21 -05:00
- Fix problem when resizing texts inside groups [Taiga #2310 ](https://tree.taiga.io/project/penpot/issue/2310 )
2022-01-04 08:34:12 -05:00
- Fix problem with multiple exports [Taiga #2468 ](https://tree.taiga.io/project/penpot/issue/2468 )
2022-01-05 08:53:32 -05:00
- Allow import to continue from recoverable failures [#1412 ](https://github.com/penpot/penpot/issues/1412 )
2022-01-07 05:31:08 -05:00
- Improved behaviour on text options when not text is selected [Taiga #2390 ](https://tree.taiga.io/project/penpot/issue/2390 )
2022-01-10 07:32:15 -05:00
- Fix decimal numbers in export viewbox [Taiga #2290 ](https://tree.taiga.io/project/penpot/issue/2290 )
2022-01-11 03:53:38 -05:00
- Right click over artboard name to open its menu [Taiga #1679 ](https://tree.taiga.io/project/penpot/issue/1679 )
2022-01-28 05:36:47 -05:00
- Make the default session cookue use SameSite=Lax instead of Strict (causes some issues in latest versions of Chrome)
2022-01-12 07:00:50 -05:00
- Fix "open in new tab" on dashboard [Taiga #2235 ](https://tree.taiga.io/project/penpot/issue/2355 )
2022-01-10 12:18:07 -05:00
- Changing pages while comments activated will not close the panel [#1350 ](https://github.com/penpot/penpot/issues/1350 )
2022-01-11 08:47:23 -05:00
- Fix navigate comments in right sidebar [Taiga #2163 ](https://tree.taiga.io/project/penpot/issue/2163 )
2022-01-11 06:40:23 -05:00
- Fix keep name of component equal to the shape name [Taiga #2341 ](https://tree.taiga.io/project/penpot/issue/2341 )
2022-01-11 11:21:10 -05:00
- Fix lossing changes when changing selection and an input was already changed [Taiga #2329 ](https://tree.taiga.io/project/penpot/issue/2329 ), [Taiga #2330 ](https://tree.taiga.io/project/penpot/issue/2330 )
2022-01-12 03:25:05 -05:00
- Fix blur input field when click on viewport [Taiga #2164 ](https://tree.taiga.io/project/penpot/issue/2164 )
2022-01-12 06:54:59 -05:00
- Fix default page id in workspace [Taiga #2205 ](https://tree.taiga.io/project/penpot/issue/2205 )
2022-01-12 07:47:50 -05:00
- Fix problem when importing a file with grids [Taiga #2314 ](https://tree.taiga.io/project/penpot/issue/2314 )
2022-01-13 09:15:55 -05:00
- Fix problem with imported svgs with filters [Taiga #2478 ](https://tree.taiga.io/project/penpot/issue/2478 )
2022-01-12 09:55:29 -05:00
- Fix issues when updating selrect in paths [Taiga #2366 ](https://tree.taiga.io/project/penpot/issue/2366 )
2022-01-12 11:14:06 -05:00
- Fix scroll jumps in handoff mode [Taiga #2383 ](https://tree.taiga.io/project/penpot/issue/2383 )
2022-01-12 12:19:36 -05:00
- Fix handoff text with opacity [Taiga #2384 ](https://tree.taiga.io/project/penpot/issue/2384 )
2022-01-13 04:09:03 -05:00
- Restored rules color [Taiga #2460 ](https://tree.taiga.io/project/penpot/issue/2460 )
2022-01-13 09:56:01 -05:00
- Fix thumbnail not taking frame blending mode [Taiga #2301 ](https://tree.taiga.io/project/penpot/issue/2301 )
2022-01-13 12:24:55 -05:00
- Fix import/export with SVG edge cases [Taiga #2389 ](https://tree.taiga.io/project/penpot/issue/2389 )
2022-01-17 09:33:41 -05:00
- Avoid modifying component when moving into a group [Taiga #2534 ](https://tree.taiga.io/project/penpot/issue/2534 )
2022-01-12 10:58:40 -05:00
- Show correctly group types label in handoff [Taiga #2482 ](https://tree.taiga.io/project/penpot/issue/2482 )
2022-01-13 03:54:57 -05:00
- Display view mode buttons always centered in viewer [#Taiga 2466 ](https://tree.taiga.io/project/penpot/issue/2466 )
2022-01-19 03:57:42 -05:00
- Fix default profile image generation issue [Taiga #2601 ](https://tree.taiga.io/project/penpot/issue/2601 )
2022-01-21 09:26:40 -05:00
- Fix edit blur attributes for multiselection [Taiga #2625 ](https://tree.taiga.io/project/penpot/issue/2625 )
2022-01-21 10:35:30 -05:00
- Fix auto hide header in viewer full screen [Taiga #2632 ](https://tree.taiga.io/project/penpot/issue/2632 )
2022-01-21 11:00:51 -05:00
- Fix zoom in/out after fit or fill [Taiga #2630 ](https://tree.taiga.io/project/penpot/issue/2630 )
2022-01-24 06:00:55 -05:00
- Normalize zoom levels in workspace and viewer [Taiga #2631 ](https://tree.taiga.io/project/penpot/issue/2631 )
2022-01-25 10:52:08 -05:00
- Avoid empty names in projects, files and pages [Taiga #2594 ](https://tree.taiga.io/project/penpot/issue/2594 )
2022-01-26 06:30:29 -05:00
- Fix "move to" menu when duplicated team or project names [Taiga #2655 ](https://tree.taiga.io/project/penpot/issue/2655 )
2022-02-01 07:59:32 -05:00
- Fix ungroup a component leaves an asterisk in layers [Taiga #2694 ](https://tree.taiga.io/project/penpot/issue/2694 )
2021-11-05 07:08:28 -05:00
2021-11-11 07:25:51 -05:00
### :arrow_up: Deps updates
2022-01-10 08:40:12 -05:00
2022-01-28 05:36:47 -05:00
- Update devenv docker image dependencies
2022-01-11 05:36:30 -05:00
2021-11-11 07:25:51 -05:00
### :heart: Community contributions by (Thank you!)
2022-01-28 05:36:47 -05:00
- Spelling fixes (by @jsoref ) [#1340 ](https://github.com/penpot/penpot/pull/1340 )
- Explain folders in components (by @candideu ) [Penpot-docs #42 ](https://github.com/penpot/penpot-docs/pull/42 )
- Readability improvements of user guide (by @PaulSchulz ) [Penpot-docs #50 ](https://github.com/penpot/penpot-docs/pull/50 )
2021-11-23 08:22:46 -05:00
2022-01-26 06:16:50 -05:00
## 1.10.4-beta
2021-12-30 05:19:46 -05:00
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
### :sparkles: Enhancements
2021-12-30 05:19:46 -05:00
2022-01-28 05:36:47 -05:00
- Allow parametrice file snapshoting interval
2021-12-30 05:19:46 -05:00
### :bug: Bugs fixed
2022-01-28 05:36:47 -05:00
- Fix issue on :mov-object change impl
- Minor fix on how file changes log is persisted
- Fix many issues on error reporting
2021-12-30 05:19:46 -05:00
2022-01-26 06:16:50 -05:00
## 1.10.3-beta
2021-12-29 05:16:04 -05:00
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
### :sparkles: Enhancements
2021-12-29 05:16:04 -05:00
- Make all logging asynchronous, this avoid some overhead on jetty threads at cost of logging latency.
- Increase default session time to 15 days.
### :bug: Bugs fixed
- Fix unexpected exception on saving pages with default grids [#2409 ](https://tree.taiga.io/project/penpot/issue/2409 )
- Fix react warnings on setting size 1 on row and column grids.
2022-01-28 07:54:29 -05:00
- Fix minor issues on ZMQ logging listener (used in error reporting service)
2021-12-29 05:16:04 -05:00
- Remove "ALPHA" from the code.
- Fix value and nil handling on numeric-input component. This fixes many issues related to typography, components, etc. renaming.
- Fix NPE on email complains processing.
- Fix white page after leaving a team.
- Fix missing leave team button outside members page.
### :arrow_up: Deps updates
- Update log4j2 dependency.
2022-01-26 06:16:50 -05:00
## 1.10.2-beta
2021-12-20 05:55:32 -05:00
### :bug: Bugs fixed
- Fix corner case issues with media file uploads.
- Fix issue with default page grids validation.
- Fix issue related to some raceconditions on workspace navigation events.
### :arrow_up: Deps updates
- Update log4j2 dependency.
2022-01-26 06:16:50 -05:00
## 1.10.1-beta
2021-11-24 06:10:25 -05:00
### :bug: Bugs fixed
- Fix problems with team management [#1353 ](https://github.com/penpot/penpot/issues/1353 )
2021-11-11 07:25:51 -05:00
## 1.10.0-beta
2021-10-27 04:01:05 -05:00
### :boom: Breaking changes
2021-11-10 05:26:28 -05:00
- The initial project / data mechanism (not documented) has been
disabled. Is the mechanism used for creating initial project on user
signup. With the new onboarding approach, this subsystem is no
longer needed and is disabled.
2021-10-27 04:01:05 -05:00
### :sparkles: New features
2021-10-27 08:20:30 -05:00
2022-01-28 07:54:29 -05:00
- Allow ungroup groups in bulk [Taiga #2211 ](https://tree.taiga.io/project/penpot/us/2211 )
- Enhance corner radius behavior [Taiga #2190 ](https://tree.taiga.io/project/penpot/issue/2190 )
- Allow preserve scroll position in interactions [Taiga #2250 ](https://tree.taiga.io/project/penpot/us/2250 )
2021-11-10 05:26:28 -05:00
- Add new onboarding modals.
2021-10-27 08:20:30 -05:00
2021-10-27 04:01:05 -05:00
### :bug: Bugs fixed
2021-10-27 09:05:05 -05:00
2022-01-28 07:54:29 -05:00
- Fix problem with exporting before the document is saved [Taiga #2189 ](https://tree.taiga.io/project/penpot/issue/2189 )
- Fix undo stacking when changing color from color-picker [Taiga #2191 ](https://tree.taiga.io/project/penpot/issue/2191 )
- Fix pages dropdown in viewer [Taiga #2087 ](https://tree.taiga.io/project/penpot/issue/2087 )
- Fix problem when exporting texts with gradients or opacity [Taiga #2200 ](https://tree.taiga.io/project/penpot/issue/2200 )
- Fix problem with view mode comments [Taiga #2226 ](https://tree.taiga.io/project/penpot/issue/2226 )
- Disallow to create a component when already has one [Taiga #2237 ](https://tree.taiga.io/project/penpot/issue/2237 )
2021-11-03 06:36:12 -05:00
- Add ellipsis in long labels for input fields [Taiga #2224 ](https://tree.taiga.io/project/penpot/issue/2224 )
2021-11-05 06:11:28 -05:00
- Fix problem with text rendering on export [Taiga #2223 ](https://tree.taiga.io/project/penpot/issue/2223 )
2021-11-05 07:00:32 -05:00
- Fix problem when flattening booleans losing styles [Taiga #2217 ](https://tree.taiga.io/project/penpot/issue/2217 )
2021-11-05 09:41:13 -05:00
- Add shortcuts to boolean icons popups [Taiga #2220 ](https://tree.taiga.io/project/penpot/issue/2220 )
2021-11-05 09:42:49 -05:00
- Fix a worker error when transforming a rectangle into path
2021-11-08 05:06:05 -05:00
- Fix max/min values for opacity fields [Taiga #2183 ](https://tree.taiga.io/project/penpot/issue/2183 )
2021-11-08 10:11:05 -05:00
- Fix viewer comment position when zoom applied [Taiga #2240 ](https://tree.taiga.io/project/penpot/issue/2240 )
2021-11-08 10:12:36 -05:00
- Remove change style on hover for options [Taiga #2172 ](https://tree.taiga.io/project/penpot/issue/2172 )
2021-11-08 10:13:44 -05:00
- Fix problem in viewer with dropdowns when comments active [#1303 ](https://github.com/penpot/penpot/issues/1303 )
2021-11-08 10:15:43 -05:00
- Add placeholder to create shareable link
2021-11-08 11:12:19 -05:00
- Fix project files count not refreshing correctly after import [Taiga #2216 ](https://tree.taiga.io/project/penpot/issue/2216 )
- Remove button after import process finish [Taiga #2215 ](https://tree.taiga.io/project/penpot/issue/2215 )
2022-01-04 09:19:05 -05:00
- Fix problem with styles in the viewer [Taiga #2467 ](https://tree.taiga.io/project/penpot/issue/2467 )
2022-01-04 09:23:17 -05:00
- Fix default state in viewer [Taiga #2465 ](https://tree.taiga.io/project/penpot/issue/2465 )
2022-01-10 09:28:28 -05:00
- Fix division by zero in bool operation [Taiga #2349 ](https://tree.taiga.io/project/penpot/issue/2349 )
2021-10-27 09:05:05 -05:00
2021-10-27 04:01:05 -05:00
### :heart: Community contributions by (Thank you!)
2021-11-10 05:26:28 -05:00
- To the translation community for the hard work on making penpot
available on so many languages.
2022-01-28 07:54:29 -05:00
- Guide to integrate with Azure Directory (by @skrzyneckik ) [Penpot-docs #33 ](https://github.com/penpot/penpot-docs/pull/33 )
- Improve libraries section readability (by @PaulSchulz ) [Penpot-docs #39 ](https://github.com/penpot/penpot-docs/pull/39 )
2021-11-10 05:26:28 -05:00
2021-10-27 04:01:05 -05:00
## 1.9.0-alpha
2021-09-13 05:54:44 -05:00
### :boom: Breaking changes
2021-10-08 08:00:22 -05:00
2021-10-14 07:32:58 -05:00
- Some stroke-caps can change behaviour.
2021-11-15 09:54:36 -05:00
- Text display bug fix could potentially make some texts jump a line.
2021-10-08 08:00:22 -05:00
2021-09-13 05:54:44 -05:00
### :sparkles: New features
2021-09-28 05:06:28 -05:00
2022-01-28 07:54:29 -05:00
- Add boolean shapes: intersections, unions, difference and exclusions[Taiga #748 ](https://tree.taiga.io/project/penpot/us/748)
- Add advanced prototyping [Taiga #244 ](https://tree.taiga.io/project/penpot/us/244 )
- Add multiple flows [Taiga #2091 ](https://tree.taiga.io/project/penpot/us/2091 )
2021-10-14 07:32:58 -05:00
- Change order of the teams menu so it's in the joined time order.
2021-09-28 05:06:28 -05:00
2021-09-13 05:54:44 -05:00
### :bug: Bugs fixed
2021-10-04 09:49:28 -05:00
2022-01-28 07:54:29 -05:00
- Enhance duplicating prototype connections behaviour [Taiga #2093 ](https://tree.taiga.io/project/penpot/us/2093 )
- Ignore constraints in horizontal or vertical flip [Taiga #2038 ](https://tree.taiga.io/project/penpot/issue/2038 )
- Fix color and typographies refs lost when duplicated file [Taiga #2165 ](https://tree.taiga.io/project/penpot/issue/2165 )
- Fix problem with overflow dropdown on stroke-cap [#1216 ](https://github.com/penpot/penpot/issues/1216 )
- Fix menu context for single element nested in components [#1186 ](https://github.com/penpot/penpot/issues/1186 )
- Fix error screen when operations over comments fail [#1219 ](https://github.com/penpot/penpot/issues/1219 )
- Fix undo problem when changing typography/color from library [#1230 ](https://github.com/penpot/penpot/issues/1230 )
- Fix problem with text margin while rendering [#1231 ](https://github.com/penpot/penpot/issues/1231 )
- Fix problem with masked texts on exporting [Taiga #2116 ](https://tree.taiga.io/project/penpot/issue/2116 )
- Fix text editor enter behaviour with centered texts [Taiga #2126 ](https://tree.taiga.io/project/penpot/issue/2126 )
- Fix residual stroke on imported svg [Taiga #2125 ](https://tree.taiga.io/project/penpot/issue/2125 )
- Add links for terms of service and privacy policy in register checkbox [Taiga #2020 ](https://tree.taiga.io/project/penpot/issue/2020 )
- Allow three character hex and web colors in color picker hex input [#1184 ](https://github.com/penpot/penpot/issues/1184 )
- Allow lowercase search for fonts [#1180 ](https://github.com/penpot/penpot/issues/1180 )
- Fix group renaming problem [Taiga #1969 ](https://tree.taiga.io/project/penpot/issue/1969 )
- Fix export group with shadows on children [Taiga #2036 ](https://tree.taiga.io/project/penpot/issue/2036 )
- Fix zoom context menu in viewer [Taiga #2041 ](https://tree.taiga.io/project/penpot/issue/2041 )
- Fix stroke caps adjustments in relation with stroke size [Taiga #2123 ](https://tree.taiga.io/project/penpot/issue/2123 )
- Fix problem duplicating paths [Taiga #2147 ](https://tree.taiga.io/project/penpot/issue/2147 )
- Fix problem inheriting attributes from SVG root when importing [Taiga #2124 ](https://tree.taiga.io/project/penpot/issue/2124 )
- Fix problem with lines and inside/outside stroke [Taiga #2146 ](https://tree.taiga.io/project/penpot/issue/2146 )
- Add stroke width in selection calculation [Taiga #2146 ](https://tree.taiga.io/project/penpot/issue/2146 )
- Fix shift+wheel to horizontal scrolling in MacOS [#1217 ](https://github.com/penpot/penpot/issues/1217 )
- Fix path stroke is not working properly with high thickness [Taiga #2154 ](https://tree.taiga.io/project/penpot/issue/2154 )
- Fix bug with transformation operations [Taiga #2155 ](https://tree.taiga.io/project/penpot/issue/2155 )
- Fix bug in firefox when a text box is inside a mask [Taiga #2152 ](https://tree.taiga.io/project/penpot/issue/2152 )
2021-10-20 07:25:32 -05:00
- Fix problem with stroke inside/outside [Taiga #2186 ](https://tree.taiga.io/project/penpot/issue/2186 )
2021-10-20 07:25:47 -05:00
- Fix masks export area [Taiga #2189 ](https://tree.taiga.io/project/penpot/issue/2189 )
2021-11-15 09:54:36 -05:00
- Fix paste in place in artboards [Taiga #2188 ](https://tree.taiga.io/project/penpot/issue/2188 )
2021-10-20 07:26:06 -05:00
- Fix font size input stuck on selection change [Taiga #2184 ](https://tree.taiga.io/project/penpot/issue/2184 )
2021-10-20 07:25:08 -05:00
- Fix stroke cut on shapes export [Taiga #2171 ](https://tree.taiga.io/project/penpot/issue/2171 )
2021-10-20 07:26:28 -05:00
- Fix no color when boolean with an SVG [Taiga #2193 ](https://tree.taiga.io/project/penpot/issue/2193 )
2022-01-28 07:54:29 -05:00
- Fix unlink color styles at strokes [Taiga #2206 ](https://tree.taiga.io/project/penpot/issue/2206 )
2021-10-04 09:49:28 -05:00
2021-09-13 05:54:44 -05:00
### :arrow_up: Deps updates
2021-10-07 03:30:49 -05:00
2021-09-13 05:54:44 -05:00
### :heart: Community contributions by (Thank you!)
2021-10-27 04:01:05 -05:00
- To the translation community for the hard work on making penpot
available on so many languages.
2021-10-07 10:04:55 -05:00
## 1.8.4-alpha
### :bug: Bugs fixed
2022-01-28 07:54:29 -05:00
- Fix problem importing components [Taiga #2151 ](https://tree.taiga.io/project/penpot/issue/2151 )
2021-10-07 10:04:55 -05:00
2021-09-30 04:10:48 -05:00
## 1.8.3-alpha
### :sparkles: New features
2021-10-14 07:32:58 -05:00
- Adds progress report to importing process.
2021-09-30 04:10:48 -05:00
2021-09-23 04:26:03 -05:00
## 1.8.2-alpha
### :bug: Bugs fixed
2022-01-28 07:54:29 -05:00
- Fix problem with masking images in viewer [#1238 ](https://github.com/penpot/penpot/issues/1238 )
2021-09-23 04:26:03 -05:00
2021-09-20 06:58:49 -05:00
## 1.8.1-alpha
### :bug: Bugs fixed
2022-01-28 07:54:29 -05:00
- Fix project renaming issue (and some other related to the same underlying bug)
2021-09-20 06:58:49 -05:00
- Fix internal exception on audit log persistence layer.
- Set proper environment variable on docker images for chrome executable.
- Fix internal metrics on websocket connections.
2021-09-13 05:54:44 -05:00
## 1.8.0-alpha
2021-09-07 05:29:43 -05:00
### :boom: Breaking changes
- This release includes a new approach for handling share links, and
this feature is incompatible with the previous one. This means that
all the public share links generated previously will stop working.
2021-05-13 03:54:19 -05:00
### :sparkles: New features
2021-05-12 02:48:06 -05:00
2022-01-28 07:54:29 -05:00
- Add tooltips to color picker tabs [Taiga #1814 ](https://tree.taiga.io/project/penpot/us/1814 )
- Add styling to the end point of any open paths [Taiga #1107 ](https://tree.taiga.io/project/penpot/us/1107 )
- Allow to zoom with ctrl + middle button [Taiga #1428 ](https://tree.taiga.io/project/penpot/us/1428 )
- Auto placement of duplicated objects [Taiga #1386 ](https://tree.taiga.io/project/penpot/us/1386 )
- Enable penpot SVG metadata only when exporting complete files [Taiga #1914 ](https://tree.taiga.io/project/penpot/us/1914?milestone=295883 )
- Export to PDF all artboards of one page [Taiga #1895 ](https://tree.taiga.io/project/penpot/us/1895 )
- Go to a undo step clicking on a history element of the list [Taiga #1374 ](https://tree.taiga.io/project/penpot/us/1374 )
- Increment font size by 10 with shift+arrows [1047 ](https://github.com/penpot/penpot/issues/1047 )
- New shortcut to detach components Ctrl+Shift+K [Taiga #1799 ](https://tree.taiga.io/project/penpot/us/1799 )
- Set email inputs to type "email", to aid keyboard entry [Taiga #1921 ](https://tree.taiga.io/project/penpot/issue/1921 )
- Use shift+move to move element orthogonally [#823 ](https://github.com/penpot/penpot/issues/823 )
- Use space + mouse drag to pan, instead of only space [Taiga #1800 ](https://tree.taiga.io/project/penpot/us/1800 )
- Allow navigate through pages on the viewer [Taiga #1550 ](https://tree.taiga.io/project/penpot/us/1550 )
- Allow create share links with specific pages [Taiga #1844 ](https://tree.taiga.io/project/penpot/us/1844 )
2021-09-07 05:29:43 -05:00
2021-07-29 07:54:30 -05:00
### :bug: Bugs fixed
2021-08-09 02:34:01 -05:00
2022-01-28 07:54:29 -05:00
- Prevent adding numeric suffix to layer names when not needed [Taiga #1929 ](https://tree.taiga.io/project/penpot/us/1929 )
- Prevent deleting or moving the drafts project [Taiga #1935 ](https://tree.taiga.io/project/penpot/issue/1935 )
2021-08-30 04:25:16 -05:00
- Fix problem with zoom and selection [Taiga #1919 ](https://tree.taiga.io/project/penpot/issue/1919 )
2021-08-30 09:47:57 -05:00
- Fix problem with borders on shape export [#1092 ](https://github.com/penpot/penpot/issues/1092 )
2021-08-31 05:09:14 -05:00
- Fix thumbnail cropping issue [Taiga #1964 ](https://tree.taiga.io/project/penpot/issue/1964 )
- Fix repeated fetch on file selection [Taiga #1933 ](https://tree.taiga.io/project/penpot/issue/1933 )
2021-08-31 05:56:03 -05:00
- Fix rename typography on text options [Taiga #1963 ](https://tree.taiga.io/project/penpot/issue/1963 )
2021-08-31 07:52:59 -05:00
- Fix problems with order in groups [Taiga #1960 ](https://tree.taiga.io/project/penpot/issue/1960 )
2021-08-31 08:22:38 -05:00
- Fix SVG components preview [#1134 ](https://github.com/penpot/penpot/issues/1134 )
2021-08-31 08:52:39 -05:00
- Fix group renaming problem [Taiga #1969 ](https://tree.taiga.io/project/penpot/issue/1969 )
2021-09-13 04:10:32 -05:00
- Fix problem with import broken images links [#1197 ](https://github.com/penpot/penpot/issues/1197 )
2021-09-13 04:40:06 -05:00
- Fix problem while moving imported SVG's [#1199 ](https://github.com/penpot/penpot/issues/1199 )
2021-08-09 02:34:01 -05:00
2021-07-29 07:54:30 -05:00
### :arrow_up: Deps updates
2022-01-12 08:45:58 -05:00
2021-07-29 07:54:30 -05:00
### :boom: Breaking changes
2022-01-12 08:45:58 -05:00
2021-07-29 07:54:30 -05:00
### :heart: Community contributions by (Thank you!)
2022-01-28 07:54:29 -05:00
- eduayme [#1129 ](https://github.com/penpot/penpot/pull/1129 )
2021-08-03 02:40:44 -05:00
2021-08-19 04:15:30 -05:00
## 1.7.4-alpha
### :bug: Bugs fixed
- Fix demo user creation (self-hosted only)
- Add better ldap response validation and reporting (self-hosted only)
2021-08-18 08:08:25 -05:00
## 1.7.3-alpha
### :bug: Bugs fixed
- Fix font uploading issue on Windows.
2021-07-29 07:54:30 -05:00
## 1.7.2-alpha
### :sparkles: New features
- Add many improvements to text tool.
2021-07-14 04:09:09 -05:00
### :bug: Bugs fixed
2022-01-28 07:54:29 -05:00
- Add scroll bar to Teams menu [Taiga #1894 ](https://tree.taiga.io/project/penpot/issue/1894 )
- Fix repeated names when duplicating artboards or groups [Taiga #1892 ](https://tree.taiga.io/project/penpot/issue/1892 )
2021-07-29 07:54:30 -05:00
- Fix properly messages lifecycle on navigate.
- Fix handling repeated names on duplicate object trees.
- Fix group naming on group creation.
- Fix some issues in svg transformation.
2021-07-15 09:43:03 -05:00
2021-07-14 04:09:09 -05:00
### :arrow_up: Deps updates
2021-07-29 07:54:30 -05:00
- Update frontend build tooling.
2021-07-14 04:09:09 -05:00
### :heart: Community contributions by (Thank you!)
2021-07-28 09:15:56 -05:00
- soultipsy [#1100 ](https://github.com/penpot/penpot/pull/1100 )
2021-07-26 02:47:47 -05:00
## 1.7.1-alpha
### :bug: Bugs fixed
- Fix issue related to the GC and images in path shapes.
- Fix issue on the shape order on some undo operations.
- Fix issue on undo page deletion.
- Fix some issues related to constraints.
2021-07-14 04:09:09 -05:00
## 1.7.0-alpha
### :sparkles: New features
2022-01-28 07:54:29 -05:00
- Allow nested asset groups [Taiga #1716 ](https://tree.taiga.io/project/penpot/us/1716 )
- Allow to ungroup assets [Taiga #1719 ](https://tree.taiga.io/project/penpot/us/1719 )
- Allow to rename assets groups [Taiga #1721 ](https://tree.taiga.io/project/penpot/us/1721 )
- Component constraints (left, right, left and right, center, scale...) [Taiga #1125 ](https://tree.taiga.io/project/penpot/us/1125 )
- Export elements to PDF [Taiga #519 ](https://tree.taiga.io/project/penpot/us/519 )
- Memorize collapse state of assets in panel [Taiga #1718 ](https://tree.taiga.io/project/penpot/us/1718 )
- Headers button sets and menus review [Taiga #1663 ](https://tree.taiga.io/project/penpot/us/1663 )
- Preserve components if possible, when pasted into a different file [Taiga #1063 ](https://tree.taiga.io/project/penpot/issue/1063 )
2021-06-28 05:31:08 -05:00
- Add the ability to offload file data to a cheaper storage when file becomes inactive.
2021-07-05 11:13:45 -05:00
- Import/Export Penpot files from dashboard.
2021-07-08 10:37:21 -05:00
- Double click won't make a shape a path until you change a node [Taiga #1796 ](https://tree.taiga.io/project/penpot/us/1796 )
- Incremental area selection [#779 ](https://github.com/penpot/penpot/discussions/779 )
2021-05-12 07:00:30 -05:00
2021-05-13 03:54:19 -05:00
### :bug: Bugs fixed
2021-06-17 01:11:40 -05:00
2021-06-21 07:38:28 -05:00
- Process numeric input changes only if the value actually changed.
2022-01-28 07:54:29 -05:00
- Remove unnecessary redirect from history when user goes to workspace from dashboard [Taiga #1820 ](https://tree.taiga.io/project/penpot/issue/1820 )
- Detach shapes from deleted assets [Taiga #1850 ](https://tree.taiga.io/project/penpot/issue/1850 )
- Fix tooltip position on view application [Taiga #1819 ](https://tree.taiga.io/project/penpot/issue/1819 )
- Fix dashboard navigation on moving file to other team [Taiga #1817 ](https://tree.taiga.io/project/penpot/issue/1817 )
- Fix workspace header presence styles and invalid link [Taiga #1813 ](https://tree.taiga.io/project/penpot/issue/1813 )
- Fix color-input wrong behavior (on workspace page color) [Taiga #1795 ](https://tree.taiga.io/project/penpot/issue/1795 )
- Fix file contextual menu in shared libraries at dashboard [Taiga #1865 ](https://tree.taiga.io/project/penpot/issue/1865 )
2021-07-07 05:45:33 -05:00
- Fix problem with color picker and fonts [#1049 ](https://github.com/penpot/penpot/issues/1049 )
2021-07-07 07:12:47 -05:00
- Fix negative values in blur [Taiga #1815 ](https://tree.taiga.io/project/penpot/issue/1815 )
- Fix problem when editing color in group [Taiga #1816 ](https://tree.taiga.io/project/penpot/issue/1816 )
- Fix resize/rotate with mouse buttons different than left [#1060 ](https://github.com/penpot/penpot/issues/1060 )
2021-11-15 09:54:36 -05:00
- Fix header partially visible on fullscreen viewer mode [Taiga #1875 ](https://tree.taiga.io/project/penpot/issue/1875 )
2021-07-07 09:30:57 -05:00
- Fix dynamic alignment enabled with hidden objects [#1063 ](https://github.com/penpot/penpot/issues/1063 )
2021-06-17 06:59:46 -05:00
## 1.6.5-alpha
2021-06-16 09:40:30 -05:00
### :bug: Bugs fixed
- Fix problem with paths editing after flip [#1040 ](https://github.com/penpot/penpot/issues/1040 )
2021-06-04 07:05:46 -05:00
## 1.6.4-alpha
### :sparkles: Minor improvements
2022-01-12 08:45:58 -05:00
- Decrease default bulk buffers on storage tasks.
- Reduce file_change preserve interval to 24h.
2021-06-04 07:05:46 -05:00
### :bug: Bugs fixed
- Don't allow rename drafts project.
- Fix custom font deletion task.
- Fix custom font rendering on exporting shapes.
- Fix font loading on viewer app.
- Fix problem when moving files with drag & drop.
- Fix unexpected exception on searching without term.
- Properly handle nil values on `update-shapes` function.
- Replace frame term usage by artboard on viewer app.
2021-05-28 03:46:41 -05:00
## 1.6.3-alpha
### :bug: Bugs fixed
- Fix problem with merge and join nodes [#990 ](https://github.com/penpot/penpot/issues/990 )
2021-06-01 08:18:26 -05:00
- Fix problem with empty path editing.
- Fix problem with create component.
- Fix problem with move-objects.
- Fix problem with merge and join nodes.
2021-05-13 03:54:19 -05:00
2021-05-28 01:49:27 -05:00
## 1.6.2-alpha
### :bug: Bugs fixed
- Add better auth module logging.
- Add missing `email` scope to OIDC backend.
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
- Add missing cause prop on error logging.
2021-05-28 01:49:27 -05:00
- Fix empty font-family handling on custom fonts page.
- Fix incorrect unicode code points handling on draft-to-penpot conversion.
- Fix some problems with paths.
- Fix unexpected exception on duplicate project.
- Fix unexpected exception when user leaves typography name empty.
- Improve error report on uploading invalid image to library.
- Minor fix on previous commit.
- Minor improvements on svg uploading on libraries.
2021-05-26 09:56:59 -05:00
## 1.6.1-alpha
### :bug: Bugs fixed
2021-05-28 01:49:27 -05:00
- Add safety check on reg-objects change impl.
2021-11-15 09:54:36 -05:00
- Fix custom fonts embedding issue.
2021-05-26 09:56:59 -05:00
- Fix dashboard ordering issue.
2021-05-28 01:49:27 -05:00
- Fix problem when creating a component with empty data.
2021-05-26 09:56:59 -05:00
- Fix problem with moving shapes into frames.
- Fix problems with mov-objects.
2021-11-15 09:54:36 -05:00
- Fix unexpected exception related to rounding integers.
2021-05-28 01:49:27 -05:00
- Fix wrong type usage on libraries changes.
- Improve editor lifecycle management.
- Make the navigation async by default.
2021-05-26 09:56:59 -05:00
2021-05-13 03:54:19 -05:00
## 1.6.0-alpha
2021-04-24 05:17:01 -05:00
### :sparkles: New features
2021-05-04 02:59:21 -05:00
2022-01-28 07:54:29 -05:00
- Add improved workspace font selector [Taiga US #292 ](https://tree.taiga.io/project/penpot/us/292 )
2021-05-04 02:59:21 -05:00
- Add option to interactively scale text [Taiga #1527 ](https://tree.taiga.io/project/penpot/us/1527 )
2021-05-12 02:48:06 -05:00
- Add performance improvements on dashboard data loading.
- Add performance improvements to indexes handling on workspace.
2022-01-28 07:54:29 -05:00
- Add the ability to upload/use custom fonts (and automatically generate all needed webfonts) [Taiga US #292 ](https://tree.taiga.io/project/penpot/us/292 )
2021-05-19 04:41:16 -05:00
- Transform shapes to path on double click
2021-05-12 02:48:06 -05:00
- Translate automatic names of new files and projects.
2022-01-28 07:54:29 -05:00
- Use shift instead of ctrl/cmd to keep aspect ratio [Taiga 1697 ](https://tree.taiga.io/project/penpot/issue/1697 )
2021-11-23 11:45:59 -05:00
- New translations: Portuguese (Brazil) and Romanias.
2021-05-04 02:59:21 -05:00
2021-04-24 05:17:01 -05:00
### :bug: Bugs fixed
2021-05-05 10:04:02 -05:00
2022-01-28 07:54:29 -05:00
- Remove interactions when the destination artboard is deleted [Taiga #1656 ](https://tree.taiga.io/project/penpot/issue/1656 )
- Fix problem with fonts that ends with numbers [#940 ](https://github.com/penpot/penpot/issues/940 )
2021-05-24 05:22:38 -05:00
- Fix problem with imported SVG on editing paths [#971 ](https://github.com/penpot/penpot/issues/971 )
2021-05-24 05:31:08 -05:00
- Fix problem with color picker positioning
2021-05-24 08:07:16 -05:00
- Fix order on color palette [#961 ](https://github.com/penpot/penpot/issues/961 )
2021-05-24 10:25:28 -05:00
- Fix issue when group creation leaves an empty group [#1724 ](https://tree.taiga.io/project/penpot/issue/1724 )
2021-05-24 14:28:37 -05:00
- Fix problem with :multiple for colors and typographies [#1668 ](https://tree.taiga.io/project/penpot/issue/1668 )
2021-05-25 05:18:49 -05:00
- Fix problem with locked shapes when change parents [#974 ](https://github.com/penpot/penpot/issues/974 )
2021-05-26 03:41:12 -05:00
- Fix problem with new nodes in paths [#978 ](https://github.com/penpot/penpot/issues/978 )
2021-05-12 02:48:06 -05:00
2021-04-24 05:17:01 -05:00
### :arrow_up: Deps updates
2021-05-12 02:48:06 -05:00
2021-05-12 02:48:06 -05:00
- Update exporter dependencies (puppeteer), that fixes some unexpected exceptions.
2021-05-12 02:48:06 -05:00
- Update string manipulation library.
2021-04-24 05:17:01 -05:00
### :boom: Breaking changes
2021-05-12 02:47:13 -05:00
2021-05-12 02:48:06 -05:00
- The OIDC setting `PENPOT_OIDC_SCOPES` has changed the default semantics. Before this
2021-05-12 02:47:13 -05:00
configuration added scopes to the default set. Now it replaces it, so use with care, because
penpot requires at least `name` and `email` props found on the user info object.
2021-05-20 10:01:06 -05:00
### :heart: Community contributions by (Thank you!)
- Translations: Portuguese (Brazil) and Romanias.
2021-05-12 03:28:08 -05:00
## 1.5.4-alpha
### :bug: Bugs fixed
- Fix issues on group rendering.
2021-05-12 08:18:30 -05:00
- Fix problem with text editing auto-height [Taiga #1683 ](https://tree.taiga.io/project/penpot/issue/1683 )
2021-05-12 03:28:08 -05:00
2021-05-10 09:57:06 -05:00
## 1.5.3-alpha
### :bug: Bugs fixed
- Fix problem undo/redo.
2021-05-06 14:49:37 -05:00
## 1.5.2-alpha
### :bug: Bugs fixed
- Fix problem with `close-path` command [#917 ](https://github.com/penpot/penpot/issues/917 )
2021-05-07 04:50:31 -05:00
- Fix wrong query for obtain the profile default project-id
2021-05-07 06:05:45 -05:00
- Fix problems with empty paths and shortcuts [#923 ](https://github.com/penpot/penpot/issues/923 )
2021-04-24 05:17:01 -05:00
2021-05-06 11:05:25 -05:00
## 1.5.1-alpha
### :bug: Bugs fixed
- Fix issue with bitmap image clipboard.
- Fix issue when removing all path points.
- Increase default team invitation token expiration to 48h.
- Fix wrong error message when an expired token is used.
2021-04-24 05:17:01 -05:00
## 1.5.0-alpha
2021-02-16 07:46:31 -05:00
### :sparkles: New features
2021-02-11 12:04:02 -05:00
2021-03-31 07:48:28 -05:00
- Add integration with gitpod.io (an online IDE) [#807 ](https://github.com/penpot/penpot/pull/807 )
2021-04-21 10:20:38 -05:00
- Allow basic math operations in inputs [Taiga 1383 ](https://tree.taiga.io/project/penpot/us/1383 )
- Autocomplete color names in hex inputs [Taiga 1596 ](https://tree.taiga.io/project/penpot/us/1596 )
2021-04-06 02:22:30 -05:00
- Allow to group assets (components and graphics) [Taiga #1289 ](https://tree.taiga.io/project/penpot/us/1289 )
2021-04-26 06:33:27 -05:00
- Change icon of pinned projects [Taiga 1298 ](https://tree.taiga.io/project/penpot/us/1298 )
2021-04-12 09:57:23 -05:00
- Internal: refactor of http client, replace internal xhr usage with more modern Fetch API.
2021-04-14 03:57:13 -05:00
- New features for paths: snap points on edition, add/remove nodes, merge/join/split nodes. [Taiga #907 ](https://tree.taiga.io/project/penpot/us/907 )
2021-04-13 01:57:08 -05:00
- Add OpenID-Connect support.
- Reimplement social auth providers on top of the generic openid impl.
2021-03-31 07:48:28 -05:00
2021-03-23 05:55:47 -05:00
### :bug: Bugs fixed
2021-04-15 04:12:52 -05:00
- Fix problem with pan and space [#811 ](https://github.com/penpot/penpot/issues/811 )
- Fix issue when parsing exponential numbers in paths
- Remove legacy system user and team [#843 ](https://github.com/penpot/penpot/issues/843 )
2021-04-28 09:24:57 -05:00
- Fix ordering of copy pasted objects [Taiga #1618 ](https://tree.taiga.io/project/penpot/issue/1617 )
2021-04-23 06:28:55 -05:00
- Fix problems with blending modes [#837 ](https://github.com/penpot/penpot/issues/837 )
2021-04-23 08:10:54 -05:00
- Fix problem with zoom an selection rect [#845 ](https://github.com/penpot/penpot/issues/845 )
2021-04-23 08:31:42 -05:00
- Fix problem displaying team statistics [#859 ](https://github.com/penpot/penpot/issues/859 )
2021-04-26 03:31:11 -05:00
- Fix problems with text editor selection [Taiga #1546 ](https://tree.taiga.io/project/penpot/issue/1546 )
2021-04-26 04:18:02 -05:00
- Fix problem when opening the context menu in dashboard at the bottom [#856 ](https://github.com/penpot/penpot/issues/856 )
2021-04-28 10:28:09 -05:00
- Fix problem when clicking an interactive group in view mode [#863 ](https://github.com/penpot/penpot/issues/863 )
2021-04-28 06:06:18 -05:00
- Fix visibility of pages in sitemap when changing page [Taiga #1618 ](https://tree.taiga.io/project/penpot/issue/1618 )
2021-04-26 05:30:12 -05:00
- Fix visual problem with group invite [Taiga #1290 ](https://tree.taiga.io/project/penpot/issue/1290 )
- Fix issues with promote owner panel [Taiga #763 ](https://tree.taiga.io/project/penpot/issue/763 )
2021-04-26 05:54:16 -05:00
- Allow use library colors when defining gradients [Taiga #1614 ](https://tree.taiga.io/project/penpot/issue/1614 )
2021-05-06 04:57:00 -05:00
- Fix group selrect not updating after alignment [#895 ](https://github.com/penpot/penpot/issues/895 )
2021-04-09 08:24:25 -05:00
2021-03-23 05:55:47 -05:00
### :arrow_up: Deps updates
2021-04-12 09:57:23 -05:00
### :boom: Breaking changes
- Translations refactor: now penpot uses gettext instead of a custom
JSON, and each locale has its own separated file. All translations
should be contributed via the weblate.org service.
2021-03-23 05:55:47 -05:00
### :heart: Community contributions by (Thank you!)
2021-03-31 07:48:28 -05:00
- madmath03 (by [Monogramm ](https://github.com/Monogramm )) [#807 ](https://github.com/penpot/penpot/pull/807 )
2021-04-09 07:03:56 -05:00
- zzkt [#814 ](https://github.com/penpot/penpot/pull/814 )
2021-03-31 07:48:28 -05:00
2021-04-14 06:50:11 -05:00
## 1.4.1-alpha
### :bug: Bugs fixed
- Fix typography unlinking.
- Fix incorrect measures on shapes outside artboard.
- Fix issues on svg parsing related to numbers with exponents.
- Fix some race conditions on removing shape from workspace.
- Fix incorrect state management of user lang selection.
- Fix email validation usability issue on team invitation lightbox.
2021-03-23 05:55:47 -05:00
## 1.4.0-alpha
### :sparkles: New features
2021-03-08 07:14:52 -05:00
- Add blob-encoding v3 (uses ZSTD+transit) [#738 ](https://github.com/penpot/penpot/pull/738 )
2021-03-08 16:45:59 -05:00
- Add http caching layer on top of Query RPC.
2021-03-18 03:56:15 -05:00
- Add layer opacity and blend mode to shapes [Taiga #937 ](https://tree.taiga.io/project/penpot/us/937 )
2021-03-08 16:45:59 -05:00
- Add more chinese translations [#726 ](https://github.com/penpot/penpot/pull/726 )
2022-01-28 07:54:29 -05:00
- Add native support for text-direction (RTL, LTR & auto)
2021-03-29 03:30:13 -05:00
- Add several enhancements in shape selection [Taiga #1195 ](https://tree.taiga.io/project/penpot/us/1195 )
2021-03-08 16:45:59 -05:00
- Add thumbnail in memory caching mechanism.
2021-03-29 02:01:24 -05:00
- Add turkish translation strings [#759 ](https://github.com/penpot/penpot/pull/759 ), [#794 ](https://github.com/penpot/penpot/pull/794 )
2021-03-08 05:17:11 -05:00
- Duplicate and move files and projects [Taiga #267 ](https://tree.taiga.io/project/penpot/us/267 )
2021-03-23 05:55:47 -05:00
- Hide viewer navbar on fullscreen [Taiga 1375 ](https://tree.taiga.io/project/penpot/us/1375 )
2021-03-18 03:56:15 -05:00
- Import SVG will create Penpot's shapes [Taiga #1006 ](https://tree.taiga.io/project/penpot/us/1066 )
2021-03-04 10:57:13 -05:00
- Improve french translations [#731 ](https://github.com/penpot/penpot/pull/731 )
2022-01-28 07:54:29 -05:00
- Reimplement workspace presence (remove database state)
2021-03-23 07:11:47 -05:00
- Remember last visited team when you re-enter the application [Taiga #1376 ](https://tree.taiga.io/project/penpot/us/1376 )
2021-03-23 12:09:14 -05:00
- Rename artboard with double click on the title [Taiga #1392 ](https://tree.taiga.io/project/penpot/us/1392 )
2021-03-15 09:59:43 -05:00
- Replace Slate-Editor with DraftJS [Taiga #1346 ](https://tree.taiga.io/project/penpot/us/1346 )
2021-03-23 05:55:47 -05:00
- Set proper page title [Taiga #1377 ](https://tree.taiga.io/project/penpot/us/1377 )
2021-03-15 09:59:43 -05:00
2021-02-24 04:36:25 -05:00
### :bug: Bugs fixed
2021-03-29 03:30:13 -05:00
- Disable buttons in view mode for users without permissions [Taiga #1328 ](https://tree.taiga.io/project/penpot/issue/1328 )
2021-03-23 05:55:47 -05:00
- Fix broken profile and profile options form.
2021-03-26 11:05:53 -05:00
- Fix calculate size of some animated gifs [Taiga #1487 ](https://tree.taiga.io/project/penpot/issue/1487 )
2021-03-23 05:55:47 -05:00
- Fix error with the "Navigate to" button on prototypes [Taiga #1268 ](https://tree.taiga.io/project/penpot/issue/1268 )
2021-03-09 06:49:31 -05:00
- Fix issue when undo after changing the artboard of a shape [Taiga #1304 ](https://tree.taiga.io/project/penpot/issue/1304 )
2021-03-23 05:55:47 -05:00
- Fix issue with Alt key in distance measurement [#672 ](https://github.com/penpot/penpot/issues/672 )
2021-03-29 02:01:24 -05:00
- Fix issue with blending modes in masks [Taiga #1476 ](https://tree.taiga.io/project/penpot/issue/1476 )
2021-03-29 02:22:06 -05:00
- Fix issue with blocked shapes [Taiga #1480 ](https://tree.taiga.io/project/penpot/issue/1480 )
2021-03-23 05:55:47 -05:00
- Fix issue with comments styles on dashboard [Taiga #1405 ](https://tree.taiga.io/project/penpot/issue/1405 )
- Fix issue with default square grid [Taiga #1344 ](https://tree.taiga.io/project/penpot/issue/1344 )
2021-03-29 02:01:24 -05:00
- Fix issue with enter key shortcut [#775 ](https://github.com/penpot/penpot/issues/775 )
- Fix issue with enter to edit paths [Taiga #1481 ](https://tree.taiga.io/project/penpot/issue/1481 )
2021-03-23 05:55:47 -05:00
- Fix issue with mask and flip [#715 ](https://github.com/penpot/penpot/issues/715 )
- Fix issue with masks interactions outside bounds [#718 ](https://github.com/penpot/penpot/issues/718 )
- Fix issue with middle mouse button press moving the canvas when not moving mouse [#717 ](https://github.com/penpot/penpot/issues/717 )
- Fix issue with resolved comments [Taiga #1406 ](https://tree.taiga.io/project/penpot/issue/1406 )
- Fix issue with rotated blur [Taiga #1370 ](https://tree.taiga.io/project/penpot/issue/1370 )
- Fix issue with rotation degree input [#741 ](https://github.com/penpot/penpot/issues/741 )
- Fix issue with system shortcuts and application [#737 ](https://github.com/penpot/penpot/issues/737 )
2021-03-29 02:01:24 -05:00
- Fix issue with team management in dashboard [Taiga #1475 ](https://tree.taiga.io/project/penpot/issue/1475 )
- Fix issue with typographies panel cannot be collapsed [#707 ](https://github.com/penpot/penpot/issues/707 )
2021-03-26 04:37:19 -05:00
- Fix text selection in comments [#745 ](https://github.com/penpot/penpot/issues/745 )
2021-03-29 03:30:13 -05:00
- Update Work-Sans font [#744 ](https://github.com/penpot/penpot/issues/744 )
2021-03-29 03:26:34 -05:00
- Fix issue with recent files not showing [Taiga #1493 ](https://tree.taiga.io/project/penpot/issue/1493 )
2021-03-29 03:27:44 -05:00
- Fix issue when promoting to owner [Taiga #1494 ](https://tree.taiga.io/project/penpot/issue/1494 )
2021-03-29 04:56:15 -05:00
- Fix cannot click on blocked elements in viewer [Taiga #1430 ](https://tree.taiga.io/project/penpot/issue/1430 )
2021-03-29 04:56:36 -05:00
- Fix SVG not showing properties at code [Taiga #1437 ](https://tree.taiga.io/project/penpot/issue/1437 )
2021-03-29 05:16:14 -05:00
- Fix shadows when exporting groups [Taiga #1495 ](https://tree.taiga.io/project/penpot/issue/1495 )
2021-03-29 05:56:51 -05:00
- Fix drag-select when renaming layer text [Taiga #1307 ](https://tree.taiga.io/project/penpot/issue/1307 )
2021-03-29 11:27:02 -05:00
- Fix layout problem for editable selects [Taiga #1488 ](https://tree.taiga.io/project/penpot/issue/1488 )
2021-03-29 11:54:26 -05:00
- Fix artboard title wasn't move when resizing [Taiga #1479 ](https://tree.taiga.io/project/penpot/issue/1479 )
2021-03-29 12:07:56 -05:00
- Fix titles in viewer thumbnails too long [Taiga #1474 ](https://tree.taiga.io/project/penpot/issue/1474 )
2021-03-29 13:15:49 -05:00
- Fix when right click on a selected text shows artboard contextual menu [Taiga #1226 ](https://tree.taiga.io/project/penpot/issue/1226 )
2021-03-29 02:01:24 -05:00
2021-04-09 02:15:39 -05:00
### :boom: Breaking changes
- The LDAP configuration variables interpolation starts using `:`
(example `:username` ) instead of `$` . The main reason is avoid
2021-11-15 09:54:36 -05:00
unnecessary conflict with bash interpolation.
2021-04-09 02:15:39 -05:00
2021-03-18 03:56:15 -05:00
### :arrow_up: Deps updates
- Update backend to JDK16.
- Update exporter nodejs to v14.16.0
2021-02-24 04:36:25 -05:00
### :heart: Community contributions by (Thank you!)
2021-03-23 05:55:47 -05:00
- iblueer [#726 ](https://github.com/penpot/penpot/pull/726 )
- gizembln [#759 ](https://github.com/penpot/penpot/pull/759 )
2021-03-29 02:01:24 -05:00
- girafic [#748 ](https://github.com/penpot/penpot/pull/748 )
- mbrksntrk [#794 ](https://github.com/penpot/penpot/pull/794 )
2021-03-18 03:56:15 -05:00
2021-02-24 04:36:25 -05:00
## 1.3.0-alpha
### :sparkles: New features
2021-02-24 04:48:19 -05:00
- Add emailcatcher and ldap test containers to devenv. [#506 ](https://github.com/penpot/penpot/pull/506 )
2021-02-18 08:37:54 -05:00
- Add major refactor of internal pubsub/redis code; improves scalability and performance [#640 ](https://github.com/penpot/penpot/pull/640 )
2021-11-15 09:54:36 -05:00
- Add more chinese translations [#687 ](https://github.com/penpot/penpot/pull/687 )
2021-02-24 04:48:19 -05:00
- Add more presets for artboard [#654 ](https://github.com/penpot/penpot/pull/654 )
2021-02-18 08:37:54 -05:00
- Add optional loki integration [#645 ](https://github.com/penpot/penpot/pull/645 )
2021-02-22 08:13:27 -05:00
- Add proper http session lifecycle handling.
2021-02-24 04:48:19 -05:00
- Allow to set border radius of each rect corner individually
2021-02-18 08:37:54 -05:00
- Bounce & Complaint handling [#635 ](https://github.com/penpot/penpot/pull/635 )
2021-02-12 06:12:39 -05:00
- Disable groups interactions when holding "Ctrl" key (deep selection)
2021-11-15 09:54:36 -05:00
- New action in context menu to "edit" some shapes (bound to key "Enter")
2021-02-11 12:04:02 -05:00
2021-02-16 07:46:31 -05:00
### :bug: Bugs fixed
2021-02-11 12:04:02 -05:00
2021-02-18 08:07:13 -05:00
- Add more improvements to french translation strings [#591 ](https://github.com/penpot/penpot/pull/591 )
2022-01-28 07:54:29 -05:00
- Add some missing database indexes (mainly improves performance on large databases on file-update rpc method, and some background tasks)
2021-03-23 05:55:47 -05:00
- Disables filters in masking elements (issue with Firefox rendering)
2021-02-24 07:36:47 -05:00
- Drawing tool will have priority over resize/rotate handlers [Taiga #1225 ](https://tree.taiga.io/project/penpot/issue/1225 )
2021-02-24 04:48:19 -05:00
- Fix broken bounding box on editing paths [Taiga #1254 ](https://tree.taiga.io/project/penpot/issue/1254 )
2021-02-18 08:07:13 -05:00
- Fix corner cases on invitation/signup flows.
2021-02-24 07:17:16 -05:00
- Fix errors on onboarding file [Taiga #1287 ](https://tree.taiga.io/project/penpot/issue/1287 )
2021-02-24 04:48:19 -05:00
- Fix infinite recursion on logout.
2021-02-24 07:17:16 -05:00
- Fix issues with frame selection [Taiga #1300 ](https://tree.taiga.io/project/penpot/issue/1300 ), [Taiga #1255 ](https://tree.taiga.io/project/penpot/issue/1255 )
2021-02-24 09:16:16 -05:00
- Fix local fonts error [#691 ](https://github.com/penpot/penpot/issues/691 )
2021-03-23 05:55:47 -05:00
- Fix issue width handoff code generation [Taiga #1204 ](https://tree.taiga.io/project/penpot/issue/1204 )
- Fix issue with indices refreshing on page changes [#646 ](https://github.com/penpot/penpot/issues/646 )
2021-02-12 08:03:33 -05:00
- Have language change notification written in the new language [Taiga #1205 ](https://tree.taiga.io/project/penpot/issue/1205 )
2021-02-24 04:48:19 -05:00
- Hide register screen when registration is disabled [#598 ](https://github.com/penpot/penpot/issues/598 )
2021-02-11 12:04:02 -05:00
- Properly handle errors on github, gitlab and ldap auth backends.
2022-01-28 07:54:29 -05:00
- Properly mark profile auth backend (on first register/ auth with 3rd party auth provider)
2021-02-18 08:07:13 -05:00
- Refactor LDAP auth backend.
2021-02-18 08:37:54 -05:00
### :heart: Community contributions by (Thank you!)
- girafic [#538 ](https://github.com/penpot/penpot/pull/654 )
- arkhi [#591 ](https://github.com/penpot/penpot/pull/591 )
2021-02-11 12:04:02 -05:00
2021-02-11 12:04:02 -05:00
## 1.2.0-alpha
2021-02-16 07:46:31 -05:00
### :sparkles: New features
2021-02-05 05:27:01 -05:00
2021-02-11 12:04:02 -05:00
- Add horizontal/vertical flip
2021-02-10 11:17:16 -05:00
- Add images lock proportions by default [#541 ](https://github.com/penpot/penpot/discussions/541 ), [#609 ](https://github.com/penpot/penpot/issues/609 )
2021-02-11 12:04:02 -05:00
- Add new blob storage format (Zstd+nippy)
2021-02-10 11:17:16 -05:00
- Add user feedback form
2021-02-11 12:04:02 -05:00
- Improve French translations
- Improve component testing
- Increase default deletion delay to 7 days
- Show a pixel grid when zoom greater than 800% [#519 ](https://github.com/penpot/penpot/discussions/519 )
2021-02-12 11:12:01 -05:00
- Fix behavior of select all command when there are objects outside frames [Taiga #1209 ](https://tree.taiga.io/project/penpot/issue/1209 )
2021-02-11 12:04:02 -05:00
2021-02-16 07:46:31 -05:00
### :bug: Bugs fixed
2021-02-04 10:27:54 -05:00
2021-02-11 07:45:30 -05:00
- Fix 404 when access shared link [#615 ](https://github.com/penpot/penpot/issues/615 )
2021-02-11 12:04:02 -05:00
- Fix 500 when requestion password reset
2021-03-23 05:55:47 -05:00
- Fix issue when transforming path shapes [Taiga #1170 ](https://tree.taiga.io/project/penpot/issue/1170 )
2021-02-11 09:49:18 -05:00
- Fix apply a color to a text selection from color palette was not working [Taiga #1189 ](https://tree.taiga.io/project/penpot/issue/1189 )
2021-02-11 12:04:02 -05:00
- Fix issues when moving shapes outside groups [Taiga #1138 ](https://tree.taiga.io/project/penpot/issue/1138 )
- Fix ldap function called on login click
2021-02-11 09:49:18 -05:00
- Fix logo icon in viewer should go to dashboard [Taiga #1149 ](https://tree.taiga.io/project/penpot/issue/1149 )
2021-02-11 04:58:58 -05:00
- Fix ordering when restoring deleted shapes in sync [Taiga #1163 ](https://tree.taiga.io/project/penpot/issue/1163 )
2021-03-23 05:55:47 -05:00
- Fix issue when editing text immediately after creating [Taiga #1207 ](https://tree.taiga.io/project/penpot/issue/1207 )
- Fix issue when pasting URL's copied from the browser url bar [Taiga #1187 ](https://tree.taiga.io/project/penpot/issue/1187 )
- Fix issue with multiple selection and groups [Taiga #1128 ](https://tree.taiga.io/project/penpot/issue/1128 )
- Fix issue with red handler indicator on resize [Taiga #1188 ](https://tree.taiga.io/project/penpot/issue/1188 )
2021-02-11 12:04:02 -05:00
- Fix show correct error when google auth is disabled [Taiga #1119 ](https://tree.taiga.io/project/penpot/issue/1119 )
- Fix text alignment in preview [#594 ](https://github.com/penpot/penpot/issues/594 )
- Fix unexpected exception when uploading image [Taiga #1120 ](https://tree.taiga.io/project/penpot/issue/1120 )
- Fix updates on collaborative editing not updating selection rectangles [Taiga #1127 ](https://tree.taiga.io/project/penpot/issue/1127 )
- Make the team deletion deferred (in the same way other objects)
2021-02-16 07:46:31 -05:00
### :heart: Community contributions by (Thank you!)
2021-02-10 11:17:16 -05:00
2021-02-11 12:04:02 -05:00
- abtinmo [#538 ](https://github.com/penpot/penpot/pull/538 )
2021-02-10 11:17:16 -05:00
- kdrag0n [#585 ](https://github.com/penpot/penpot/pull/585 )
2021-02-11 12:04:02 -05:00
- nisrulz [#586 ](https://github.com/penpot/penpot/pull/586 )
2021-02-10 11:17:16 -05:00
- tomer [#575 ](https://github.com/penpot/penpot/pull/575 )
- violoncelloCH [#554 ](https://github.com/penpot/penpot/pull/554 )
2021-02-10 10:52:24 -05:00
2021-02-04 10:27:54 -05:00
## 1.1.0-alpha
- Bugfixing and stabilization post-launch
- Some changes to the register flow
- Improved MacOS shortcuts and helpers
- Small changes to shape creation
## 1.0.0-alpha
Initial release