Skip to content

v3.0.0

Compare
Choose a tag to compare
@joeldenning joeldenning released this 10 Aug 22:50
· 6 commits to main since this release

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