Skip to content

Releases: joebobmiles/y-react

v1.2.1-rc.1

28 Jun 16:38
Compare
Choose a tag to compare
v1.2.1-rc.1 Pre-release
Pre-release

1.2.1-rc.1 (2023-06-28)

Bug Fixes

  • added void to ignore promise (6294947)
  • awareness mock now has off as member func (5876dc9)
  • changed type from string|null to string? (1cc1771)
  • indexeddb testing with fake-indexeddb (a866338)
  • removed webrtc provider mock, skipped test (0f90bb8)
  • skipping broken test (4c41226)
  • update dependencies so tests run (81458f7)

v1.2.0

03 Nov 20:06
Compare
Choose a tag to compare

1.2.0 (2022-11-03)

Features

  • added ability to pass options to WebRTC hook (6f95883)

v1.1.4

30 Aug 17:57
Compare
Choose a tag to compare

1.1.4 (2021-08-30)

Bug Fixes

  • added cleanup for forced updates on awareness change (9b1abe9)

v1.1.3

26 Aug 20:20
Compare
Choose a tag to compare

1.1.3 (2021-08-26)

Bug Fixes

  • avoided conditionally calling useMemo (52a01e0)
  • restructured useWebRtc hook to better utilize useMemo (3ca00b5)

v1.1.2

26 Aug 16:20
Compare
Choose a tag to compare

1.1.2 (2021-08-26)

Bug Fixes

  • providers no longer conflict between rerenders (4f22c5f)

v1.1.1

25 Aug 14:42
Compare
Choose a tag to compare

1.1.1 (2021-08-25)

Bug Fixes

  • each provider cleans themselves up on unmount (dfeecac)

v1.1.0

24 Aug 21:40
Compare
Choose a tag to compare

1.1.0 (2021-08-24)

Features

  • all providers are now singletons (57480f4)
  • useWebRtc uses only one provider per document (7508ec2)

v1.0.0

24 Aug 17:29
Compare
Choose a tag to compare

1.0.0 (2021-08-24)

Bug Fixes

  • added index for provider/hook (311fe66)
  • maps trigger render on update (9e0d3c9)
  • prevented exponentional awerness change observers (db1e34e)
  • updates now render between peers (81e2640)

Features

  • add awareness example (5f1e5fc)
  • added hello example (51d1110)
  • added webrtc to example (aa9a68d)
  • arrays can push content to beginning and end (efc7c39)
  • can insert and delete items from arrays (b56b5cb)
  • can take slices of YArrays (2ced9a9)
  • included local ID in awareness state (c8530b1)
  • useDoc throws when not inside a provider (06fab38)
  • useMap now provides get, set, and state (d59aede)