This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
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/*.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
single-spa-react@6.0.0
Major Changes
#197
1141959
Thanks @MilanKovacic! - ### FixedmoduleResolution
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
single-spa-react/*
.Patch Changes
#191
48389d9
Thanks @robmosca! - Add check for changeset being present in PRs#193
f22690d
Thanks @robmosca! - Fix Node version for release workflow