You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated DefaultSection.vue to createElement + render element for easier rendering of li section
utils.js.
.prettierrc.js added
moved console.log eslintrc to warning
moved dom attrs to data props (e.g. id, classnames etc)
Upgraded vue-test-utils and refactored tests for updates.
Bugfixes:
Fixed bug with currentindex being calculated as a string instead of an int causing weird jumping behavior after exiting the input and then going back in.