Skip to content

Releases: single-spa/single-spa-vue

v1.5.2

23 Jul 17:18
Compare
Choose a tag to compare

Fixes

  • Fixed problems with typescript definitions (#12)

v1.5.1

19 Jul 03:28
Compare
Choose a tag to compare

Fixes

  • Fixing bug where default dom element didn't work because of css selector. (c9bcbc4)

v1.5.0

19 Jul 02:53
Compare
Choose a tag to compare

Features

  • If you do not provide an el to singleSpaVue(), a container div will be created for you. (#11)
  • Added typescript definitions (69011d0)

Maintenance

  • Switching from prepublish script to prepublishOnly script (a635e0f)

1.4.0 - Load Root component

02 May 14:16
Compare
Choose a tag to compare

Adding support for loadRootComponent just like single-spa-react

v1.3.0

30 Jan 17:19
Compare
Choose a tag to compare

Fixes

  • Published the latest code as the latest npm tag. Previously it was v0.1.1

Bind prop changes

27 Sep 20:07
Compare
Choose a tag to compare

Bind prop changes into VueJS parcels

v1.1.0

18 Jun 02:08
Compare
Choose a tag to compare

Features

  • The singleSpaVue() function can now be used to create a parcel config (in addition to the previously supported single-spa applications)
  • single-spa-vue can now be used via script tag that creates a singleSpaVue global variable: <script src="https://unpkg.com/single-spa-vue"></script>

v1.0.1

20 Jan 08:06
Compare
Choose a tag to compare

Bug fixes

Fix #2

v1.0.0

16 Jan 23:14
Compare
Choose a tag to compare
  • Fix for #1
  • Moving to 1.0.0, representing a commitment to supporting this and keeping the api somewhat stable.