Skip to content

Releases: compulim/react-chain-of-responsibility

v0.2.0

14 Feb 19:11
41c015b
Compare
Choose a tag to compare

[0.2.0] - 2025-02-14

Added

  • Support nested provider of same type, by @compulim in PR #64
    • Components will be built using middleware from <Provider> closer to the <Proxy> and fallback to those farther away
  • Support <Provider>-less usage if fallbackComponent is specified, by @compulim in PR #65
  • Support omitting init or request props in <Provider> and <Proxy> if they are of type void, by @compulim in PR #66

Changed

Removed

  • 💢 Removed named exports, please import the defaults instead
    • Use import { createChainOfResponsibility } from 'react-chain-of-responsibility' instead
    • import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility/fluentUI' for Fluent UI renderer function

v0.1.0 (#46)

01 Apr 06:31
83335ea
Compare
Choose a tag to compare

[0.1.0] - 2024-04-01

Changed

v0.0.2 (#38)

09 Oct 11:25
7178b93
Compare
Choose a tag to compare

[0.0.2] - 2023-10-09

Changed

Fixed

v0.0.1