mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 19:56:05 +00:00
✨ Mark new or updated files with new features
for avoid crossversion modifications
This commit is contained in:
@@ -46,11 +46,14 @@
|
||||
(def supported-features
|
||||
#{"storage/objects-map"
|
||||
"storage/pointer-map"
|
||||
"internal/shape-record"
|
||||
"internal/geom-record"
|
||||
"components/v2"})
|
||||
|
||||
(defn get-default-features
|
||||
[]
|
||||
(cond-> #{}
|
||||
(cond-> #{"internal/shape-record"
|
||||
"internal/geom-record"}
|
||||
(contains? cf/flags :fdata-storage-pointer-map)
|
||||
(conj "storage/pointer-map")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user