Skip to content

v3.0.0

Choose a tag to compare

@internettrans internettrans released this 10 Aug 22:50

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