Skip to content

@sketch-hq/sketch-file-format-ts@6.0.0

Compare
Choose a tag to compare
@sketch-releases sketch-releases released this 13 Apr 12:42
· 188 commits to main since this release
87fb2a6

Major Changes

  • 4704c97: Drop types for older schema versions. This is a breaking change.
    Instead of FileFormat1, FileFormat2 and FileFormat3 in addition to the
    latest file format version as default, 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