UNPKG

vue-promise-btn

Version:

Vue.js plugin that handles buttons asynchronous lock and show loading state indicator

43 lines (29 loc) 855 B
# Changelog ## 2.1.0 - Add component event handling ## 2.0.4 - Fixed button enabling when `showSpinner` is set to `false` ## 2.0.3 - Add TypeScript typings ## 2.0.2 - Update NPM version. Dev bundle was in dist by mistake ## 2.0.1 - Updated example: added case how to use closure for inline-expression ## 2.0.0 Added `Extended` mode: - Compatibility with all 3rd party plugins and components - Agnostic to template compilations and always properly triggers functional params ## 1.3.0 - Fixed issues #2 and #4 - Added ability to pass params in event expressions properly ## 1.2.0 - Add support for vue@2.6+ ## 1.1.0 - Use better template compilation way ## 1.0.11 - Fix options and example for stringHTMLRenderer ## 1.0.10 - Updated README and example - Re-publish package to fix README visibility issue on npmjs.org ## 1.0.0 - Initial release