mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🐛 Removed "merge assets" option from export
This commit is contained in:
parent
e0034dc205
commit
6892cffe54
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
### :boom: Breaking changes & Deprecations
|
||||
|
||||
- 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.
|
||||
|
||||
### :heart: Community contributions (Thank you!)
|
||||
|
||||
- Set proper default tenant on exporter (by @june128) [#4946](https://github.com/penpot/penpot/pull/4946)
|
||||
|
|
|
@ -369,7 +369,9 @@
|
|||
selected (:selected state)
|
||||
status (:status state)
|
||||
|
||||
|
||||
;; We've deprecated the merge option on non-binary files because it wasn't working
|
||||
;; and we're planning to remove this export in future releases.
|
||||
export-types (if binary? export-types [:all :detach])
|
||||
|
||||
start-export
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Reference in a new issue