Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@hsnaydd hsnaydd released this 16 Aug 15:52
· 9 commits to master since this release

Whats up guys!
Its been a long time. Sorry I was busy recent yeary. I wanted to make it up to you, so lets check out whats new in Validetta v1.0.1:

New features

  • Added showErrorMessages option
  • Added the ability to accessibility invalid fields from onValid and onError callback functions
  • Added ability to read error messages per field by type data-vd-message-[type]
  • Added ability to customize global error messages by extending options
  • Added callback validator
  • Added different validator
  • Added attibute data-vd-parent-up
  • Added display at bottom option

Removed features

  • Removed buble close button property

Breaking Changes

  • Custom validator name changed as regExp
  • regExp, callback and remote validators was taken into validators object in options

Improvements

  • Code quality improved
  • Started using scss
  • Do not check the field anymore, if field is disabled

Fixes

  • [2678bba] - Fixed issue about reverse processing of the loops.
  • [d967a39] - Fixed a bug about JSON parse