Skip to content

Releases: charlie-tango/hooks

v2.1.3

13 Aug 14:22
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.1.2

13 Aug 12:08
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.1.1

13 Aug 08:10
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0

06 Aug 08:59
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.0.1

29 Jul 12:09
Compare
Choose a tag to compare
  • Add attributes support to useScript hook

Full Changelog: v2.0.0...v2.0.1

Rewrite the library

29 Jul 11:37
Compare
Choose a tag to compare

Rewrite of our @charlietango/hooks package, to better reflect the current state of hooks.
The package was fairly complex to support generating individual packages for each tiny hook, making it difficult to maintain.

  • Only include useful hooks, that we use across packages
  • One package for all hooks (@charlietango/hooks)
  • Deprecate the standalone hooks
  • Only support React 18+
  • Run tests in browser with Vitest
  • Remove Storybook. We could set up an examples dir if needed

v1.0.0

23 Sep 08:43
1736025
Compare
Choose a tag to compare
ci: add semantic release (#95)

v1.0.0-beta.1

23 Sep 08:21
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
ci: remove dry-run flag