In addition, the following APIs are also supported:
defineComponent() with improved type inference (compared to Vue.extend)
h(), useSlot(), useAttrs(), useCssModules()
set(), del() and nextTick() are also provided as named exports in ESM builds.
The emits option is also supported, but only for type-checking purposes (does not affect runtime behavior)
2.7 also supports using ESNext syntax in template expressions. When using a build system, the compiled template render function will go through the same loaders / plugins configured for normal JavaScript. This means if you have configured Babel for .js files, it will also apply to the expressions in your SFC templates.
Notes on API exposure
In ESM builds, these APIs are provided as named exports (and named exports only):
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.
Updates `vue` from 2.6.14 to 2.7.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/vuejs/core/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `vue-template-compiler` from 2.6.14 to 2.7.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/vue/releases">vue-template-compiler's releases</a>.</em></p>
<blockquote>
<h2>v2.7.2</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0 "Naruto"</h2>
<p><img src="https://user-images.githubusercontent.com/499550/176823239-f59d75de-1d24-4b2d-b04b-fcc95db2903e.png" alt="naturo" /></p>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.8</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.7</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.6</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.5</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.4</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.3</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.2</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-beta.1</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-alpha.12</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-alpha.11</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-alpha.10</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-alpha.9</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.0-alpha.8</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">vue-template-compiler's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vuejs/vue/compare/v2.7.1...v2.7.2">2.7.2</a> (2022-07-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> preserve old deindent behavior for pug (<a href="https://github.com/vuejs/vue/commit/1294385300742acbea5f05c166685bd4a1fab35a">1294385</a>), closes <a href="https://github.com/vuejs/vue/issues/12611">#12611</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>allow passing directive definition directly to h() (<a href="https://github.com/vuejs/vue/issues/12590">#12590</a>) (<a href="https://github.com/vuejs/vue/commit/d45bbeac2710a5cf9185377abc2342295f0bb4e2">d45bbea</a>)</li>
<li><strong>types:</strong> define component improvements (<a href="https://github.com/vuejs/vue/issues/12612">#12612</a>) (<a href="https://github.com/vuejs/vue/commit/fb93c1be77f12ea1375c5e8b47d168e4d5ceb7be">fb93c1b</a>)</li>
</ul>
<h2><a href="https://github.com/vuejs/vue/compare/v2.7.0...v2.7.1">2.7.1</a> (2022-07-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> fix template usage check edge case for v-on statements (<a href="https://github.com/vuejs/vue/commit/caceece8fa9b75c4832a91d3af0bc2958166d3f2">caceece</a>), closes <a href="https://github.com/vuejs/vue/issues/12591">#12591</a></li>
<li>export proxyRefs (<a href="https://github.com/vuejs/vue/commit/e452e9d4368aaba173e8c942e5fd82f999cf65ae">e452e9d</a>), closes <a href="https://github.com/vuejs/vue/issues/12600">#12600</a></li>
<li>fix NaN comparison on state change (<a href="https://github.com/vuejs/vue/commit/ff5acb12cfa64f975f216a55aafa976b07052665">ff5acb1</a>), closes <a href="https://github.com/vuejs/vue/issues/12595">#12595</a></li>
<li><strong>reactivity:</strong> shallowReactive should not unwrap refs (<a href="https://github.com/vuejs/vue/issues/12605">#12605</a>) (<a href="https://github.com/vuejs/vue/commit/15b9b9b19dd3ae7cce5dcd89739e5cf719523fc5">15b9b9b</a>), closes <a href="https://github.com/vuejs/vue/issues/12597">#12597</a></li>
</ul>
<h1><a href="https://github.com/vuejs/vue/compare/v2.7.0-beta.8...v2.7.0">2.7.0</a> (2022-07-01)</h1>
<h2>Backported Features</h2>
<ul>
<li><a href="https://vuejs.org/guide/extras/composition-api-faq.html">Composition API</a></li>
<li>SFC <a href="https://vuejs.org/api/sfc-script-setup.html"><code><script setup></code></a></li>
<li>SFC <a href="https://vuejs.org/api/sfc-css-features.html#v-bind-in-css">CSS v-bind</a></li>
</ul>
<p>In addition, the following APIs are also supported:</p>
<ul>
<li>
<p><code>defineComponent()</code> with improved type inference (compared to <code>Vue.extend</code>)</p>
</li>
<li>
<p><code>h()</code>, <code>useSlot()</code>, <code>useAttrs()</code>, <code>useCssModules()</code></p>
</li>
<li>
<p><code>set()</code>, <code>del()</code> and <code>nextTick()</code> are also provided as named exports in ESM builds.</p>
</li>
<li>
<p>The <code>emits</code> option is also supported, but only for type-checking purposes (does not affect runtime behavior)</p>
<p>2.7 also supports using ESNext syntax in template expressions. When using a build system, the compiled template render function will go through the same loaders / plugins configured for normal JavaScript. This means if you have configured Babel for <code>.js</code> files, it will also apply to the expressions in your SFC templates.</p>
</li>
</ul>
<h3>Notes on API exposure</h3>
<ul>
<li>
<p>In ESM builds, these APIs are provided as named exports (and named exports only):</p>
<pre lang="js"><code>import Vue, { ref } from 'vue'
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/vue/commit/e244687135dcd0fd55ad0423d5d5fbf2ba389c4e"><code>e244687</code></a> release: v2.7.2</li>
<li><a href="https://github.com/vuejs/vue/commit/1294385300742acbea5f05c166685bd4a1fab35a"><code>1294385</code></a> fix(compiler-sfc): preserve old deindent behavior for pug</li>
<li><a href="https://github.com/vuejs/vue/commit/fb93c1be77f12ea1375c5e8b47d168e4d5ceb7be"><code>fb93c1b</code></a> feat(types): define component improvements (<a href="https://github.com/vuejs/vue/issues/12612">#12612</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/d45bbeac2710a5cf9185377abc2342295f0bb4e2"><code>d45bbea</code></a> feat: allow passing directive definition directly to h() (<a href="https://github.com/vuejs/vue/issues/12590">#12590</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/427028ad89a67b34006066c294ae0a3840a6403b"><code>427028a</code></a> release: v2.7.1</li>
<li><a href="https://github.com/vuejs/vue/commit/caceece8fa9b75c4832a91d3af0bc2958166d3f2"><code>caceece</code></a> fix(compiler-sfc): fix template usage check edge case for v-on statements</li>
<li><a href="https://github.com/vuejs/vue/commit/6f0d2e6985a332d75ce93d29dd7031496196c1ac"><code>6f0d2e6</code></a> chore(compiler-sfc): replace <code>substr</code> with <code>slice</code> (<a href="https://github.com/vuejs/vue/issues/12564">#12564</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/ff2d52f7ac45da410e0872a36bee807515e5219c"><code>ff2d52f</code></a> chore(types): remove unnecessary type assertion (<a href="https://github.com/vuejs/vue/issues/12563">#12563</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/86fb6bd15174490509236eb85407125217569692"><code>86fb6bd</code></a> chore(benchmarks:ssr): createRenderer function path error (<a href="https://github.com/vuejs/vue/issues/12601">#12601</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/e452e9d4368aaba173e8c942e5fd82f999cf65ae"><code>e452e9d</code></a> fix: export proxyRefs</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.14...v2.7.2">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vue and vue-template-compiler. These dependencies needed to be updated together.
Updates
vuefrom 2.6.14 to 2.7.2Commits
Updates
vue-template-compilerfrom 2.6.14 to 2.7.2Release notes
Sourced from vue-template-compiler's releases.
... (truncated)
Changelog
Sourced from vue-template-compiler's changelog.
... (truncated)
Commits
e244687release: v2.7.21294385fix(compiler-sfc): preserve old deindent behavior for pugfb93c1bfeat(types): define component improvements (#12612)d45bbeafeat: allow passing directive definition directly to h() (#12590)427028arelease: v2.7.1caceecefix(compiler-sfc): fix template usage check edge case for v-on statements6f0d2e6chore(compiler-sfc): replacesubstrwithslice(#12564)ff2d52fchore(types): remove unnecessary type assertion (#12563)86fb6bdchore(benchmarks:ssr): createRenderer function path error (#12601)e452e9dfix: export proxyRefsDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsmentioned in merge request !394
added 2 commits
5c34698e- 1 commit from branchmasterCompare with previous version
added 2 commits
2d1fa55f- 1 commit from branchmasterCompare with previous version
added 3 commits
masterCompare with previous version
added 2 commits
bcc1ff9b- 1 commit from branchmasterCompare with previous version
added 2 commits
b908a969- 1 commit from branchmasterCompare with previous version
This merge request has been superseded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/411
Pull request closed