1.2.3 release
Release date: 19 May, 2022
Features
- Added
@blur
event to editor & textarea - Plugins can return a collection of functions.
- select elements receive
el$
as last param in all their custom events. - Vueform's
@success
,@error
and@response
events receive the form instance as last param.
Bug fixes
- if axios errors are disabled on 4xx it does not fire
@success
. - Fixed naming & type of
goTo()
params of steps & tabs.