Skip to content

v1.0.0

Compare
Choose a tag to compare
@f f released this 07 Jun 08:00
· 97 commits to master since this release

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.