Releases: single-spa/standalone-single-spa-webpack-plugin
Releases · single-spa/standalone-single-spa-webpack-plugin
v5.0.0
Breaking changes
- html-webpack-plugin@3 is no longer supported (#27)
Bug fixes
- Remove duplicated publicPath by @karoldeland in #27
New Contributors
- @karoldeland made their first contribution in #27
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- Upgrade all dependencies, add support for multiple import map urls by @joeldenning in #25
Full Changelog: v3.0.0...v4.0.0
v3.0.0
Features
- Add startOptions option. Change urlRerouteOnly default to true. (#17)
To learn more about urlRerouteOnly, see https://single-spa.js.org/docs/api#start
new StandaloneSingleSpaPlugin({
startOptions: {
// in standalone-single-spa-webpack-plugin@2, the default value was false. In v3, the default value is true.
urlRerouteOnly: false
}
})
This change was made to make it easier for Vue 3 applications to work in standalone mode. See single-spa/single-spa-vue#85
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Breaking changes
If you use standalone-single-spa-webpack-plugin for development purposes only, it is 100% safe to upgrade. If you use it in production, you'll want to set some new configuration options when you upgrade.
- import-map-overrides UI will now show up in the browser page, by default. This can be turned off with the
importMapOverrides
orimportMapOverridesLocalStorageKey
options.
Features
- Added import-map-overrides to standalone page, including
importMapOverrides
andimportMapOverridesLocalStorageKey
options. (#11)