Releases: LinusBorg/portal-vue
Releases · LinusBorg/portal-vue
Release 3.0.0
Release 3.0.0-rc.1
Important Notes
This is a release candidate for the 3.0 release, which has lingered in beta for faaaar too long. Nothing noteworthy has changed API-wise, but we updated the whole repository to modern tooling standards, and that may have had unwanted side-effects which we want to make sure we fix before the final release.
Installation
This release has been published under the rc
tag, so you can install it like this:
npm install portal-vue@rc
a normal install will still give you the 3.0 beta version that has been published or many months now.
Changes
2.1.7 - Maintenance release
We updated a few dependencies with the help of github's dependabot
2.1.6
2.1.5
Fix: SSR
Things we fixed
- #204: disable Instance registration during SSR since Wormhole is as singleton (#205)
- Disable
Wormhole.open()
during SSR for the same reason.
Things we added
- Things relating to SSR now have their own page in the docs: Https://portal-vue.linusb.org/guide/ssr.html
2.1.1
2.1.0
2.0.1
2.0.0
For an overview of changes, see here:
https://portal-vue.linusb.org/guide/migration.html
TLDR; APi didn't change much except for targteEl
functionality, which moved into its own component.