Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ttf-parser from 0.12.3 to 0.15.2 #87

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps ttf-parser from 0.12.3 to 0.15.2.

Changelog

Sourced from ttf-parser's changelog.

[0.15.2] - 2022-06-17

Fixed

  • Missing advance and side bearing offsets in HVAR/VVAR is not an error. Simply ignore them.

[0.15.1] - 2022-06-04

Fixed

  • (cmap) cmap::Subtable4::glyph_index correctly handles malformed glyph offsets now.
  • (cmap) cmap::Subtable4::codepoints no longer includes 0xFFFF codepoint.
  • (SVG) Fixed table parsing. Thanks to Shubhamj280

[0.15.0] - 2022-02-20

Added

  • apple-layout build feature.
  • ankr, feat, kerx, morx and trak tables.
  • kern AAT subtable format 1.
  • RawFace

Changed

  • The parser module is private now again.

[0.14.0] - 2021-12-28

Changed

  • (cmap) cmap::Subtable::glyph_index and cmap::Subtable::glyph_variation_index accept u32 instead of char now.
  • (glyf) ~7% faster outline parsing.

[0.13.4] - 2021-11-23

Fixed

  • (CFF) Panic during seac resolving.
  • (CFF) Stack overflow during seac resolving.

[0.13.3] - 2021-11-19

Fixed

  • (glyf) Endless loop during malformed file parsing.

[0.13.2] - 2021-10-28

Added

  • gvar-alloc build feature that unlocks gvar table limits by using heap. Thanks to OrionNebula

[0.13.1] - 2021-10-27

Fixed

  • Face::line_gap logic.

[0.13.0] - 2021-10-24

Added

  • Complete GSUB and GPOS tables support. Available under the opentype-layout feature.
  • Public access to all supported TrueType tables. This allows a low-level, but still safe, access to internal data layout, which can be used for performance optimization, like caching.
  • Style enum and Face::style method.

... (truncated)

Commits
  • d164021 Version bump.
  • 99d9978 Missing advance and side bearing offsets in HVAR/VVAR is not an error.
  • 6e2e814 Version bump.
  • 5d43acc (cmap) Improve malformed subtable4 parsing.
  • 955bbfa Fix Face::glyph_index documentation.
  • ed89baa Update dev-dependencies and remove svgtypes dependency.
  • 5d781af Update readme.
  • d0d714d Add COLR/CPAL tables to Readme.
  • 7e24947 (svg) Fix document records offset.
  • 396e9fc Version bump.
  • 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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 20, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/ttf-parser-0.15.2 branch 2 times, most recently from 21f79e0 to f4d2fc0 Compare July 12, 2022 17:32
Bumps [ttf-parser](https://github.com/RazrFalcon/ttf-parser) from 0.12.3 to 0.15.2.
- [Release notes](https://github.com/RazrFalcon/ttf-parser/releases)
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](harfbuzz/ttf-parser@v0.12.3...v0.15.2)

---
updated-dependencies:
- dependency-name: ttf-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/ttf-parser-0.15.2 branch from f4d2fc0 to 7c46162 Compare July 16, 2022 15:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2022

Superseded by #116.

@dependabot dependabot bot closed this Sep 29, 2022
@dependabot dependabot bot deleted the dependabot/cargo/ttf-parser-0.15.2 branch September 29, 2022 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants