diff --git a/CHANGES.md b/CHANGES.md index 831c1b8a5..c0aeaca98 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## :rocket: Next (1.17) ### :boom: Breaking changes & Deprecations + ### :sparkles: New features - 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 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 component sync when converting to path [Taiga #3642](https://tree.taiga.io/project/penpot/issue/3642) ### :arrow_up: Deps updates + ### :heart: Community contributions by (Thank you!) + ## 1.16.2-beta - Fix strage cursor behaviour after clicking viewport with text pool [Github #2447](https://github.com/penpot/penpot/issues/2447) diff --git a/common/src/app/common/pages/common.cljc b/common/src/app/common/pages/common.cljc index 885cdb967..c17a5e16b 100644 --- a/common/src/app/common/pages/common.cljc +++ b/common/src/app/common/pages/common.cljc @@ -50,6 +50,7 @@ :r2 :radius-group :r3 :radius-group :r4 :radius-group + :type :geometry-group :selrect :geometry-group :points :geometry-group :locked :geometry-group @@ -90,8 +91,7 @@ :layout-item-min-h :layout-item :layout-item-max-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 (def editable-attrs