Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the npm group across 1 directory with 28 updates (#…
…2097) Bumps the npm group with 15 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.3` | `3.5.9` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `1.14.1` | `1.16.2` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `1.16.2` | `1.20.0` | | [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate) | `9.2.0` | `9.2.2` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.3` | `5.1.4` | | [@vue/devtools-api](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-api) | `7.4.4` | `7.4.6` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.0.1` | `11.0.3` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.0.3` | `11.1.0` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.5.4` | `7.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [preact](https://github.com/preactjs/preact) | `10.23.2` | `10.24.1` | | [rollup](https://github.com/rollup/rollup) | `4.21.2` | `4.22.4` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.16.2` | `1.20.0` | | [source-map-js](https://github.com/7rulnik/source-map-js) | `1.2.0` | `1.2.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.8` | Updates `vue` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="https://github.com/vuejs/core/commit/6001e5c81a05c894586f9287fbd991677bdd0455">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95ad706f78ce09e288213fcf">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="https://github.com/vuejs/core/commit/cb34b28a4a9bf868be4785b001c526163eda342e">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="https://github.com/vuejs/core/commit/a177092754642af2f98c33a4feffe8f198c3c950">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="https://github.com/vuejs/core/commit/4da688141d9e7c15b622c289deaa81b11845b2c7">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/01f15beeb0ba0ffe434e113c2361c84e109f860f"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95ad706f78ce09e288213fcf"><code>10ff159</code></a> fix(reactivity): fix recursive sync watcher on computed edge case</li> <li><a href="https://github.com/vuejs/core/commit/cb34b28a4a9bf868be4785b001c526163eda342e"><code>cb34b28</code></a> fix(runtime-core): avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)</li> <li><a href="https://github.com/vuejs/core/commit/faf55a15d75ad2044f9b8bdc3719e2e8096b378d"><code>faf55a1</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/12001">#12001</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4da688141d9e7c15b622c289deaa81b11845b2c7"><code>4da6881</code></a> fix(types): correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6001e5c81a05c894586f9287fbd991677bdd0455"><code>6001e5c</code></a> fix(reactivity): fix property dep removal regression</li> <li><a href="https://github.com/vuejs/core/commit/c0e9434414f28d912126bcb5325647925c4d49b8"><code>c0e9434</code></a> refactor(reactivity): avoid optional chaining in getDepFromReactive (<a href="https://redirect.github.com/vuejs/core/issues/12007">#12007</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7a00f6f0931cec7a33cbd69881df5f10856591c3"><code>7a00f6f</code></a> chore: remove unused argument (<a href="https://redirect.github.com/vuejs/core/issues/12006">#12006</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5d9e81d3da38b04549ff33b7004201c3ce83d274"><code>5d9e81d</code></a> chore(types): disambiguate the <code>Comment</code> type in hydration.ts (<a href="https://redirect.github.com/vuejs/core/issues/12009">#12009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.3...v3.5.9">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 1.14.1 to 1.16.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.16.2</h2> <h3> 🚀 Features</h3> <ul> <li>Allow to swap regex constructor for JavaScript engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/930dddc6"><!-- raw HTML omitted -->(930dd)<!-- raw HTML omitted --></a></li> <li>Upgrade <code>oniguruma-to-js</code>, support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/4ddfdb14"><!-- raw HTML omitted -->(4ddfd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.1...v1.16.2">View changes on GitHub</a></h5> <h2>v1.16.1</h2> <h3> 🏎 Performance</h3> <ul> <li>Externalize <code>@shikijs/vscode-textmate</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a1e154d5"><!-- raw HTML omitted -->(a1e15)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.0...v1.16.1">View changes on GitHub</a></h5> <h2>v1.16.0</h2> <h3> 🚀 Features</h3> <ul> <li>Synchronous Shiki usage - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/764">shikijs/shiki#764</a> <a href="https://github.com/shikijs/shiki/commit/9396a6f1"><!-- raw HTML omitted -->(9396a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: New options object signature for <code>createdBundledHighlighter</code> for custom engine bundle, deprecate old signature - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/513224f8"><!-- raw HTML omitted -->(51322)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>core</strong>: <code>createdBundledHighlighter</code> allow user to override engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b59e4875"><!-- raw HTML omitted -->(b59e4)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.2...v1.16.0">View changes on GitHub</a></h5> <h2>v1.15.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><code>@shikijs/twoslash</code> version specifier, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/763">#763</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/763">shikijs/shiki#763</a> <a href="https://github.com/shikijs/shiki/commit/c7998db7"><!-- raw HTML omitted -->(c7998)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.1...v1.15.2">View changes on GitHub</a></h5> <h2>v1.15.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/e4f70ec5"><!-- raw HTML omitted -->(e4f70)<!-- raw HTML omitted --></a></li> <li><strong>engine</strong>: <ul> <li>Correct default regex flag - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/61a6bf21"><!-- raw HTML omitted -->(61a6b)<!-- raw HTML omitted --></a></li> <li>Regex flags propagation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/55526bb7"><!-- raw HTML omitted -->(55526)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.0...v1.15.1">View changes on GitHub</a></h5> <h2>v1.15.0</h2> <h3> 🚀 Features</h3> <ul> <li>Update deps, new <code>plastic</code> theme - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/04bb6576"><!-- raw HTML omitted -->(04bb6)<!-- raw HTML omitted --></a></li> <li>Introduce experimental JavaScript RegExp Engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/761">shikijs/shiki#761</a> <a href="https://github.com/shikijs/shiki/commit/2be5b2d1"><!-- raw HTML omitted -->(2be5b)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support inline codes - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/751">shikijs/shiki#751</a> <a href="https://github.com/shikijs/shiki/commit/6ca98aa5"><!-- raw HTML omitted -->(6ca98)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/eae73919d4a9c65722acb7455668e3a8f1c31fac"><code>eae7391</code></a> chore: release v1.16.2</li> <li><a href="https://github.com/shikijs/shiki/commit/4ddfdb14ae8371cf899cd5a1e24a34ff067ecd75"><code>4ddfdb1</code></a> feat: upgrade <code>oniguruma-to-js</code>, support more languages</li> <li><a href="https://github.com/shikijs/shiki/commit/930dddc609ab00e74b385f46b070fd0f4b4b15bf"><code>930dddc</code></a> feat: allow to swap regex constructor for JavaScript engine</li> <li><a href="https://github.com/shikijs/shiki/commit/a71d08c213aa0f9bd8444cbf8775ebf14147b6be"><code>a71d08c</code></a> chore: release v1.16.1</li> <li><a href="https://github.com/shikijs/shiki/commit/a1e154d5c7bff62d188390be2fba5aa71098ad29"><code>a1e154d</code></a> perf: externalize <code>@shikijs/vscode-textmate</code></li> <li><a href="https://github.com/shikijs/shiki/commit/b0f3bb7d9d7f3ca2598bfa986967464aa09dca3f"><code>b0f3bb7</code></a> pref: reuse <code>EncodedTokenMetadata</code> from <code>@shikijs/vscode-textmate</code></li> <li><a href="https://github.com/shikijs/shiki/commit/ab6e60287ff169ad954ff2e2c6ea4c7293be3ae9"><code>ab6e602</code></a> chore: release v1.16.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e3bee32d7f41a0918ab132a1779da940c6524875"><code>e3bee32</code></a> docs: docs for js engine and sync usage</li> <li><a href="https://github.com/shikijs/shiki/commit/b59e4875744b22e241a9d9eed956d07959855d64"><code>b59e487</code></a> fix(core): <code>createdBundledHighlighter</code> allow user to override engine</li> <li><a href="https://github.com/shikijs/shiki/commit/513224f8c8f3c9943c87d60b125b7b66b3a0fea3"><code>513224f</code></a> feat(core): new options object signature for <code>createdBundledHighlighter</code> for ...</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.16.2/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 1.16.2 to 1.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/transformers</code>'s releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <h3> 🚀 Features</h3> <ul> <li>Rename <code>createWasmOnigEngine</code> to <code>createOnigurumaEngine</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/2335dda7"><!-- raw HTML omitted -->(2335d)<!-- raw HTML omitted --></a></li> <li>Move <code>createCssVariablesTheme</code> to core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/989afdb4"><!-- raw HTML omitted -->(989af)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support lazy load languages - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/787">shikijs/shiki#787</a> <a href="https://github.com/shikijs/shiki/commit/c449dd13"><!-- raw HTML omitted -->(c449d)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Improve deprecation warnings - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/50c8e4ac"><!-- raw HTML omitted -->(50c8e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.19.0...v1.20.0">View changes on GitHub</a></h5> <h2>v1.19.0</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce warning system for deprecated API - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/788">shikijs/shiki#788</a> <a href="https://github.com/shikijs/shiki/commit/4e59b65d"><!-- raw HTML omitted -->(4e59b)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <ul> <li>Pass raw token to <code>transformer.span</code> api - by <a href="https://github.com/zzuu666"><code>@zzuu666</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/782">shikijs/shiki#782</a> <a href="https://github.com/shikijs/shiki/commit/bba452c4"><!-- raw HTML omitted -->(bba45)<!-- raw HTML omitted --></a></li> <li>Support object style <code>htmlStyle</code> in themed token, support new <code>htmlAttrs</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/85a4ff94"><!-- raw HTML omitted -->(85a4f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.18.0...v1.19.0">View changes on GitHub</a></h5> <h2>v1.18.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>perf</strong>: Wrap json data with <code>JSON.parse</code> to speed up rebundling - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/781">shikijs/shiki#781</a> <a href="https://github.com/shikijs/shiki/commit/bbfceeef"><!-- raw HTML omitted -->(bbfce)<!-- raw HTML omitted --></a></li> <li><strong>twoslash</strong>: Introduce <code>disableTriggers</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/780">#780</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/780">shikijs/shiki#780</a> <a href="https://github.com/shikijs/shiki/commit/dca6a488"><!-- raw HTML omitted -->(dca6a)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.7...v1.18.0">View changes on GitHub</a></h5> <h2>v1.17.7</h2> <h3> 🚀 Features</h3> <ul> <li>Allow customize <code>tabindex</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/778">#778</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/778">shikijs/shiki#778</a> <a href="https://github.com/shikijs/shiki/commit/52b055d7"><!-- raw HTML omitted -->(52b05)<!-- raw HTML omitted --></a></li> <li>Update grammar - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a560bccc"><!-- raw HTML omitted -->(a560b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.6...v1.17.7">View changes on GitHub</a></h5> <h2>v1.17.6</h2> <h3> 🚀 Features</h3> <ul> <li><strong>engine-js</strong>: <ul> <li>Improve js engine by replacing hard-coded recursive reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b3d493b9"><!-- raw HTML omitted -->(b3d49)<!-- raw HTML omitted --></a></li> <li>Improve js engine handling for markdown - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b05d838d"><!-- raw HTML omitted -->(b05d8)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing named exports for <code>shiki/wasm</code> and <code>@shikijs/wasm-inlined</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/3f2269e9"><!-- raw HTML omitted -->(3f226)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/6aa7e08e9232d052ccbd8c9850599c7581f0e8b5"><code>6aa7e08</code></a> chore: release v1.20.0</li> <li><a href="https://github.com/shikijs/shiki/commit/9444b61554937e94ab35d70ab1d1dd9d3675066c"><code>9444b61</code></a> chore: release v1.19.0</li> <li><a href="https://github.com/shikijs/shiki/commit/7602669bccd63a41b0fa17aac1b7d88677cae4ea"><code>7602669</code></a> chore: release v1.18.0</li> <li><a href="https://github.com/shikijs/shiki/commit/55f09422c96493d34ea8b9cfd649409d76aef765"><code>55f0942</code></a> chore: release v1.17.7</li> <li><a href="https://github.com/shikijs/shiki/commit/1d270945f63f7ea2173be418276a766c2d32daa3"><code>1d27094</code></a> chore: explicit return type</li> <li><a href="https://github.com/shikijs/shiki/commit/599b061ec8de8d7699340bfba145999c0176720e"><code>599b061</code></a> chore: release v1.17.6</li> <li><a href="https://github.com/shikijs/shiki/commit/a61a4eefb74723433142724b202596714b73e719"><code>a61a4ee</code></a> chore: release v1.17.5</li> <li><a href="https://github.com/shikijs/shiki/commit/0fd45ea8c3aa5e3d22fb4028dc3bb8dca1b42b15"><code>0fd45ea</code></a> chore: release v1.17.4</li> <li><a href="https://github.com/shikijs/shiki/commit/5fbe4e9022655201336133ded41b0dcbf108e1f1"><code>5fbe4e9</code></a> chore: release v1.17.3</li> <li><a href="https://github.com/shikijs/shiki/commit/01068e65955285cc2d50d3e00d9d36e46cca9378"><code>01068e6</code></a> chore: release v1.17.2</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.20.0/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/vscode-textmate` from 9.2.0 to 9.2.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/vscode-textmate/commit/8d2e84a3aad21afd6b08fd53c7acd421c7f5aa44"><code>8d2e84a</code></a> chore: release v9.2.2</li> <li><a href="https://github.com/shikijs/vscode-textmate/commit/1a9770dad1ef430ef1ec171270f9cfa0ada65620"><code>1a9770d</code></a> fix: exports name</li> <li><a href="https://github.com/shikijs/vscode-textmate/commit/26c5be805c06912d776951c99aa2c9a28c5106a6"><code>26c5be8</code></a> chore: release v9.2.1</li> <li><a href="https://github.com/shikijs/vscode-textmate/commit/fc4c36de52a08627a48a7d32221f10cf0beef3b4"><code>fc4c36d</code></a> feat: export <code>FontStyle</code> enum</li> <li>See full diff in <a href="https://github.com/shikijs/vscode-textmate/compare/v9.2.0...v9.2.2">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.3 to 5.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.1.4 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: format (<a href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6">07b29a6</a>)</li> <li>chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2">98766c2</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/440">#440</a></li> <li>fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff">e4f5fff</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/443">#443</a></li> <li>fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/1344294">1344294</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/444">#444</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/8d5a270408ff213648cda2a8db8f6cd63d709eb5"><code>8d5a270</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6a3d9818af1fd254a6e27cecdb827435cf"><code>07b29a6</code></a> chore: format</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2b39889ccc1cc09b634f184de89b5d9c3e"><code>98766c2</code></a> chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fffa4a9d4f08668b93cad6a410ccad543541"><code>e4f5fff</code></a> fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/1344294a0f412618d337777d7cfa6664668b41bd"><code>1344294</code></a> fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-core` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-core</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-core</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="https://github.com/vuejs/core/commit/6001e5c81a05c894586f9287fbd991677bdd0455">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95ad706f78ce09e288213fcf">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="https://github.com/vuejs/core/commit/cb34b28a4a9bf868be4785b001c526163eda342e">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="https://github.com/vuejs/core/commit/a177092754642af2f98c33a4feffe8f198c3c950">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="https://github.com/vuejs/core/commit/4da688141d9e7c15b622c289deaa81b11845b2c7">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/01f15beeb0ba0ffe434e113c2361c84e109f860f"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11960">#11960</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/7f2de3f53e785a28d475988aeb799aa7f8477ca8"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="https://github.com/vuejs/core/commit/3c4bf7627649ec1e3220f8c4e4163c20d2afb367"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="https://github.com/vuejs/core/commit/706d4ac1d0210b2d9134b3228280187fe02fc971"><code>706d4ac</code></a> fix(compiler-core): fix handling of delimiterOpen in VPre (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11915">#11915</a>)</li> <li><a href="https://github.com/vuejs/core/commit/91212fa408e168b1b2012c23c808f658ed37da63"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="https://github.com/vuejs/core/commit/b1db66a1a942b6b634b100183c3a8632c60c0c27"><code>b1db66a</code></a> chore(deps): upgrade to TypeScript 5.6</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-core">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-dom` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-dom</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="https://github.com/vuejs/core/commit/6001e5c81a05c894586f9287fbd991677bdd0455">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95ad706f78ce09e288213fcf">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="https://github.com/vuejs/core/commit/cb34b28a4a9bf868be4785b001c526163eda342e">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="https://github.com/vuejs/core/commit/a177092754642af2f98c33a4feffe8f198c3c950">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="https://github.com/vuejs/core/commit/4da688141d9e7c15b622c289deaa81b11845b2c7">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/01f15beeb0ba0ffe434e113c2361c84e109f860f"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34"><code>85c138c</code></a> fix(compile-dom): should be able to stringify mathML (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-dom/issues/11891">#11891</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7f2de3f53e785a28d475988aeb799aa7f8477ca8"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="https://github.com/vuejs/core/commit/3c4bf7627649ec1e3220f8c4e4163c20d2afb367"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="https://github.com/vuejs/core/commit/1d99d61c1bd77f9ea6743f6214a82add8346a121"><code>1d99d61</code></a> fix(compiler-dom): fix stringify static edge for partially eligible chunks in...</li> <li><a href="https://github.com/vuejs/core/commit/91212fa408e168b1b2012c23c808f658ed37da63"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="https://github.com/vuejs/core/commit/b1430f250d6aef7f866d9a670895d83596119b42"><code>b1430f2</code></a> refactor: remove rarely used argument in makeMap + optimize perf</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-dom">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="https://github.com/vuejs/core/commit/6001e5c81a05c894586f9287fbd991677bdd0455">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95ad706f78ce09e288213fcf">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="https://github.com/vuejs/core/commit/cb34b28a4a9bf868be4785b001c526163eda342e">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="https://github.com/vuejs/core/commit/a177092754642af2f98c33a4feffe8f198c3c950">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="https://github.com/vuejs/core/commit/4da688141d9e7c15b622c289deaa81b11845b2c7">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/01f15beeb0ba0ffe434e113c2361c84e109f860f"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="https://github.com/vuejs/core/commit/fa0ba24b3ace02d7ecab65e57c2bea89a2550dcb"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12019">#12019</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11960">#11960</a>)</li> <li><a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5"><code>215e154</code></a> fix(compiler-sfc): initialize scope with null prototype object (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11963">#11963</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="https://github.com/vuejs/core/commit/47bda40653610c74ccdd4ab961e11c3b63cdbbfe"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11938">#11938</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7f2de3f53e785a28d475988aeb799aa7f8477ca8"><code>7f2de3f</code></a> release: v3.5.5</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-ssr` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-ssr</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGE…
- Loading branch information