Skip to content

Commit

Permalink
docs: update changelog with more details
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanKovacic committed Jan 4, 2024
1 parent de3a629 commit 6a220c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .changeset/strong-otters-brush.md
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/*`.

0 comments on commit 6a220c2

Please sign in to comment.