Releases: chanind/hanzi-writer
Releases · chanind/hanzi-writer
v0.3.3
This release fixes a nasty bug that cause Hanzi writer to not work in Microsoft browsers (IE and Edge) due to their poor handling of SVG masks.
v0.3.2
- Bug fix for flickering during animation in Safari
- fixing animation start position so the full stroke gets animated
- using
performance.now()
instead of Date.now()
for timing during animation
v0.3.1
Further reducing filesize from 97kb to 22kb minified. This is accomplished by removing svg.js and removing bloat from babel.
v0.3.0
Removing babel-polyfill
from HanziWriter
. This reduces minified filesize by half from 184kb to 97kb. This polyfill should no longer be necessary anyway as all current browsers support all JS features used in HanziWriter
. If users need to still support very old versions of IE they should include a polyfill themselves.
v0.2.2
This release makes stroke recognition in quizzes more lenient. This should make the quiz feature a lot more usable, especially for characters with a lot of small details.
v0.2.1
Using https
to load character data from the github CDN