Skip to content

Release 3.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LinusBorg LinusBorg released this 10 Dec 20:19
· 22 commits to develop since this release

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 rctag, 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

  • Refactor to Vite 4, Vitest, vue-tsc, vitepress 1.0 (#385) (0431963)