Skip to content

Version 10.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 18 Feb 13:02
· 20 commits to master since this release

Major

  • Replaced the List React component with ListOrdered and ListUnordered React components.
  • The WordBreaks React component now accepts a text prop instead of children.
  • The Toggle React component now has a render error if the prop inputProps.type isn’t specified.
  • Implemented TypeScript types via JSDoc comments.

Patch

  • Updated dependencies.
  • Check TypeScript types via a new package types script.
  • Simplified dev dependencies and config for ESLint.
  • Use the ALLOW_MISSING_COVERAGE environment variable with the package tests script to allow missing code coverage. Tests covering the full React hooks lifecycle can be added in the future.
  • Added React component HTML snapshot tests using a new snapshot-assertion dev dependency.
  • Fixed the WordBreaks React component not returning the original text string when no word breaks are inserted.
  • Fixed the Toggle React component implementation for the prop inputProps.className.
  • Added a license.md MIT License file.
  • Improved documentation.