Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Sep 14, 2023
1 parent 360b264 commit 3685e58
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 10 deletions.
105 changes: 98 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ 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.9](https://github.com/PrefectHQ/vue-compositions/compare/v1.5.8...v1.5.9)

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

- Enhancement: Run subscription actions in an effect scope that is disposed when a channel is deleted [`#306`](https://github.com/PrefectHQ/vue-compositions/pull/306)
- Bump eslint from 8.48.0 to 8.49.0 [`#304`](https://github.com/PrefectHQ/vue-compositions/pull/304)
- Bump vue-tsc from 1.8.8 to 1.8.10 [`#305`](https://github.com/PrefectHQ/vue-compositions/pull/305)
- Bump vitest from 0.34.3 to 0.34.4 [`#303`](https://github.com/PrefectHQ/vue-compositions/pull/303)
- Chore: Update the release workflow [`#302`](https://github.com/PrefectHQ/vue-compositions/pull/302)
- Release version 1.5.9 [`#301`](https://github.com/PrefectHQ/vue-compositions/pull/301)
- Bump typescript from 5.1.6 to 5.2.2 [`#299`](https://github.com/PrefectHQ/vue-compositions/pull/299)
- Bump eslint from 8.47.0 to 8.48.0 [`#298`](https://github.com/PrefectHQ/vue-compositions/pull/298)
- Bump vitest from 0.34.2 to 0.34.3 [`#297`](https://github.com/PrefectHQ/vue-compositions/pull/297)
- fix usePositionStickyObserver reactivity [`#300`](https://github.com/PrefectHQ/vue-compositions/pull/300)
- Bump vitest from 0.34.1 to 0.34.2 [`#295`](https://github.com/PrefectHQ/vue-compositions/pull/295)
- Release version 1.5.8 [`#296`](https://github.com/PrefectHQ/vue-compositions/pull/296)

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

> 23 August 2023
- 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)
Expand All @@ -29,22 +33,53 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)

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

> 5 July 2023
- 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 @@ -55,10 +90,30 @@ 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 @@ -67,13 +122,23 @@ 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 @@ -82,9 +147,35 @@ 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.9",
"version": "1.6.0",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit 3685e58

Please sign in to comment.