Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.5.8 #296

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 17 additions & 84 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,39 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.5.7](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.6...v1.5.7)

#### [1.5.8](https://github.com/PrefectHQ/vue-compositions/compare/0.2.4...1.5.8)

- add usePositionStickyObserver [`#294`](https://github.com/PrefectHQ/vue-compositions/pull/294)
- Bump eslint from 8.46.0 to 8.47.0 [`#292`](https://github.com/PrefectHQ/vue-compositions/pull/292)
- Bump vite from 4.4.4 to 4.4.9 [`#290`](https://github.com/PrefectHQ/vue-compositions/pull/290)
- Bump vue-tsc from 1.8.6 to 1.8.8 [`#288`](https://github.com/PrefectHQ/vue-compositions/pull/288)
- Bump eslint from 8.45.0 to 8.46.0 [`#289`](https://github.com/PrefectHQ/vue-compositions/pull/289)
- Bump vitest from 0.33.0 to 0.34.1 [`#291`](https://github.com/PrefectHQ/vue-compositions/pull/291)
- Bump vue-tsc from 1.8.5 to 1.8.6 [`#285`](https://github.com/PrefectHQ/vue-compositions/pull/285)
- Bump vue-tsc from 1.8.4 to 1.8.5 [`#284`](https://github.com/PrefectHQ/vue-compositions/pull/284)
- Bump vite from 4.4.2 to 4.4.4 [`#283`](https://github.com/PrefectHQ/vue-compositions/pull/283)
- Bump eslint from 8.44.0 to 8.45.0 [`#282`](https://github.com/PrefectHQ/vue-compositions/pull/282)
- Bump tough-cookie from 4.1.2 to 4.1.3 [`#277`](https://github.com/PrefectHQ/vue-compositions/pull/277)
- Bump vue-tsc from 1.8.3 to 1.8.4 [`#279`](https://github.com/PrefectHQ/vue-compositions/pull/279)
- Bump tsc-alias from 1.8.6 to 1.8.7 [`#280`](https://github.com/PrefectHQ/vue-compositions/pull/280)
- Bump vite from 4.3.9 to 4.4.2 [`#281`](https://github.com/PrefectHQ/vue-compositions/pull/281)
- Bump vitest from 0.32.4 to 0.33.0 [`#278`](https://github.com/PrefectHQ/vue-compositions/pull/278)
- BugFix: useSubscriptionWithDependencies can miss changes to args if a computed has nested reactive properties [`#276`](https://github.com/PrefectHQ/vue-compositions/pull/276)
- Bump typescript from 5.0.4 to 5.1.3 [`#264`](https://github.com/PrefectHQ/vue-compositions/pull/264)
- Bump vitest from 0.31.1 to 0.31.4 [`#265`](https://github.com/PrefectHQ/vue-compositions/pull/265)
- Bump eslint from 8.41.0 to 8.42.0 [`#266`](https://github.com/PrefectHQ/vue-compositions/pull/266)

#### [v1.5.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.5...v1.5.6)

> 30 May 2023

- Fix variable access error [`f1ede73`](https://github.com/PrefectHQ/vue-compositions/commit/f1ede731b13c1b0a542e6f9192445ca036425e18)

#### [v1.5.5](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.3...v1.5.5)

> 30 May 2023

- Bump jsdom from 22.0.0 to 22.1.0 [`#263`](https://github.com/PrefectHQ/vue-compositions/pull/263)
- Bump vite from 4.3.8 to 4.3.9 [`#262`](https://github.com/PrefectHQ/vue-compositions/pull/262)
- Enhancement: Add `interval` option to `useNow` to limit effects [`#261`](https://github.com/PrefectHQ/vue-compositions/pull/261)
- Bugfix: `useBoolean` value should always be a ref [`#260`](https://github.com/PrefectHQ/vue-compositions/pull/260)

#### [v1.5.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.2...v1.5.3)

> 22 May 2023

- Enhancement: Update `useVisibilityObserver` to accept reactive options [`#259`](https://github.com/PrefectHQ/vue-compositions/pull/259)
- Bump vite from 4.3.7 to 4.3.8 [`#257`](https://github.com/PrefectHQ/vue-compositions/pull/257)
- Bump vitest from 0.31.0 to 0.31.1 [`#256`](https://github.com/PrefectHQ/vue-compositions/pull/256)
- Bump @prefecthq/eslint-config from 1.0.25 to 1.0.27 [`#255`](https://github.com/PrefectHQ/vue-compositions/pull/255)
- Bump eslint from 8.39.0 to 8.41.0 [`#254`](https://github.com/PrefectHQ/vue-compositions/pull/254)
- Feature: `useBoolean` composition [`#258`](https://github.com/PrefectHQ/vue-compositions/pull/258)

#### [v1.5.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.1...v1.5.2)

> 18 May 2023

- BugFix: `uniqueValueWatcher` utility doesn't account for dates [`#253`](https://github.com/PrefectHQ/vue-compositions/pull/253)
- Feature: `useGlobalEventListener` composition [`#252`](https://github.com/PrefectHQ/vue-compositions/pull/252)

#### [v1.5.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.0...v1.5.1)

> 16 May 2023

- Bump vue-tsc from 1.4.4 to 1.6.5 [`#249`](https://github.com/PrefectHQ/vue-compositions/pull/249)
- Bump vite from 4.3.1 to 4.3.7 [`#251`](https://github.com/PrefectHQ/vue-compositions/pull/251)
- Bump jsdom from 21.1.1 to 22.0.0 [`#247`](https://github.com/PrefectHQ/vue-compositions/pull/247)
Expand All @@ -58,30 +47,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump vue-tsc from 1.2.0 to 1.4.4 [`#235`](https://github.com/PrefectHQ/vue-compositions/pull/235)
- Bump eslint from 8.37.0 to 8.39.0 [`#236`](https://github.com/PrefectHQ/vue-compositions/pull/236)
- Bump vite from 4.2.1 to 4.3.1 [`#237`](https://github.com/PrefectHQ/vue-compositions/pull/237)

#### [v1.5.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.3...v1.5.0)

> 25 April 2023

- Feature: useKeyDown composition [`#238`](https://github.com/PrefectHQ/vue-compositions/pull/238)
- check is writable before reassigning in debounce [`#234`](https://github.com/PrefectHQ/vue-compositions/pull/234)

#### [v1.4.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.2...v1.4.3)

> 19 April 2023

- Enhancement: Channel response reactivity [`#233`](https://github.com/PrefectHQ/vue-compositions/pull/233)

#### [v1.4.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.1...v1.4.2)

> 13 April 2023

- Feature: added lifecycle option to useSubscription [`#231`](https://github.com/PrefectHQ/vue-compositions/pull/231)

#### [v1.4.1](https://github.com/PrefectHQ/vue-compositions/compare/v1.4.0...v1.4.1)

> 11 April 2023

- Enhancement: `useSubscription` reactive options [RFC] [`#226`](https://github.com/PrefectHQ/vue-compositions/pull/226)
- Bump tsc-alias from 1.8.4 to 1.8.5 [`#221`](https://github.com/PrefectHQ/vue-compositions/pull/221)
- Bump @prefecthq/eslint-config from 1.0.23 to 1.0.25 [`#222`](https://github.com/PrefectHQ/vue-compositions/pull/222)
Expand All @@ -90,23 +59,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump vitest from 0.29.7 to 0.29.8 [`#225`](https://github.com/PrefectHQ/vue-compositions/pull/225)
- Bump tsc-alias from 1.8.3 to 1.8.4 [`#218`](https://github.com/PrefectHQ/vue-compositions/pull/218)
- Bump vitest from 0.29.2 to 0.29.7 [`#219`](https://github.com/PrefectHQ/vue-compositions/pull/219)

#### [v1.4.0](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.6...v1.4.0)

> 20 March 2023

- Feature: useScrollLinking composition [`#193`](https://github.com/PrefectHQ/vue-compositions/pull/193)
- Feature: useNow composition [`#216`](https://github.com/PrefectHQ/vue-compositions/pull/216)
- Bump tsc-alias from 1.8.2 to 1.8.3 [`#212`](https://github.com/PrefectHQ/vue-compositions/pull/212)
- Bump jsdom from 21.1.0 to 21.1.1 [`#213`](https://github.com/PrefectHQ/vue-compositions/pull/213)
- Bump eslint from 8.35.0 to 8.36.0 [`#214`](https://github.com/PrefectHQ/vue-compositions/pull/214)
- Bump vite from 4.1.4 to 4.2.1 [`#215`](https://github.com/PrefectHQ/vue-compositions/pull/215)
- Bump @testing-library/vue from 6.6.1 to 7.0.0 [`#211`](https://github.com/PrefectHQ/vue-compositions/pull/211)

#### [v1.3.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.5...v1.3.6)

> 10 March 2023

- Bump typescript from 4.9.4 to 4.9.5 [`#198`](https://github.com/PrefectHQ/vue-compositions/pull/198)
- Bump eslint from 8.33.0 to 8.35.0 [`#206`](https://github.com/PrefectHQ/vue-compositions/pull/206)
- Bump vue-tsc from 1.0.24 to 1.2.0 [`#207`](https://github.com/PrefectHQ/vue-compositions/pull/207)
Expand All @@ -115,35 +74,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Suggestion: clarify useDebouncedRef wait arg [`#195`](https://github.com/PrefectHQ/vue-compositions/pull/195)
- BugFix: useSubscription args watcher creates new subscriptions even when args have not changed [`#210`](https://github.com/PrefectHQ/vue-compositions/pull/210)
- Enhancement: Make element ref optional in useVisibilityObserver [`#199`](https://github.com/PrefectHQ/vue-compositions/pull/199)

#### [v1.3.5](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.4...v1.3.5)

> 3 February 2023

- Enhancement: Sync value to input ref if debounced ref is set in useDebouncedRef [`#194`](https://github.com/PrefectHQ/vue-compositions/pull/194)

#### [v1.3.4](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.3...v1.3.4)

> 1 February 2023

- Enhancement: Query operations [`#192`](https://github.com/PrefectHQ/vue-compositions/pull/192)

#### [v1.3.3](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.2...v1.3.3)

> 31 January 2023

- Enhancement: useRouteQueryParam reactivity to aggressive [`#191`](https://github.com/PrefectHQ/vue-compositions/pull/191)

#### [v1.3.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.3.1...v1.3.2)

> 30 January 2023

- Account for tuple RouteParam schemas [`620790c`](https://github.com/PrefectHQ/vue-compositions/commit/620790cb1f4ed5d01a4098dc5a308afa08704c1e)

### [v1.3.1](https://github.com/PrefectHQ/vue-compositions/compare/0.2.4...v1.3.1)

> 30 January 2023

- BugFix: Fix params schema type discriminating to much [`#190`](https://github.com/PrefectHQ/vue-compositions/pull/190)
- Bump vitest from 0.28.1 to 0.28.3 [`#189`](https://github.com/PrefectHQ/vue-compositions/pull/189)
- Bump @prefecthq/eslint-config from 1.0.22 to 1.0.23 [`#188`](https://github.com/PrefectHQ/vue-compositions/pull/188)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prefecthq/vue-compositions",
"private": false,
"version": "1.5.7",
"version": "1.5.8",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down
Loading