Skip to content

Tags: sketch-hq/fig2sketch

Tags

v0.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🗞️ Rollback `download-artifact` to `v3` (#130)

Rollback `download-artifact` to `v3` to unblock release

v0.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
💥 Avoid `KeyError` when `derivedSymbolData` is omitted when detaching…

… instances (#127)

💥 Avoid `KeyError` when `derivedSymbolData` is omitted

v0.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
👁️ Additional defaults for blend modes (#124)

Blend mode appears to be omitted from the `fig` model when it's set to `NORMAL`. This leads to a key error when processing a node. This small tweak uses `get` to ensure we fall back to `NORMAL` when the `blendMode` key isn't set.

v0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
👀 Fallback to sensible defaults when reading some fig node properties (

…#123)

* 👀 Fallback to sensible defaults when reading some node properties
* ⚔️ Avoid division by zero

v0.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔨 Improve the reliability of web font matching (#122)

v0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
👈 Reset the file pointer when returning font from `get_webfont` (#121)

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🎨 Add support for P3 color space (#115)

Adds support for setting the output Sketch document's colour space to either sRGB or P3 based on the fig input

v0.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
💥 Switch to a specific pyinstaller release to avoid errors when bundl…

…ing (#112)

We were encountering a specific issue with Pyinstaller when trying to embed the universal binary in the Sketch bundle. We're mitigating this for now by moving to a specific Pyinstaller release

v0.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⌨️ Fix an error that prevents any text layers from being imported (#105)

* 🌁 Update tests/data/structure.fig to the latest file format version

Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com>

* 👨‍👨‍👧‍👧 Fix emoji detection when building text layer attributes

Instead of a special fill style override for emojis there's now a glyph-level "emojiCodePoints" field we can use to detect them

Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com>

---------

Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com>

v0.2.7

💄 Styling