Skip to content

Commit

Permalink
Move to tsup and change exports (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 30, 2024
1 parent f9fc580 commit a451930
Show file tree
Hide file tree
Showing 18 changed files with 997 additions and 451 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Breaking changes

- 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
- Moved build tools from Babel to tsup/esbuild

### Changed

- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#49](https://github.com/compulim/react-chain-of-responsibility/pull/49)
Expand Down
Loading

0 comments on commit a451930

Please sign in to comment.