Skip to content

Releases: chanind/hanzi-writer

v0.3.1

14 Jan 16:24
Compare
Choose a tag to compare

Further reducing filesize from 97kb to 22kb minified. This is accomplished by removing svg.js and removing bloat from babel.

v0.3.0

09 Jan 02:51
Compare
Choose a tag to compare

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

07 Jan 12:45
Compare
Choose a tag to compare

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

30 Sep 17:19
Compare
Choose a tag to compare

Using https to load character data from the github CDN