·
3 commits
to refs/heads/main
since this release
[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
- Components will be built using middleware from
- Support
<Provider>
-less usage iffallbackComponent
is specified, by @compulim in PR #65 - Support omitting
init
orrequest
props in<Provider>
and<Proxy>
if they are of typevoid
, by @compulim in PR #66
Changed
- 💢 Moved build tools from Babel to tsup/esbuild
- 💢 Outside of
<Provider>
, whenuseBuildComponentCallback
and<Proxy>
is used withfallbackComponent
, they will render the fallback component and no longer throwing exception - Bumped dependencies, by @compulim, in PR #49, #58, #63, and #67
- Production dependencies
- Development dependencies
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@fluentui/[email protected]
@testing-library/[email protected]
@testing-library/[email protected]
@tsconfig/[email protected]
@tsconfig/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
- Added ESLint import/export syntax, in PR #68
- Added
publint
, in PR #68 - Bumped dependencies, in PR #70
- Development dependencies
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@fluentui/[email protected]
@testing-library/[email protected]
@testing-library/[email protected]
@tsconfig/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
- Development dependencies
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
- Use