Skip to content

0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinkosterr kevinkosterr released this 24 Sep 14:19
256bb3e

🚨 Breaking changes

  • Validators are now exported differently (16b636f);
  • zxcvbn has been removed from FieldPassword.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! 🆕