From 6a220c281a87836ba2f038c8adfab596f73f3938 Mon Sep 17 00:00:00 2001 From: Milan Kovacic Date: Thu, 4 Jan 2024 09:33:09 +0100 Subject: [PATCH] docs: update changelog with more details --- .changeset/strong-otters-brush.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.changeset/strong-otters-brush.md b/.changeset/strong-otters-brush.md index f0e9bbd..016b231 100644 --- a/.changeset/strong-otters-brush.md +++ b/.changeset/strong-otters-brush.md @@ -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/*`.