Skip to content

Commit e6ef2e7

Browse files
authored
⚠️ RENAME MODULE (#34)
1 parent 6904c53 commit e6ef2e7

File tree

24 files changed

+678
-677
lines changed

24 files changed

+678
-677
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# vuex-loading changelog
1+
# vue-wait changelog
2+
3+
## v1.1.0
4+
- Rename package to `vue-wait`
5+
- `anyLoading` to `any`
26

37
## v1.0.0
48

@@ -8,17 +12,17 @@
812
- Remove built-in loaders. Maybe we can create another repository including custom spinners.
913
- Remove `width` and `height` props.
1014
- Strict props.
11-
- `isLoading` supports matchers now `creating.*`, `!creating` etc. Please see [/sindresorhus/matcher](/sindresorhus/matcher).
15+
- `isWaiting` supports matchers now `creating.*`, `!creating` etc. Please see [/sindresorhus/matcher](/sindresorhus/matcher).
1216
- Rename `registerComponents` to `registerComponent`
13-
- Added `accessorName` option to change `$vueLoading` key.
14-
- Removed `createActionHelpers`, use `mapLoadingActions` or `wrapLoading` instead.
17+
- Added `accessorName` option to change `$wait` key.
18+
- Removed `createActionHelpers`, use `mapWaitingActions` or `waitFor` instead.
1519
- Added `v-loading:visible`, `v-loading:hidden`, `v-loading:disabled`, `v-loading:enabled`, `v-loading:click` directives.
1620

1721
## v0.4.0
1822

1923
- rename v-loading slot `spinner` to `loading` #30
20-
- added `wrapLoading` helper function for easy integration of vuex-loading in vue component methods #30
24+
- added `waitFor` helper function for easy integration of vue-wait in vue component methods #30
2125

2226
## v0.3.0
2327

24-
- Rename `$vuexLoading` to `$vueLoading` to be consistent with class name #25
28+
- Rename `$vuexLoading` to `$wait` to be consistent with class name #25

0 commit comments

Comments
 (0)