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 [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 9.6.0 to 9.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vueuse/vueuse/releases"><code>@vueuse/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v9.7.0</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>createEeventHook</strong>: Auto dispose - by <a href="https://github.com/ARZarkesh"><code>@ARZarkesh</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2518">vueuse/vueuse#2518</a> <a href="https://github.com/vueuse/vueuse/commit/fdd4dbf0"><!-- raw HTML omitted -->(fdd4d)<!-- raw HTML omitted --></a></li>
<li><strong>useBreakpoints</strong>: Add breakpoints for Master CSS - by <a href="https://github.com/imsus"><code>@imsus</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2529">vueuse/vueuse#2529</a> <a href="https://github.com/vueuse/vueuse/commit/30c5b09c"><!-- raw HTML omitted -->(30c5b)<!-- raw HTML omitted --></a></li>
<li><strong>useRafFn</strong>: Add <code>delta</code> and <code>timestamp</code> - by <a href="https://github.com/innocenzi"><code>@innocenzi</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2493">vueuse/vueuse#2493</a> <a href="https://github.com/vueuse/vueuse/commit/692d0247"><!-- raw HTML omitted -->(692d0)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Add <code>floor</code> and <code>ceil</code> value calculation - by <a href="https://github.com/userquin"><code>@userquin</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2543">vueuse/vueuse#2543</a> <a href="https://github.com/vueuse/vueuse/commit/a7dc61b0"><!-- raw HTML omitted -->(a7dc6)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Custom units, number rounding - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/324ded63"><!-- raw HTML omitted -->(324de)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/ea497a84"><!-- raw HTML omitted -->(ea497)<!-- raw HTML omitted --></a></li>
<li><strong>useActiveElement</strong>: Ignore blur for relatedTarget - by <a href="https://github.com/dpschen"><code>@dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2540">vueuse/vueuse#2540</a> <a href="https://github.com/vueuse/vueuse/commit/88b4419a"><!-- raw HTML omitted -->(88b44)<!-- raw HTML omitted --></a></li>
<li><strong>useDraggable</strong>: Use <code>clientX</code> instead of <code>pageX</code>, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2053">#2053</a> - by <a href="https://github.com/stefnotch"><code>@stefnotch</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2054">vueuse/vueuse#2054</a> and <a href="https://github.com/vueuse/vueuse/issues/2053">vueuse/vueuse#2053</a> <a href="https://github.com/vueuse/vueuse/commit/c91867fd"><!-- raw HTML omitted -->(c9186)<!-- raw HTML omitted --></a></li>
<li><strong>useGeolocation</strong>: Implement immediate option - by <a href="https://github.com/ebisbe"><code>@ebisbe</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2472">vueuse/vueuse#2472</a> <a href="https://github.com/vueuse/vueuse/commit/161fdb01"><!-- raw HTML omitted -->(161fd)<!-- raw HTML omitted --></a></li>
<li><strong>useIntervalFn</strong>: Watch computed refs instead of just refs - by <a href="https://github.com/innocenzi"><code>@innocenzi</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2539">vueuse/vueuse#2539</a> <a href="https://github.com/vueuse/vueuse/commit/8bb7b509"><!-- raw HTML omitted -->(8bb7b)<!-- raw HTML omitted --></a></li>
<li><strong>useMagicKeys</strong>: Also clear 'current' on <a href="https://github.com/focus"><code>@focus</code></a> - by <a href="https://github.com/hartmut"><code>@hartmut</code></a> [<!-- raw HTML omitted -->(<a href="https://github.com/blur"><code>@blur</code></a>)<!-- raw HTML omitted -->](<a href="https://github.com/vueuse/vueuse/commit/@blur"><code>https://github.com/vueuse/vueuse/commit/@blur</code></a> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2515">#2515</a>))</li>
<li><strong>useStyleTag</strong>: Allow multiline CSS - by <a href="https://github.com/jameswragg"><code>@jameswragg</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2476">vueuse/vueuse#2476</a> <a href="https://github.com/vueuse/vueuse/commit/cfcc2952"><!-- raw HTML omitted -->(cfcc2)<!-- raw HTML omitted --></a></li>
<li><strong>useTextareaAutosize</strong>: Support changes of element width - by <a href="https://github.com/dpschen"><code>@dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2541">vueuse/vueuse#2541</a> <a href="https://github.com/vueuse/vueuse/commit/ebd48528"><!-- raw HTML omitted -->(ebd48)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Add <code>showSecond</code> prop to component - by <a href="https://github.com/CS-Birb"><code>@CS-Birb</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2547">vueuse/vueuse#2547</a> <a href="https://github.com/vueuse/vueuse/commit/0c333bd3"><!-- raw HTML omitted -->(0c333)<!-- raw HTML omitted --></a></li>
<li><strong>useWindowScroll</strong>: Use configured window onScroll - by <a href="https://github.com/94726"><code>@94726</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2545">vueuse/vueuse#2545</a> <a href="https://github.com/vueuse/vueuse/commit/5df0ab60"><!-- raw HTML omitted -->(5df0a)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v9.6.0...v9.7.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/81f626fd6dd80bca02bcf57c2a4a995bdb3d35c9"><code>81f626f</code></a> chore: release v9.7.0</li>
<li><a href="https://github.com/vueuse/vueuse/commit/5df0ab606df26113913d46dc959b9fdf8f6c4220"><code>5df0ab6</code></a> fix(useWindowScroll): use configured window onScroll (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2545">#2545</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/ea497a84bbe7816469fa8f8e247e0083c1b753ac"><code>ea497a8</code></a> fix: reference</li>
<li><a href="https://github.com/vueuse/vueuse/commit/692d0247b28ab4277b94557610083720d54f7707"><code>692d024</code></a> feat(useRafFn): add <code>delta</code> and <code>timestamp</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2493">#2493</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/30c5b09cbe07e0874d542b5a3b8224f984192cf3"><code>30c5b09</code></a> feat(useBreakpoints): add breakpoints for Master CSS (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2529">#2529</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/ebd48528cd5f3e2ea82ff89ea6735f6f38121434"><code>ebd4852</code></a> fix(useTextareaAutosize): support changes of element width (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2541">#2541</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/88b4419a43e8f6b6c70c4288163ff538756fe490"><code>88b4419</code></a> fix(useActiveElement): ignore blur for relatedTarget (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2540">#2540</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/c91867fda474bf79a67d40e68c20e04b1eaa7e42"><code>c91867f</code></a> fix(useDraggable): use <code>clientX</code> instead of <code>pageX</code>, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2053">#2053</a> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2054">#2054</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/161fdb01ff679601e99e16129c209801dd96af62"><code>161fdb0</code></a> fix(useGeolocation): Implement immediate option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2472">#2472</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/21d24da515d0cd2024784a752b0f97df4e5db7bb"><code>21d24da</code></a> fix(useMagicKeys): also clear 'current' on <a href="https://github.com/focus"><code>@focus</code></a>|<a href="https://github.com/blur"><code>@blur</code></a> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2515">#2515</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.7.0/packages/core">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>
argoyle
(Migrated from gitlab.com)
merged commit into master2022-12-17 13:28:07 +00:00
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 @vueuse/core from 9.6.0 to 9.7.0.
Release notes
Sourced from
@vueuse/core's releases.Commits
81f626fchore: release v9.7.05df0ab6fix(useWindowScroll): use configured window onScroll (#2545)ea497a8fix: reference692d024feat(useRafFn): adddeltaandtimestamp(#2493)30c5b09feat(useBreakpoints): add breakpoints for Master CSS (#2529)ebd4852fix(useTextareaAutosize): support changes of element width (#2541)88b4419fix(useActiveElement): ignore blur for relatedTarget (#2540)c91867ffix(useDraggable): useclientXinstead ofpageX, close #2053 (#2054)161fdb0fix(useGeolocation): Implement immediate option (#2472)21d24dafix(useMagicKeys): also clear 'current' on@focus|@blur(#2515)Dependabot 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 conflicts