Releases: sketch-hq/fig2sketch
Releases · sketch-hq/fig2sketch
v0.4.2
v0.4.1
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Important
Version v0.4.0
supports Sketch document model changes introduced in Sketch 2025.1
, namely the introduction of Frames and Stacks. To generate documents compatible with older version of Sketch, please use fig2sketch v0.3.6
What's Changed
- 🖼 Add frame support by @tmdvs in #139
- 🥞 Implement stacks by @tmdvs in #140
- 🕶️ Support Sketch's new inner shadow model and shadow effect visibility by @tmdvs in #141
- 📐 Support rounded corners on frames by @tmdvs in #143
- 🖌️ Support fill blend modes and fix blurs by @tmdvs in #139
- 0️⃣ Better handling of missing nodes and division by zero by @tmdvs in #131
Repository maintenance
- Update
checkout
andsetup-python
github action versions by @tmdvs in #142 - Adhoc build action for branches by @tmdvs in #133
- Update x86 runner to macOS13 by @andreivladmatei in #134
- Upgrade
upload-artifact
fromv3
tov4
by @tmdvs in #138 - Update release workfloww to merge multiple artifacts by @tmdvs in #145
- Replace Rust toolchain setup Github action by @tmdvs in #144
New Contributors
- @andreivladmatei made their first contribution in #134
Full Changelog: v0.3.6...v0.4.0
v0.3.6
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #128
- 🗜️ Support
zstd
compression algorithm by @tmdvs in #129 - 🗞️ Rollback
download-artifact
tov3
by @tmdvs in #130
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- 🕶️ Support for Plus Lighter and Plus Darker blend modes by @tmdvs in #125
- 📐 Fallback to node dimensions when original image dimensions aren't present by @tmdvs in #126
- 💥 Avoid
KeyError
whenderivedSymbolData
is omitted when detaching instances by @tmdvs in #127
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
With the introduction of color space support, we've bumped up a minor version. While it's a backwards-compatible change, importing the same Figma document could result in visual differences.
What's Changed
- Add support for P3 color space by @tmdvs in #115
- Fix issues with font downloading and zombie refs by @tmdvs #118
- Bump pillow from 9.3.0 to 10.3.0 by @dependabot in #116
- Bump fonttools from 4.38.0 to 4.43.0 by @dependabot in #120
New Contributors
- @dependabot made their first contribution in #116
Full Changelog: v0.2.9...v0.3.0