@sketch-hq/sketch-file-format-ts@6.0.0
sketch-releases
released this
13 Apr 12:42
·
188 commits
to main
since this release
Major Changes
-
4704c97: Drop types for older schema versions. This is a breaking change.
Instead ofFileFormat1
,FileFormat2
andFileFormat3
in addition to the
latest file format version asdefault
, types are now only exported as
default
for the latest schemas.To import specific versions of the file format, use specific versions of
@sketch-hq/sketch-file-format-ts
instead.
Patch Changes
- fa8a43b: Reorganise source code