Skip to content

Releases: compulim/use-propagate

v0.2.0 (#18)

24 Jul 05:47
2af6a93
Compare
Choose a tag to compare

[0.2.0] - 2024-07-24

Added

  • Introduced PropagationScope component for scoping propagations in the component tree, by @OEvgeny in PR #15
    • Updated useListen and usePropagate hooks to use PropagateContext, by @OEvgeny in PR #15

Changed

v0.1.0 (#3)

30 Apr 06:08
b5b2604
Compare
Choose a tag to compare

0.1.0 - 2024-04-30

Added

  • First public release
  • Added allowPropagateDuringRender option as a safety measure to prevent multiple re-render, by @compulim in PR #2

Changed

  • Relaxed peer dependencies requirements to react@>=16.8.0, by @compulim in PR #1
  • Updated pull request validation to test against various React versions, in PR #1
    • Moved from JSX Runtime to JSX Classic to support testing against React 16