Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

81 lines (65 loc) · 5.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

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

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