- 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 totransition
- rename
close
event tohide
onCancel
callback will be called only when cancelled by user- use
v-show
instead ofv-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
andbackgroundColor
prop - add
height
andwidth
prop - add
before
andafter
slots - add second argument to
$loading.show(props?,slots?)
method to accept slots
- add
- 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
- Initial release