mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Merge pull request #2667 from penpot/hiru-fix-sync-path
🐛 Fix component sync when shape is converted to path
This commit is contained in:
commit
8ffe023d3e
2 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
## :rocket: Next (1.17)
|
## :rocket: Next (1.17)
|
||||||
|
|
||||||
### :boom: Breaking changes & Deprecations
|
### :boom: Breaking changes & Deprecations
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
||||||
- Adds layout flex functionality for boards
|
- Adds layout flex functionality for boards
|
||||||
|
@ -20,9 +21,12 @@
|
||||||
- Fix lang autodetect issue [Taiga #4277](https://tree.taiga.io/project/penpot/issue/4277)
|
- Fix lang autodetect issue [Taiga #4277](https://tree.taiga.io/project/penpot/issue/4277)
|
||||||
- Fix adding an extra page on import [Taiga #4543](https://tree.taiga.io/project/penpot/task/4543)
|
- Fix adding an extra page on import [Taiga #4543](https://tree.taiga.io/project/penpot/task/4543)
|
||||||
- Fix unable to select text at assets inputs in firefox [Taiga #4572](https://tree.taiga.io/project/penpot/issue/4572)
|
- Fix unable to select text at assets inputs in firefox [Taiga #4572](https://tree.taiga.io/project/penpot/issue/4572)
|
||||||
|
- Fix component sync when converting to path [Taiga #3642](https://tree.taiga.io/project/penpot/issue/3642)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|
||||||
## 1.16.2-beta
|
## 1.16.2-beta
|
||||||
- Fix strage cursor behaviour after clicking viewport with text pool [Github #2447](https://github.com/penpot/penpot/issues/2447)
|
- Fix strage cursor behaviour after clicking viewport with text pool [Github #2447](https://github.com/penpot/penpot/issues/2447)
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
:r2 :radius-group
|
:r2 :radius-group
|
||||||
:r3 :radius-group
|
:r3 :radius-group
|
||||||
:r4 :radius-group
|
:r4 :radius-group
|
||||||
|
:type :geometry-group
|
||||||
:selrect :geometry-group
|
:selrect :geometry-group
|
||||||
:points :geometry-group
|
:points :geometry-group
|
||||||
:locked :geometry-group
|
:locked :geometry-group
|
||||||
|
@ -90,8 +91,7 @@
|
||||||
:layout-item-min-h :layout-item
|
:layout-item-min-h :layout-item
|
||||||
:layout-item-max-w :layout-item
|
:layout-item-max-w :layout-item
|
||||||
:layout-item-min-w :layout-item
|
:layout-item-min-w :layout-item
|
||||||
:layout-item-align-self :layout-item
|
:layout-item-align-self :layout-item})
|
||||||
})
|
|
||||||
|
|
||||||
;; Attributes that may directly be edited by the user with forms
|
;; Attributes that may directly be edited by the user with forms
|
||||||
(def editable-attrs
|
(def editable-attrs
|
||||||
|
|
Loading…
Add table
Reference in a new issue