This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
3.1.0: Sketch 53 support
This release brings support for Sketch 53 and its new APIs.
New features:
- Parse JSON dump output from Sketch 53
- Support for named document colors and gradients
Breaking changes:
- Sketch 53 is a requirement and while it might be backward-compatible we do not encourage you to use this release with versions lower than Sketch 53
- Named document colors are now grabbed from
document.colorAssets
anddocument.gradientAssets
which may conflict with how your document colors were previously parsed.