Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:42

2.0.0 (2025-06-03)

Bug Fixes

  • added peerDependenciesMeta instead of optionalDependencies (6715a63)

Features

  • add optional dependencies for react (88cce74)
  • formatDate: adds new date helper function (26d3d34)
  • hooks: refactor useAutoId for better SSR and type safety (4a99fd5)

BREAKING CHANGES

  • hooks: useAutoId now always returns a string instead of string | undefined