-
Patch fix on Avatar component
-
upgrade dependencies
-
make picker close on blur
-
There are chances that when there is this.$slots.default there is no this.$refs.children.
-
Pr/1789
-
Propagate type changes to panel
-
Update Sinon to major v.3 because of peer dependencies
-
Update dependencies
-
Update Travis so we use Node v.6 Update dependencies to latest ”minor/patch”
-
Rollback #968
-
If you want to prevent submit, use this instead: ``` <Form @submit.native.prevent> ```