Skip to content

Releases: JaredReisinger/react-crossword

v2.1.0

27 May 00:51
Compare
Choose a tag to compare

2.1.0 (2020-05-27)

Features

  • add onCellChange callback and 'correct' classname on clues (6fd2539), closes #20 #21 #21

v2.0.0

21 May 16:56
Compare
Choose a tag to compare

2.0.0 (2020-05-21)

Bug Fixes

  • avoid calling onLoadedCorrect if there are no correct answers (a3e89f5)
  • upgrade react-scripts from 3.4.0 to 3.4.1 (10fb7cf)

Code Refactoring

  • hooks: re-implement using React hooks (e123d25)

improvement

  • theming: switch to use ThemeProvider for styling (75cb12c)

BREAKING CHANGES

  • theming: Styling properties moved into theme property (or consumed from ThemeProvider).
  • hooks: Switched to React hooks, and thus using React.forwardRef() on Crossword to expose
    imperative commands (reset(), focus(), fillAllAnswers()).

v1.0.5

17 Mar 22:17
Compare
Choose a tag to compare

1.0.5 (2020-03-17)

Bug Fixes

  • vulnerabilities: update dependencies (5c08901)

v1.0.4

09 Mar 22:03
Compare
Choose a tag to compare

1.0.4 (2020-03-09)

Bug Fixes

v1.0.3

03 Mar 00:16
Compare
Choose a tag to compare

1.0.3 (2020-03-03)

Bug Fixes

  • improve doc commenting, force release with improved testing (ff6957d)

v1.0.2

28 Feb 01:30
Compare
Choose a tag to compare

1.0.2 (2020-02-28)

Bug Fixes

  • set minimum node version to 10.18 (22f7167)

v1.0.1

21 Feb 21:15
Compare
Choose a tag to compare

1.0.1 (2020-02-21)

Bug Fixes

  • package: update react-scripts to version 3.4.0 (aa0744b), closes #6

v1.0.0

20 Jan 19:01
Compare
Choose a tag to compare

1.0.0 (2020-01-20)

Bug Fixes

  • proptypes: fix proptypes definition of across/down data (ae8b19a)

Features

  • tweaks and adjustment for preliminary release (0c3e4a7)
  • initial: initial copy of sources from proof-of-concept (31b73ec)