Skip to content

Releases: compulim/use-propagate

v0.2.3-main.202601020921.1ebf915: Move to Node.js test runner (#34)

02 Jan 09:22
1ebf915

Choose a tag to compare

0.2.3-main.202601020921.1ebf915 - 2026-01-02

Changed

  • 👷🏻 Test framework moved to Node.js test runner, by @compulim in PR #34

v0.2.3-main.202512230727.69488b5: v0.2.3-0 (#33)

23 Dec 07:28
69488b5

Choose a tag to compare

0.2.3-main.202512230727.69488b5 - 2025-12-23

v0.2.2 (#32)

23 Dec 07:24
020270c

Choose a tag to compare

v0.2.2-main.202512230718.4e4c087: Bump dependencies (#31)

23 Dec 07:19
4e4c087

Choose a tag to compare

v0.2.2-main.202512230712.972c0c2: Bump scaffold (#30)

23 Dec 07:12
972c0c2

Choose a tag to compare

0.2.2-main.202512230712.972c0c2 - 2025-12-23

v0.2.1

14 Feb 19:12
35d1df2

Choose a tag to compare

v0.2.0 (#18)

24 Jul 05:47
2af6a93

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

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