mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
📚 Update changelog.
This commit is contained in:
parent
07f3d48a9d
commit
c33c3fb2fa
1 changed files with 9 additions and 2 deletions
11
CHANGES.md
11
CHANGES.md
|
@ -15,18 +15,25 @@
|
|||
|
||||
### :sparkles: New features
|
||||
|
||||
- Add many performance related improvements to indexes handling on workspace.
|
||||
- Add option to interactively scale text [Taiga #1527](https://tree.taiga.io/project/penpot/us/1527)
|
||||
- Add the ability to upload/use custom fonts (and automatically generate all needed webfonts).
|
||||
- Refactor dashboard state management (improves considerably the performance when you have a dashboard with a big collection of projects and files).
|
||||
- Translate automatic names of new files and projects.
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Remove interactions when the destination artboard is deleted [Taiga #1656](https://tree.taiga.io/project/penpot/issue/1656)
|
||||
- Fix snap index problem [Taiga #1661](https://tree.taiga.io/project/penpot/issue/1661)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
|
||||
- Update exporter dependencies (puppetteer), that fixes some unexpected exceptions.
|
||||
- Update string manipulation library.
|
||||
|
||||
|
||||
### :boom: Breaking changes
|
||||
|
||||
- The OIDC setting `PENPOT_OIDC_SCOPES` has chenged the default semantincs. Before this
|
||||
- The OIDC setting `PENPOT_OIDC_SCOPES` has changed the default semantics. Before this
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue