-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update changelog with more details
- Loading branch information
1 parent
de3a629
commit 6a220c2
Showing
1 changed file
with
8 additions
and
2 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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
--- | ||
"single-spa-react": patch | ||
"single-spa-react": major | ||
--- | ||
|
||
fix: types and exports of the package | ||
### Fixed | ||
|
||
- Enhanced compatibility with various bundlers and TypeScript `moduleResolution` strategies. The package's export patterns have been refined to address issues previously encountered with different bundling tools, ensuring more consistent and reliable integration across diverse build environments. Additionally, TypeScript type definitions have been improved, enhancing type safety and developer experience in varied TypeScript setups. | ||
|
||
### BREAKING CHANGES | ||
|
||
- The changes in export patterns / types may require updates in how projects import from `single-spa-react/*`. |