Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 14:05
e2d4744

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