Skip to content

Releases: L-Blondy/one-hook

v0.1.6

20 Jun 13:18

Choose a tag to compare

## What's new

  • added @1hook/usewebsocket

v0.1.5

09 Jun 22:19

Choose a tag to compare

What's changed

### useCookie

  • fix Next.js SSR specific issues

v0.1.1

09 Jun 19:05

Choose a tag to compare

What's changed

useCookie

  • the service now exposes the name of the cookie

useStorage

  • the service now exposes the storage key

v0.1.0

09 Jun 19:01

Choose a tag to compare

What's changed

useCookie

  • new API that handles cookies 1 by 1

useStorage

  • new API that handles storage keys 1 by 1

v0.0.17

09 Jun 08:28

Choose a tag to compare

What's changed

### useEventListener

  • manual option renamed to autoListen

v0.0.16

09 May 13:52

Choose a tag to compare

What's changed

  • in all packages tuple types are now named tuple types

v0.0.14

02 May 15:08

Choose a tag to compare

What's changed

useCookie

  • fix server side errors

v0.0.13

02 May 15:06

Choose a tag to compare

What's changed

useStorage

  • storage.set functional version's first argument can now be undefined

useCookie

  • cookie.set functional version's first argument can now be undefined

v0.0.12

02 May 15:05

Choose a tag to compare

What's changed

Rollback to 0.0.10 due to SVG issues

v0.0.11

02 May 13:11

Choose a tag to compare

What's changed

useIntersectionObserver

  • changed target type from Element | null to HTMLELement | null

useResizeObserver

  • changed target type from Element | null to HTMLELement | null

useMutationObserver

  • changed target type from Element | null to HTMLELement | null

useSize

  • changed target type from Element | null to HTMLELement | null