Skip to content

Releases: forminator/react-wire

v0.6.0

18 Sep 14:58
Compare
Choose a tag to compare

0.6.0 (2022-09-18)

⚠ BREAKING CHANGES

  • change dist files and remove umd build

  • use vite build system (#70) (9a9dc90)

v0.5.0

02 Apr 09:36
Compare
Choose a tag to compare

0.5.0 (2022-04-02)

Features

  • add id to state wires (#61) (f8ce41b)
  • state-wire: use use-sync-external-store (#50) (de15ac4)
  • use-subscribe: call the callback when the value changes between render and effect (#49) (e5836ff)

Bug Fixes

  • support re-wireing (uplink change) in strict mode for react 18 (#63) (8f53c2e)
  • selector: skip update value on connect if not required (#52) (982cebf)

Documentations

v0.5.0-alpha.1

07 Feb 12:00
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

Features

Bug Fixes

  • support re-wireing (uplink change) in strict mode for react 18 (#63) (8f53c2e)

v0.5.0-alpha.0

29 Jan 10:00
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

Features

  • state-wire: use use-sync-external-store (#50) (de15ac4)
  • use-subscribe: call the callback when the value changes between render and effect (#49) (e5836ff)

Bug Fixes

  • selector: skip update value on connect if not required (#52) (982cebf)
  • update react and use react-test-renderer instead of react-dom (#51) (4a6244a)

Documentations

v0.4.2

14 Apr 12:04
Compare
Choose a tag to compare

Features

v0.4.1

08 Mar 11:24
Compare
Choose a tag to compare

Features

v0.4.0

27 Feb 17:39
Compare
Choose a tag to compare

Features

v0.3.3

10 Nov 18:09
Compare
Choose a tag to compare

Features

  • state-wire: emit update only when the value is changed (#25) (0ddb999)

Bug Fixes

v0.3.2

10 Nov 16:46
Compare
Choose a tag to compare

Features

  • fns-wire: accept null and undefined in useFn function (#23) (4e45fa6)

Documentations

v0.3.1

18 Jul 07:13
Compare
Choose a tag to compare

Features

  • state-wire: add useSubscribe hook (#19) (6190f18)