New: your coding agent can read the release notes before it upgrades. Set up the MCP server →
npm
Babel helper for Vue JSX spread
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.9 years
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
8 releases · first in 2018
If you need to use vue-demi to support both Vue <= 2.6 and Vue 2.7, you can now set the compositionAPI option to 'vue-demi' .
@vue/babel-preset-jsx
vue-demi to support both Vue <= 2.6 and Vue 2.7, you can now set the compositionAPI option to 'vue-demi'.compositionAPI option now also accepts an object { importSource: 'package-name' } to allow further customization.Added @vue/composition-api support, thanks to @luwanquan and @antfu .
One column per quarter.
Added @vue/composition-api support, thanks to @luwanquan and @antfu.
To enable this feature, turn on the compositionAPI flag in @vue/babel-preset-jsx:
// babel.config.js
module.exports = {
presets: [
[
"@vue/babel-preset-jsx",
{
compositionAPI: true,
},
],
],
};If you are using the preset provided by Vue CLI, the flag is a subfield of the jsx option:
// babel.config.js
module.exports = {
presets: [
[
"@vue/cli-plugin-babel/preset",
{
jsx: {
compositionAPI: true,
},
},
],
],
};Support props with underscore, close #55
filter out jsx comments in getChildren (7f0c84c), closes #46
Add events at the begining of argument list
Nothing published for this version
Your coding agent can read these notes before it upgrades. Set up the MCP server →