-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump dependencies * Add bump dependencies entry * Fix ESLint --------- Co-authored-by: @compulim <@compulim> Co-authored-by: William Wong <[email protected]>
- Loading branch information
1 parent
c34f7d6
commit 329c3e1
Showing
16 changed files
with
2,129 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
### 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 | ||
|
||
### Added | ||
|
||
- Support nested provider of same type, by [@compulim](https://github.com/compulim) in PR [#64](https://github.com/compulim/react-chain-of-responsibility/pull/64) | ||
|
@@ -54,6 +48,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.5.2) | ||
- Added [ESLint import/export syntax](https://npmjs.com/package/eslint-plugin-import), in PR [#68](https://github.com/compulim/react-chain-of-responsibility/pull/68) | ||
- Added [`publint`](https://npmjs.com/package/publint), in PR [#68](https://github.com/compulim/react-chain-of-responsibility/pull/68) | ||
- Bumped dependencies, in PR [#70](https://github.com/compulim/react-chain-of-responsibility/pull/70) | ||
- Development dependencies | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env/v/7.25.8) | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-react/v/7.25.7) | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-typescript/v/7.25.7) | ||
- [`@fluentui/[email protected]`](https://npmjs.com/package/@fluentui/react/v/8.121.4) | ||
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/dom/v/10.4.0) | ||
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/react/v/16.0.1) | ||
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended/v/1.0.7) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/jest/v/29.5.13) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/node/v/22.7.5) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react/v/18.3.11) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react-dom/v/18.3.1) | ||
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.8.1) | ||
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/parser/v/8.8.1) | ||
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.24.0) | ||
- [`[email protected]`](https://npmjs.com/package/eslint/v/9.12.0) | ||
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-prettier/v/5.2.1) | ||
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react/v/7.37.1) | ||
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.3) | ||
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.3.0) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.6.3) | ||
|
||
### 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 | ||
|
||
|
@@ -155,6 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- [`[email protected]`](https://npmjs.com/package/prettier) | ||
- [`[email protected]`](https://npmjs.com/package/typescript) | ||
|
||
[Unreleased]: https://github.com/compulim/react-chain-of-responsibility/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/compulim/react-chain-of-responsibility/compare/v0.0.2...v0.1.0 | ||
[0.0.2]: https://github.com/compulim/react-chain-of-responsibility/compare/v0.0.1...v0.0.2 | ||
[0.0.1]: https://github.com/compulim/react-chain-of-responsibility/releases/tag/v0.0.1 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters