Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 13, 2020
1 parent 90606e4 commit f862538
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 30 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.1 (April 13, 2020)
=====================
* Fix Path.toPathData and Path.toSVG - X Axis is flipped (#369)
* Fix use of Promise / async/await in the load function (#427)
* Fix a bug for unsupported SUBSTITUTIONS #403

1.2.0 (April 13, 2020)
=====================
* Fix issue #385, merge default options with user options (#386)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentype.js",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/opentype.js",
"keywords": [
"graphics",
Expand Down
36 changes: 24 additions & 12 deletions dist/opentype.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/opentype.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opentype.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opentype.min.js.map

Large diffs are not rendered by default.

36 changes: 24 additions & 12 deletions dist/opentype.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/opentype.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentype.js",
"description": "OpenType font parser",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Frederik De Bleser",
"email": "[email protected]"
Expand Down

0 comments on commit f862538

Please sign in to comment.