Skip to content

Commit

Permalink
update deps and 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Oct 8, 2021
1 parent ad8a567 commit 10563b5
Show file tree
Hide file tree
Showing 10 changed files with 5,134 additions and 816 deletions.
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.4 (October 8, 2021)
=====================
* fix Quadratic to Cubic rounding issue in Glyph to CFF Ops stage (#468)
* update dependencies with `npm audit fix`

1.3.3 (April 20, 2020)
=====================
* fix GlyphOptions with falsy values (#430)
Expand Down Expand Up @@ -158,7 +163,7 @@ Also as this project is now using SemVer, the breaking change required a new maj
* GSUB reading and writing by @fpirsch. This is still missing a user-friendly API.
* Add support for cmap table format 12, which enables support for Unicode characters outside of the 0x0 - 0xFFFF range.
* Better API documentation using [JSDoc](http://usejsdoc.org/).
* Accessing xMin/... metrics works before path load.
* Accessing xMin/... metrics works before path load.

0.6.4 (June 30, 2016)
=========================
Expand Down
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentype.js",
"main": "dist/opentype.js",
"version": "1.3.3",
"version": "1.3.4",
"keywords": [
"graphics",
"fonts",
Expand All @@ -20,6 +20,5 @@
"test",
"*.html"
],
"dependencies": {
}
}
"dependencies": {}
}
Loading

0 comments on commit 10563b5

Please sign in to comment.