Skip to content
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
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# vuex-loading changelog
# vue-wait changelog

## v1.1.0
- Rename package to `vue-wait`
- `anyLoading` to `any`

## v1.0.0

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

## v0.4.0

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

## v0.3.0

- Rename `$vuexLoading` to `$vueLoading` to be consistent with class name #25
- Rename `$vuexLoading` to `$wait` to be consistent with class name #25
Loading