0.4.0
Pre-release
Pre-release
🚨 Breaking changes
- Validators are now exported differently (16b636f);
zxcvbn
has been removed fromFieldPassword.vue
and instead uses RegEx to determine strength, this means there will be no more suggestions nor warnings (2cd8f19);
⬆️ Improvements and features
- Bundle size has been decreased significantly;
- Fields now use the computed model value, instead of accessing it directly each time;
- Component aliases have been added! 🆕