Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@compulim-workflow-bot compulim-workflow-bot released this 14 Feb 19:11
· 3 commits to refs/heads/main since this release
41c015b

[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