v4.0.0
Breaking Changes
Only typescript users are affected by the breaking changes
single-spa-react
now includes typescript declarations. You no longer need to use@types/single-spa-react
. (#101)
Migrating
When using typescript, single-spa-react@4 requires single-spa@>=5.9.1
npm uninstall @types/single-spa-react
npm install single-spa-react@^4.0.0
npm install single-spa@^5.9.1
Features
<Parcel />
now has typescript definitions (#101)- Improved typescript definitions for
singleSpaReact()
, including generics (#101)