Skip to content

Commit 7a751ae

Browse files
1.11.0
1 parent 7792566 commit 7a751ae

File tree

3 files changed

+26
-142
lines changed

3 files changed

+26
-142
lines changed

CHANGELOG.md

Lines changed: 23 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [1.10.0](https://github.com/PrefectHQ/vue-compositions/compare/1.9.0...1.10.0)
7+
#### [1.11.0](https://github.com/PrefectHQ/vue-compositions/compare/1.10.0...1.11.0)
88

9-
- Add `maxRefreshRate` directly to `Channel` and `Subscription` classes [`#398`](https://github.com/PrefectHQ/vue-compositions/pull/398)
9+
- Feature: `useMousePosition` [`#404`](https://github.com/PrefectHQ/vue-compositions/pull/404)
1010

11-
#### [1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.9.0...1.9.0)
11+
#### [1.10.0](https://github.com/PrefectHQ/vue-compositions/compare/1.9.0...1.10.0)
1212

1313
> 29 February 2024
1414
15-
#### [v1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...v1.9.0)
15+
- Add `maxRefreshRate` directly to `Channel` and `Subscription` classes [`#398`](https://github.com/PrefectHQ/vue-compositions/pull/398)
16+
17+
#### [1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...1.9.0)
1618

1719
> 29 February 2024
1820
@@ -21,11 +23,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2123
- Bump vite from 5.1.1 to 5.1.4 [`#395`](https://github.com/PrefectHQ/vue-compositions/pull/395)
2224
- Bump vitest from 1.2.2 to 1.3.1 [`#394`](https://github.com/PrefectHQ/vue-compositions/pull/394)
2325

24-
#### [1.8.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.8.0...1.8.0)
25-
26-
> 20 February 2024
27-
28-
#### [v1.8.0](https://github.com/PrefectHQ/vue-compositions/compare/1.7.2...v1.8.0)
26+
#### [1.8.0](https://github.com/PrefectHQ/vue-compositions/compare/1.7.2...1.8.0)
2927

3028
> 20 February 2024
3129
@@ -43,21 +41,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4341
- Bump jsdom from 23.2.0 to 24.0.0 [`#381`](https://github.com/PrefectHQ/vue-compositions/pull/381)
4442
- Bump vite from 5.0.11 to 5.0.12 [`#379`](https://github.com/PrefectHQ/vue-compositions/pull/379)
4543

46-
#### [1.7.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.7.1...1.7.1)
47-
48-
> 19 January 2024
49-
50-
#### [v1.7.1](https://github.com/PrefectHQ/vue-compositions/compare/1.7.0...v1.7.1)
44+
#### [1.7.1](https://github.com/PrefectHQ/vue-compositions/compare/1.7.0...1.7.1)
5145

5246
> 19 January 2024
5347
5448
- Update subscription exports [`#378`](https://github.com/PrefectHQ/vue-compositions/pull/378)
5549

56-
#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.7.0...1.7.0)
57-
58-
> 18 January 2024
59-
60-
#### [v1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/1.6.8...v1.7.0)
50+
#### [1.7.0](https://github.com/PrefectHQ/vue-compositions/compare/1.6.8...1.7.0)
6151

6252
> 18 January 2024
6353
@@ -90,21 +80,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9080
- Bump vite from 4.5.0 to 5.0.2 [`#351`](https://github.com/PrefectHQ/vue-compositions/pull/351)
9181
- Bump jsdom from 22.1.0 to 23.0.0 [`#352`](https://github.com/PrefectHQ/vue-compositions/pull/352)
9282

93-
#### [1.6.7](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.7...1.6.7)
94-
95-
> 16 November 2023
96-
97-
#### [v1.6.7](https://github.com/PrefectHQ/vue-compositions/compare/1.6.6...v1.6.7)
83+
#### [1.6.7](https://github.com/PrefectHQ/vue-compositions/compare/1.6.6...1.6.7)
9884

9985
> 16 November 2023
10086
10187
- Fix subscription actions being called even when the args have not changed [`#346`](https://github.com/PrefectHQ/vue-compositions/pull/346)
10288

103-
#### [1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.6...1.6.6)
104-
105-
> 15 November 2023
106-
107-
#### [v1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...v1.6.6)
89+
#### [1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...1.6.6)
10890

10991
> 15 November 2023
11092
@@ -131,11 +113,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
131113
- Release 1.6.5 [`#334`](https://github.com/PrefectHQ/vue-compositions/pull/334)
132114
- Fix: Add a check for isEqual to reduce duplicate queries [`#332`](https://github.com/PrefectHQ/vue-compositions/pull/332)
133115

134-
#### [1.6.4](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.4...1.6.4)
135-
136-
> 3 October 2023
137-
138-
#### [v1.6.4](https://github.com/PrefectHQ/vue-compositions/compare/1.6.3...v1.6.4)
116+
#### [1.6.4](https://github.com/PrefectHQ/vue-compositions/compare/1.6.3...1.6.4)
139117

140118
> 3 October 2023
141119
@@ -147,42 +125,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
147125
- Bump vitest from 0.34.4 to 0.34.6 [`#319`](https://github.com/PrefectHQ/vue-compositions/pull/319)
148126
- Chore: Update nvmrc [`#320`](https://github.com/PrefectHQ/vue-compositions/pull/320)
149127

150-
#### [1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.3...1.6.3)
151-
152-
> 20 September 2023
153-
154-
#### [v1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...v1.6.3)
128+
#### [1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...1.6.3)
155129

156130
> 20 September 2023
157131
158132
- Enhancement: Add `onError` callback to subscription options [`#311`](https://github.com/PrefectHQ/vue-compositions/pull/311)
159133

160-
#### [1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.2...1.6.2)
161-
162-
> 19 September 2023
163-
164-
#### [v1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...v1.6.2)
134+
#### [1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...1.6.2)
165135

166136
> 19 September 2023
167137
168138
- Feature: Utilities for converting values into location queries [`#310`](https://github.com/PrefectHQ/vue-compositions/pull/310)
169139

170-
#### [1.6.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.1...1.6.1)
171-
172-
> 18 September 2023
173-
174-
#### [v1.6.1](https://github.com/PrefectHQ/vue-compositions/compare/1.6.0...v1.6.1)
140+
#### [1.6.1](https://github.com/PrefectHQ/vue-compositions/compare/1.6.0...1.6.1)
175141

176142
> 18 September 2023
177143
178144
- Enhancement: Create a new scope for each execution when refreshing subscriptions [`#307`](https://github.com/PrefectHQ/vue-compositions/pull/307)
179145
- Bump vue-tsc from 1.8.10 to 1.8.11 [`#309`](https://github.com/PrefectHQ/vue-compositions/pull/309)
180146

181-
#### [1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.0...1.6.0)
182-
183-
> 14 September 2023
184-
185-
#### [v1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.7...v1.6.0)
147+
#### [1.6.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.4...1.6.0)
186148

187149
> 14 September 2023
188150
@@ -213,53 +175,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
213175
- Bump tsc-alias from 1.8.6 to 1.8.7 [`#280`](https://github.com/PrefectHQ/vue-compositions/pull/280)
214176
- Bump vite from 4.3.9 to 4.4.2 [`#281`](https://github.com/PrefectHQ/vue-compositions/pull/281)
215177
- Bump vitest from 0.32.4 to 0.33.0 [`#278`](https://github.com/PrefectHQ/vue-compositions/pull/278)
216-
217-
#### [v1.5.7](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.6...v1.5.7)
218-
219-
> 5 July 2023
220-
221178
- BugFix: useSubscriptionWithDependencies can miss changes to args if a computed has nested reactive properties [`#276`](https://github.com/PrefectHQ/vue-compositions/pull/276)
222179
- Bump typescript from 5.0.4 to 5.1.3 [`#264`](https://github.com/PrefectHQ/vue-compositions/pull/264)
223180
- Bump vitest from 0.31.1 to 0.31.4 [`#265`](https://github.com/PrefectHQ/vue-compositions/pull/265)
224181
- Bump eslint from 8.41.0 to 8.42.0 [`#266`](https://github.com/PrefectHQ/vue-compositions/pull/266)
225-
226-
#### [v1.5.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.5...v1.5.6)
227-
228-
> 30 May 2023
229-
230-
- Fix variable access error [`f1ede73`](https://github.com/PrefectHQ/vue-compositions/commit/f1ede731b13c1b0a542e6f9192445ca036425e18)
231-
232-
#### [v1.5.5](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.3...v1.5.5)
233-
234-
> 30 May 2023
235-
236182
- Bump jsdom from 22.0.0 to 22.1.0 [`#263`](https://github.com/PrefectHQ/vue-compositions/pull/263)
237183
- Bump vite from 4.3.8 to 4.3.9 [`#262`](https://github.com/PrefectHQ/vue-compositions/pull/262)
238184
- Enhancement: Add `interval` option to `useNow` to limit effects [`#261`](https://github.com/PrefectHQ/vue-compositions/pull/261)
239-
- Bugfix: `useBoolean` value should always be a ref [`#260`](https://github.com/PrefectHQ/vue-compositions/pull/260)
240185

241-
#### [v1.5.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.2...v1.5.3)
186+
### [v1.5.4](https://github.com/PrefectHQ/vue-compositions/compare/0.2.4...v1.5.4)
242187

243188
> 22 May 2023
244189
190+
- Bugfix: `useBoolean` value should always be a ref [`#260`](https://github.com/PrefectHQ/vue-compositions/pull/260)
245191
- Enhancement: Update `useVisibilityObserver` to accept reactive options [`#259`](https://github.com/PrefectHQ/vue-compositions/pull/259)
246192
- Bump vite from 4.3.7 to 4.3.8 [`#257`](https://github.com/PrefectHQ/vue-compositions/pull/257)
247193
- Bump vitest from 0.31.0 to 0.31.1 [`#256`](https://github.com/PrefectHQ/vue-compositions/pull/256)
248194
- Bump @prefecthq/eslint-config from 1.0.25 to 1.0.27 [`#255`](https://github.com/PrefectHQ/vue-compositions/pull/255)
249195
- Bump eslint from 8.39.0 to 8.41.0 [`#254`](https://github.com/PrefectHQ/vue-compositions/pull/254)
250196
- Feature: `useBoolean` composition [`#258`](https://github.com/PrefectHQ/vue-compositions/pull/258)
251-
252-
#### [v1.5.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.1...v1.5.2)
253-
254-
> 18 May 2023
255-
256197
- BugFix: `uniqueValueWatcher` utility doesn't account for dates [`#253`](https://github.com/PrefectHQ/vue-compositions/pull/253)
257198
- Feature: `useGlobalEventListener` composition [`#252`](https://github.com/PrefectHQ/vue-compositions/pull/252)
258-
259-
#### [v1.5.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.0...v1.5.1)
260-
261-
> 16 May 2023
262-
263199
- Bump vue-tsc from 1.4.4 to 1.6.5 [`#249`](https://github.com/PrefectHQ/vue-compositions/pull/249)
264200
- Bump vite from 4.3.1 to 4.3.7 [`#251`](https://github.com/PrefectHQ/vue-compositions/pull/251)
265201
- Bump jsdom from 21.1.1 to 22.0.0 [`#247`](https://github.com/PrefectHQ/vue-compositions/pull/247)
@@ -270,30 +206,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
270206
- Bump vue-tsc from 1.2.0 to 1.4.4 [`#235`](https://github.com/PrefectHQ/vue-compositions/pull/235)
271207
- Bump eslint from 8.37.0 to 8.39.0 [`#236`](https://github.com/PrefectHQ/vue-compositions/pull/236)
272208
- Bump vite from 4.2.1 to 4.3.1 [`#237`](https://github.com/PrefectHQ/vue-compositions/pull/237)
273-
274-
#### [v1.5.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.3...v1.5.0)
275-
276-
> 25 April 2023
277-
278209
- Feature: useKeyDown composition [`#238`](https://github.com/PrefectHQ/vue-compositions/pull/238)
279210
- check is writable before reassigning in debounce [`#234`](https://github.com/PrefectHQ/vue-compositions/pull/234)
280-
281-
#### [v1.4.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.2...v1.4.3)
282-
283-
> 19 April 2023
284-
285211
- Enhancement: Channel response reactivity [`#233`](https://github.com/PrefectHQ/vue-compositions/pull/233)
286-
287-
#### [v1.4.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.1...v1.4.2)
288-
289-
> 13 April 2023
290-
291212
- Feature: added lifecycle option to useSubscription [`#231`](https://github.com/PrefectHQ/vue-compositions/pull/231)
292-
293-
#### [v1.4.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.0...v1.4.1)
294-
295-
> 11 April 2023
296-
297213
- Enhancement: `useSubscription` reactive options [RFC] [`#226`](https://github.com/PrefectHQ/vue-compositions/pull/226)
298214
- Bump tsc-alias from 1.8.4 to 1.8.5 [`#221`](https://github.com/PrefectHQ/vue-compositions/pull/221)
299215
- Bump @prefecthq/eslint-config from 1.0.23 to 1.0.25 [`#222`](https://github.com/PrefectHQ/vue-compositions/pull/222)
@@ -302,23 +218,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
302218
- Bump vitest from 0.29.7 to 0.29.8 [`#225`](https://github.com/PrefectHQ/vue-compositions/pull/225)
303219
- Bump tsc-alias from 1.8.3 to 1.8.4 [`#218`](https://github.com/PrefectHQ/vue-compositions/pull/218)
304220
- Bump vitest from 0.29.2 to 0.29.7 [`#219`](https://github.com/PrefectHQ/vue-compositions/pull/219)
305-
306-
#### [v1.4.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.6...v1.4.0)
307-
308-
> 20 March 2023
309-
310221
- Feature: useScrollLinking composition [`#193`](https://github.com/PrefectHQ/vue-compositions/pull/193)
311222
- Feature: useNow composition [`#216`](https://github.com/PrefectHQ/vue-compositions/pull/216)
312223
- Bump tsc-alias from 1.8.2 to 1.8.3 [`#212`](https://github.com/PrefectHQ/vue-compositions/pull/212)
313224
- Bump jsdom from 21.1.0 to 21.1.1 [`#213`](https://github.com/PrefectHQ/vue-compositions/pull/213)
314225
- Bump eslint from 8.35.0 to 8.36.0 [`#214`](https://github.com/PrefectHQ/vue-compositions/pull/214)
315226
- Bump vite from 4.1.4 to 4.2.1 [`#215`](https://github.com/PrefectHQ/vue-compositions/pull/215)
316227
- Bump @testing-library/vue from 6.6.1 to 7.0.0 [`#211`](https://github.com/PrefectHQ/vue-compositions/pull/211)
317-
318-
#### [v1.3.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.5...v1.3.6)
319-
320-
> 10 March 2023
321-
322228
- Bump typescript from 4.9.4 to 4.9.5 [`#198`](https://github.com/PrefectHQ/vue-compositions/pull/198)
323229
- Bump eslint from 8.33.0 to 8.35.0 [`#206`](https://github.com/PrefectHQ/vue-compositions/pull/206)
324230
- Bump vue-tsc from 1.0.24 to 1.2.0 [`#207`](https://github.com/PrefectHQ/vue-compositions/pull/207)
@@ -327,35 +233,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
327233
- Suggestion: clarify useDebouncedRef wait arg [`#195`](https://github.com/PrefectHQ/vue-compositions/pull/195)
328234
- BugFix: useSubscription args watcher creates new subscriptions even when args have not changed [`#210`](https://github.com/PrefectHQ/vue-compositions/pull/210)
329235
- Enhancement: Make element ref optional in useVisibilityObserver [`#199`](https://github.com/PrefectHQ/vue-compositions/pull/199)
330-
331-
#### [v1.3.5](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.4...v1.3.5)
332-
333-
> 3 February 2023
334-
335236
- Enhancement: Sync value to input ref if debounced ref is set in useDebouncedRef [`#194`](https://github.com/PrefectHQ/vue-compositions/pull/194)
336-
337-
#### [v1.3.4](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.3...v1.3.4)
338-
339-
> 1 February 2023
340-
341237
- Enhancement: Query operations [`#192`](https://github.com/PrefectHQ/vue-compositions/pull/192)
342-
343-
#### [v1.3.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.2...v1.3.3)
344-
345-
> 31 January 2023
346-
347238
- Enhancement: useRouteQueryParam reactivity to aggressive [`#191`](https://github.com/PrefectHQ/vue-compositions/pull/191)
348-
349-
#### [v1.3.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.1...v1.3.2)
350-
351-
> 30 January 2023
352-
353-
- Account for tuple RouteParam schemas [`620790c`](https://github.com/PrefectHQ/vue-compositions/commit/620790cb1f4ed5d01a4098dc5a308afa08704c1e)
354-
355-
### [v1.3.1](https://github.com/PrefectHQ/vue-compositions/compare/0.2.4...v1.3.1)
356-
357-
> 30 January 2023
358-
359239
- BugFix: Fix params schema type discriminating to much [`#190`](https://github.com/PrefectHQ/vue-compositions/pull/190)
360240
- Bump vitest from 0.28.1 to 0.28.3 [`#189`](https://github.com/PrefectHQ/vue-compositions/pull/189)
361241
- Bump @prefecthq/eslint-config from 1.0.22 to 1.0.23 [`#188`](https://github.com/PrefectHQ/vue-compositions/pull/188)
@@ -560,7 +440,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
560440
561441
- BugFix: useSubscription argument watcher incorrectly setting response [`#63`](https://github.com/PrefectHQ/vue-compositions/pull/63)
562442

563-
#### [0.1.31](https://github.com/PrefectHQ/vue-compositions/compare/0.1.30...0.1.31)
443+
#### [0.1.31](https://github.com/PrefectHQ/vue-compositions/compare/v0.1.31...0.1.31)
444+
445+
> 2 June 2022
446+
447+
#### [v0.1.31](https://github.com/PrefectHQ/vue-compositions/compare/0.1.30...v0.1.31)
564448

565449
> 2 June 2022
566450

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prefecthq/vue-compositions",
33
"private": false,
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"description": "A collection of reusable vue compositions.",
66
"main": "./dist/vue-compositions.umd.js",
77
"module": "./dist/vue-compositions.mjs",

0 commit comments

Comments
 (0)