Skip to content

Releases: fonttools/ufoLib2

v0.12.1

09 Nov 17:53
1ee46af
Compare
Choose a tag to compare

What's Changed

  • Internal changes only, housekeeping by @madig in #179

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Nov 11:36
2cbd725
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.4...v0.12.0

v0.11.4

27 Sep 14:27
fb4acc7
Compare
Choose a tag to compare

Fix Font's explicit data and images kwarg converters.

v0.11.3

21 Sep 14:15
d9bc309
Compare
Choose a tag to compare

Ensure data and image stores are unlazified for direct comparisons (#165).

v0.11.2

07 Sep 10:39
7196c20
Compare
Choose a tag to compare
  • Internal change: Don't compare private Font attributes, cleaning up pytest assert displays (#160).
  • Internal change: Do not require wheel for all setuptools operations (#158).

v0.11.1

11 Jan 10:29
093cd6a
Compare
Choose a tag to compare

Component.move: apply delta to offset directly rather than translating, which fixes moving of flipped components.

v0.11.0

07 Jan 11:43
fd3304b
Compare
Choose a tag to compare

Typing: add GlyphSet protocol. More elegant than referring to Layer and Glyph explicitly, which nicely avoids circular imports.

v0.10.1

20 Dec 12:34
a7b9a50
Compare
Choose a tag to compare

Some small typing fixes to circumvent microsoft/pyright#1297.

v0.10.0

27 Nov 15:09
343288c
Compare
Choose a tag to compare

Oops, object_lib should have been objectLib.

v0.9.0

27 Nov 14:45
243f056
Compare
Choose a tag to compare

Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to explicitly handle the new public.objectLibs mechanism of attaching libs to anchors, guidelines, contours, components and points.