mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 02:46:37 +02:00
📎 Minor cosmetic changes.
This commit is contained in:
parent
6003591ecd
commit
662f87080c
2 changed files with 2 additions and 5 deletions
|
@ -4,16 +4,12 @@
|
||||||
## :rocket: Next
|
## :rocket: Next
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
||||||
- Transform shapes to path on double click
|
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1.6.0-alpha
|
## 1.6.0-alpha
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
@ -23,6 +19,7 @@
|
||||||
- Add the ability to upload/use custom fonts (and automatically generate all needed webfonts).
|
- 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).
|
- 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.
|
- Translate automatic names of new files and projects.
|
||||||
|
- Transform shapes to path on double click
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
[:div.dashboard-title
|
[:div.dashboard-title
|
||||||
[:h1 (tr "labels.fonts")]]
|
[:h1 (tr "labels.fonts")]]
|
||||||
[:nav
|
[:nav
|
||||||
[:ul
|
#_[:ul
|
||||||
[:li {:class (when (= section :fonts) "active")}
|
[:li {:class (when (= section :fonts) "active")}
|
||||||
[:a {:on-click go-fonts} (tr "labels.custom-fonts")]]
|
[:a {:on-click go-fonts} (tr "labels.custom-fonts")]]
|
||||||
[:li {:class (when (= section :providers) "active")}
|
[:li {:class (when (= section :providers) "active")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue