Skip to content

Releases: f/vue-wait

v1.1.4

08 Jun 11:46
Compare
Choose a tag to compare
  • added nuxt.js module

vue-wait

07 Jun 14:15
@f f
Compare
Choose a tag to compare
  • Package renamed to vue-wait
  • Rename anyLoading to any
  • Rename wrapLoading to waitFor
  • vueLoading property name to wait

v1.0.4

07 Jun 11:31
@f f
Compare
Choose a tag to compare
  • Fix some issues with 1.0.0

v1.0.0

07 Jun 08:00
@f f
Compare
Choose a tag to compare

v1.0.0

  • A complete rewrite, more extensible.
  • Readable and better code.
  • Update to Webpack 4
  • 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.
  • Rename registerComponents to registerComponent
  • Added accessorName option to change $vueLoading key.
  • Removed createActionHelpers, use mapLoadingActions or wrapLoading instead.
  • Added v-loading:visible, v-loading:hidden, v-loading:disabled, v-loading:enabled, v-loading:click directives.