Releases: nodecg/react-hooks
Releases · nodecg/react-hooks
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2024-01-01)
⚠ BREAKING CHANGES
- useReplicant:
initialValue
parameter is removed. The returned value type will always haveundefined
, andnamespace
is renamed tobundle
- 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
oruse-nodecg/cjs
Features
- package: add "exports" to package.json (#261) (982680a)
- remove useReplicantOnce (#266) (be12d07)
- upgrade to nodecg v2 (#248) (1af2348)
- useReplicant: allow function as setReplicant value (22fa294)