Releases: chanind/hanzi-writer
Releases · chanind/hanzi-writer
v2.0.4
2.0.4 (2019-08-01)
Bug Fixes
v2.0.3
2.0.3 (2019-07-31)
Bug Fixes
- bump to push release 2.0.3 (943c617)
v2.0.2
2.0.2 (2019-06-11)
Bug Fixes
v2.0.1
2.0.1 (2019-06-11)
Bug Fixes
- fixing bug in getting SVG mouse/touch points (677fea4)
v2.0.0
2.0.0 (2019-06-10)
Features
BREAKING CHANGES
- noConflict has been removed
v1.4.2
- Refactored rendering to make it easier to build a Wechat miniprogram package for HanziWriter #114
v1.4.1
- Updating .npmignore to remove unnecessary stuff from the bundle
v1.4.0
- experimental canvas rendering by passing
renderer: 'canvas'
as an option to HanziWriter
. #112
v1.3.1
- removed unused param in function call #106 (thanks @jamsch)
- fixed a bug where some versions of safari don't work with relative paths in SVG #109 (thanks @mbostock). More info in #104
v1.3.0
- fixes a bug where calling
setCharacter()
would reset character opacity and outline opacity to their original values when the writer instance was created. Thanks @lolaswift for pointing this out. More info in #101.