Skip to content

Tags: bobqiu/hanzi-writer

Tags

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Added skipQuizStroke (chanind#317)

* feat: Added skipStrokeQuiz

* adding tests and tweaking API

---------

Co-authored-by: David Chanin <[email protected]>

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add license info to package.json

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add averageDistanceThreshold Option for Stroke Matching Leniency (

chanind#307)

* replace AVG_DIST_THRESHOLD constant with configurable option

* fix trailing comma

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adding markStrokeCorrectAfterMisses option to quizzes (chanind#295

)

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: hide stroke highlight if it gets canceled rather than leaving it…

… halfway (chanind#294)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: respect highlightCompleteColor when finishing quiz (chanind#293)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add quizStartStrokeNum option to allow quizzing final stroke (c…

…hanind#281)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow checking backwards strokes (chanind#252)

* feat: allow checking backwards strokes

* fixup: fix getMatchData types

Because it is recursive, it requires an explicit return type annotation.

* fixup: add single point test case

* fixup: avoid ternary values

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adding writer.updateDimensions method (chanind#245)

* adding a method to updateDimensions of an existing writer without replacing state

* reorganizing methods

* updating caniuse to keep tests happy

* adding a setPositioner test to keep codecov happy

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adding a getCharacterData() method for easier loading of charac…

…ter data (chanind#223)