Skip to content

Releases: contributte/live-form-validation

v1.10.1

08 Apr 09:01
Compare
Choose a tag to compare

Bumped! 🛷

Diff: v1.10.0...v1.10.1

Changes:

v1.10.0

07 Aug 20:52
32e1773
Compare
Choose a tag to compare

Bumped! 📟

Diff: v1.9.0...v1.10.0

Changes:

v1.9.0

20 Dec 12:24
3f9bc43
Compare
Choose a tag to compare

Bump! 🏭

Diff: v1.8.0...v1.9.0

Changes:

  • moved under contributte organization
  • created NPM package [#35]
  • added Travis CI releases
  • fixed ReferenceError prop is not defined
  • fixed range validator for min & max validator [#38]

v1.8.1

30 Sep 22:33
Compare
Choose a tag to compare

Bump! 😂

Fixed CheckboxList and allow pre-set options

Diff: v1.8.0...v1.8.1

Changes:

  • Allow setting options before script is loaded
  • Fix validation of CheckboxList

v1.8.0

29 Aug 01:13
Compare
Choose a tag to compare

Bump! 🍂

Updated for Nette Forms 2.4

Diff: v1.7.0...v1.8.0

Changes:

  • Updated internal netteForms.js code to latest version.
  • Generate nicer ID for some multi-element's message

v1.7.0

15 Jun 18:10
Compare
Choose a tag to compare

Bump! 🏭

Finally validating multi elements

Diff: v1.6.2...v1.7.0

Changes:

  • Implement correct handling of multi elements (e.g. CheckBoxList, RadioList)
  • Update netteForms.js code to latest master version

v1.6.2

27 Feb 20:36
Compare
Choose a tag to compare

Bump! 🌫

New option for message parent

Diff: v1.6.1...v1.6.2

Changes:

  • Added new option 'messageParentClass' to put message into specific parent (not direct one)

v1.6.1

11 Dec 12:04
Compare
Choose a tag to compare

Bump! 🗡

Useful improvements

Diff: v1.6.0...v1.6.1

Changes:

  • More convenient way for changing options
  • Fix compatibility with Grido

v1.6.0

11 Dec 12:09
Compare
Choose a tag to compare

Bump! 🤕

Compatibility and special error cases improvements

Diff: v1.5.0...v1.6.0

Changes:

  • Support for validating forms that weren't initialized properly (compatibility with Grido)
  • Support form elements with none or duplicit id
  • Small other fixes and changes

v1.5.0

25 Sep 08:22
Compare
Choose a tag to compare

Bump! 🥅

On-load validation, better processing server-errors, various fixes

Diff: v1.4.1...v1.5.0

Changes:

  • Don't append error message to radio/checkbox input's label, but along label
  • Fix order of showing error message and focusing element
  • Rework processing server-validation errors
  • Support for on-load validation
  • Add new special class "enableHiddenMessageClass"
  • Code and options cleanup (renamed various options names)
  • Add bower.json
  • Various other fixes