Skip to content

Releases: sketch-hq/fig2sketch

v0.4.2

11 Jun 13:37
9efa711
Compare
Choose a tag to compare

What's Changed

  • Implement support int64 and uint64 field types by @tmdvs in #147

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Apr 09:08
278533c
Compare
Choose a tag to compare

What's Changed

  • 🐞 Remove clipping masks from symbols and skip vectors missing regions by @tmdvs in #146

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Apr 13:54
5dbc28d
Compare
Choose a tag to compare

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 and setup-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 from v3 to v4 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

Full Changelog: v0.3.6...v0.4.0

v0.3.6

11 Sep 08:12
717c91a
Compare
Choose a tag to compare

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 to v3 by @tmdvs in #130

Full Changelog: v0.3.5...v0.3.6

v0.3.5

16 Jul 11:22
15cef04
Compare
Choose a tag to compare

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 when derivedSymbolData is omitted when detaching instances by @tmdvs in #127

Full Changelog: v0.3.4...v0.3.5

v0.3.4

15 Jul 15:30
9613bc5
Compare
Choose a tag to compare

What's Changed

  • 👁️ Additional defaults for blend modes by @tmdvs in #124

Full Changelog: v0.3.3...v0.3.4

v0.3.3

12 Jun 11:41
f47fdd9
Compare
Choose a tag to compare

What's Changed

  • 👀 Fallback to sensible defaults when encountering missing properties by @tmdvs in #123

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 May 09:14
6449c86
Compare
Choose a tag to compare

What's Changed

  • 🔨 Improve the reliability of web font matching by @tmdvs in #122

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 May 16:26
6781109
Compare
Choose a tag to compare

What's Changed

  • 👈 Reset the file pointer when returning font from get_webfont by @tmdvs in #121

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 May 15:29
d8b6bf5
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.9...v0.3.0