Releases: sketch-hq/sketch-document
Releases · sketch-hq/sketch-document
@sketch-hq/sketch-file@1.0.2
Patch Changes
- 6ae901d: Include missing dependencies
@sketch-hq/sketch-file@1.0.1
Patch Changes
- 9226ec6: Fixed exports to allow
import { fromFile, toFile } from '@sketch-hq/sketch-file'
@sketch-hq/sketch-file@1.0.0
Major Changes
- 9014f7b: Add sketch-file package
@sketch-hq/sketch-file-format@6.0.2
Patch Changes
- 1ceb662: Remove includeInCloudUpload
@sketch-hq/sketch-file-format-ts@6.0.2
Patch Changes
- 1ceb662: Remove includeInCloudUpload
@sketch-hq/sketch-file-format@6.0.1
Patch Changes
- c7c1df1: Reorganised source code and simplified build process
@sketch-hq/sketch-file-format-ts@6.0.1
Patch Changes
- 7ba2909: Updated dependencies
@sketch-hq/sketch-file-format-ts@6.0.0
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
@sketch-hq/sketch-file-format-ts@5.2.4
Patch Changes
- 6ba4724: Re-include type declarations