Release: new versions #502
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
vue-types@6.0.0
Major Changes
306173f: #### Drop Vue 2 support
Vue 2 reached End of Life (EOL) on December 31st, 2023. By dropping Vue 2 compatibility we can deliver a smaller package and make the source code more maintainable.
If you're unable to update to Vue 3, please use vue-types@5.x
Removed
VueTypes.extendmethodVueTypes.extendwas deprecated in v5. In v6 this method has been removed. Please migrate your code to use ES6+extendsfeature.Example:
Using
VueTypes.extend(old):Using ES6+
extends(new):Package format review:
If you're using a bundler, you should not encounter any issue.
If you are directly referencing or importing a specific file in the
distorshimfolder, you might need to update its path as described in the following table:dist/vue-types.m.jsdist/index.mjsdist/vue-types.modern.jsdist/index.mjsdist/vue-types.cjsdist/index.cjsdist/vue-types.umd.jsdist/index.umd.jsdist/shim.m.jsdist/shim.mjsdist/shim.modern.jsdist/shim.mjsdist/shim.cjsdist/shim.cjsdist/shim.umd.jsdist/shim.umd.jsshim/index.m.jsdist/shim.mjsshim/index.modern.jsdist/shim.mjsshim/index.cjsdist/shim.cjsshim/index.umd.jsdist/shim.umd.jsvue-types-nuxt@3.0.0
Major Changes
Patch Changes