Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

45 lines (21 loc) · 1.9 KB

2.1.0 (2024-10-15)

Features

  • add demo and unpkg links to readme (cfe5447)

2.0.0 (2024-08-22)

Bug Fixes

  • change interface for validatePasswordStrength options and add returned type for utils functions (e9187e9)

Code Refactoring

  • remove deprecated React hook and drop React dependency (2c35c63)

Features

  • create standalone function from hook, updating usage pattern (b7fddbb)

BREAKING CHANGES

  • The package no longer includes a React hook and has removed the React dependency. This change affects all users relying on the previous React-specific functionality.

1.0.1 (2024-08-19)

Bug Fixes

1.0.0 (2024-08-19)

Bug Fixes

  • fix command for running test (049648c)
  • remove link to repository for semantic-release config (3d7f689)

Features