Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

73 lines (58 loc) · 3.06 KB

Changelog

  • Add: z-index prop
  • Fix: onCancel prop default value to empty function
  • Add: bars loader type
  • Add: opacity prop

3.0.0 (breaking)

  • Changed:
    • use SVG instead of CSS animation
    • rename animation prop to transition
    • rename close event to hide
    • onCancel callback will be called only when cancelled by user
    • use v-show instead of v-if
    • CSS classes has been prefixed with vld
    • Output CSS file name has been renamed dist/vue-loading.css, removed .min from name
  • Added: see docs for usage
    • add loader prop
    • add color and backgroundColor prop
    • add height and width prop
    • add before and after slots
    • add second argument to $loading.show(props?,slots?) method to accept slots
  • Removed:
    • SCSS has been removed completely
  • Other:
    • live example available on gh-pages
  • Fix: SSR issue #18
  • Fix: regression in trap focus feature
  • Fix: regression in z-index issue
  • Docs: updated demo examples
  • Add: default slot to override the loading indicator
  • Add: trap focus feature, user will not be able to tab on elements those are behind the loading overlay
  • a11y: use aria-live
  • Fix: detecting window object
  • Fix: z-index issue on loading element
  • Test: add tests
  • Docs: update readme with better examples
  • Add: allow loader to be restricted to a container element
  • Chore: auto pre-fixer
  • Chore: dist now includes non-minified js file as well
  • Fix: webpack build config, #3
  • Fix: Don't call onCancel callback function when loader is not active
  • Fix: was not working in non module environments

2.0.0 (breaking)

  • Fix: v1.0.0 was completely broken due to a webpack configuration
  • Change: check readme.md file for updated usage instruction

1.0.0

  • Initial release