Skip to content

Latest commit

 

History

History
183 lines (160 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

183 lines (160 loc) · 13.8 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.

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

0.1.0 - 2024-04-01

Changed

0.0.2 - 2023-10-09

Changed

Fixed

0.0.1 - 2023-03-21

Added

  • First public release

Changed