Releases: runkids/vue-condition-watcher
Releases · runkids/vue-condition-watcher
2.0.0-beta.3
What's Changed
- bug fix:
watchEffect
maximum recursive updates exceeded
Full Changelog: 2.0.0-beta.2...2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
What's Changed
- fix: beforeFetch type
- fix: resetConditions only assign value if property exists
- chore: modify peerDependencies
Full Changelog: 2.0.0-beta.0...2.0.0-beta.1
2.0.0-beta.0
This is the first 2.0 beta version. Still change until the stable release. Documentation will also be updated once stable.
Breakings
loading
is renamed to isLoading
- const { loading } = useConditionWatcher({...})
+ const { isLoading } = useConditionWatcher({...})
Change export
to export default
- import { useConditionWatcher } from 'vue-condition-watcher'
+ import useConditionWatcher from 'vue-condition-watcher'
What's Changed
- chore: Switch to pnpm & turborepo & vitest
- breaking: rename loading to isLoading
- fix:
beforeFetch
receive conditions type
Full Changelog: 1.4.7...2.0.0-beta.0