Skip to content

v2.0.0

Compare
Choose a tag to compare
@JaredReisinger JaredReisinger released this 21 May 16:56
· 258 commits to main since this release

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()).