Skip to content

Releases: DoK6n/relife-hooks

v0.8.2

17 Oct 15:01
Compare
Choose a tag to compare

What's Changed

  • Update example to use published npm package instead of local build output by @DoK6n in #5
  • Feature/update documentation by @DoK6n in #6
  • v0.8.2 by @DoK6n in #7

Full Changelog: v0.8.1...v0.8.2

v0.8.1

29 Sep 07:09
Compare
Choose a tag to compare

0.8.1

  • Replace local build output folder path with actual npm published package
  • Improve example setup by using the officially released version

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Sep 07:07
Compare
Choose a tag to compare

0.8.0

  • Lifecycle hooks to only trigger once in StrictMode and not Development environment

  • useMountBeforePaint : Effect that runs before browser paints screen

  • useUpdateBeforePaint : Effect that runs before the browser updates the screen before painting

  • useUnmountBeforePaint : Effect that runs when the component unmounts before browser paints screen

  • useMount : Effect that runs when the component mounts

  • useUnmount : Effect that runs when the component unmounts

  • useUpdate : Effect that runs when the component updates

  • useMonitoringState : Effect that logs the previous and new values of the state variable

  • utils : hasDeps, env

What's Changed

  • feat: setup eslint, tsup, example, and prevent double strict mode call by @DoK6n in #1
  • chore: add files property on package.json by @DoK6n in #2
  • chore: rename package by @DoK6n in #3

Full Changelog: v0.0.0...v0.8.0