source-foundry / Slice

An open-source, cross-platform GUI app to generate custom font design spaces from variable fonts
https://slice-gui.netlify.app/
GNU General Public License v3.0
158 stars 9 forks source link

Bump fonttools[woff] from 4.23.0 to 4.24.4 #49

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fonttools[woff] from 4.23.0 to 4.24.4.

Release notes

Sourced from fonttools[woff]'s releases.

4.24.4

  • [subset/instancer] Fixed AttributeError when instantiating a VF that contains GPOS ValueRecords with Device tables but without the respective non-Device values (e.g. XAdvDevice without XAdvance). When not explicitly set, the latter are assumed to be 0 (#2323).

4.24.3

  • [otTables] Fixed AttributeError in methods that split LigatureSubst, MultipleSubst and AlternateSubst subtables when an offset overflow occurs. The Format attribute was removed in v4.22.0 (#2319).

4.24.2

  • [ttGlyphPen] Fixed typing annotation of TTGlyphPen glyphSet parameter (#2315).
  • Fixed two instances of DeprecationWarning: invalid escape sequence (#2311).

4.24.1

  • [subset] Fixed AttributeError when SinglePos subtable has None Value (ValueFormat 0) (#2312, #2313).

4.24.0

  • [pens] Add ttGlyphPen.TTGlyphPointPen similar to TTGlyphPen (#2205).

4.23.1

  • [subset] Fix KeyError after subsetting COLR table that initially contains both v0 and v1 color glyphs when the subset only requested v1 glyphs; we were not pruning the v0 portion of the table (#2308).
  • [colorLib] Set LayerV1List attribute to None when empty, it's optional in CORLv1 (#2308).
Changelog

Sourced from fonttools[woff]'s changelog.

4.24.4 (released 2021-05-25)

  • [subset/instancer] Fixed AttributeError when instantiating a VF that contains GPOS ValueRecords with Device tables but without the respective non-Device values (e.g. XAdvDevice without XAdvance). When not explicitly set, the latter are assumed to be 0 (#2323).

4.24.3 (released 2021-05-20)

  • [otTables] Fixed AttributeError in methods that split LigatureSubst, MultipleSubst and AlternateSubst subtables when an offset overflow occurs. The Format attribute was removed in v4.22.0 (#2319).

4.24.2 (released 2021-05-20)

  • [ttGlyphPen] Fixed typing annotation of TTGlyphPen glyphSet parameter (#2315).
  • Fixed two instances of DeprecationWarning: invalid escape sequence (#2311).

4.24.1 (released 2021-05-20)

  • [subset] Fixed AttributeError when SinglePos subtable has None Value (ValueFormat 0) (#2312, #2313).

4.24.0 (released 2021-05-17)

  • [pens] Add ttGlyphPen.TTGlyphPointPen similar to TTGlyphPen (#2205).

4.23.1 (released 2021-05-14)

  • [subset] Fix KeyError after subsetting COLR table that initially contains both v0 and v1 color glyphs when the subset only requested v1 glyphs; we were not pruning the v0 portion of the table (#2308).
  • [colorLib] Set LayerV1List attribute to None when empty, it's optional in CORLv1 (#2308).
Commits
  • b3acb8b Release 4.24.4
  • b59c4f5 Update changelog [skip ci]
  • cf57ee0 Merge pull request #2323 from fonttools/fix-instancer-valuerecord
  • b8ce999 [merger] make getattr(valueRecord, *) default to 0 if it has Device tables bu...
  • dafce3f instancer_test: add test with PairPos ValueRecord with XAdvDevice but no XAdv...
  • 7af4312 [otBase] Tiniest cleanup
  • 96f0169 Bump version: 4.24.3 → 4.24.4.dev0
  • 9d5c3ad Release 4.24.3
  • 862c61e Update changelog [skip ci]
  • adbe4c3 otTables_test: mixed tabs and spaces
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #51.