Skip to content

Releases: nodecg/react-hooks

v1.0.3

22 Mar 14:18
28c18eb
Compare
Choose a tag to compare

1.0.3 (2024-03-22)

Bug Fixes

  • types: allow using interface for replicant type (367c457)

v1.0.2

08 Mar 06:30
9f2e54b
Compare
Choose a tag to compare

1.0.2 (2024-03-08)

Bug Fixes

v1.0.1

25 Feb 14:24
28610ac
Compare
Choose a tag to compare

1.0.1 (2024-02-25)

Miscellaneous Chores

v1.0.0

25 Feb 14:05
e2d4744
Compare
Choose a tag to compare

1.0.0 (2024-01-01)

⚠ BREAKING CHANGES

  • useReplicant: initialValue parameter is removed. The returned value type will always have undefined, and namespace is renamed to bundle
  • useReplicantOnce is removed because it is not so complicated to provide as a custom hook, and there is not much use for it.
  • package: It is now disallowed to import use-nodecg/esm or use-nodecg/cjs

Features

Miscellaneous Chores