Skip to content

Releases: neolution-ch/react-utils

Release 1.1.1

06 Mar 15:10

Choose a tag to compare

Fixed

  • types resolutions.

Release 1.1.0

06 Mar 14:41

Choose a tag to compare

Fixed

  • useConstructor hook using state instead of ref for React 19 compatibility.

Added

  • useConstructor hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.

Release 1.1.0-rc.0

06 Mar 14:38

Choose a tag to compare

Release 1.1.0-rc.0 Pre-release
Pre-release

Fixed

  • useConstructor hook using state instead of ref for React 19 compatibility.

Added

  • useConstructor hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.