Parsley.js v2.3.1 Release Notes

    • Parsley now relies on input events instead of change and keyup events to revalidate after the first failure. This is now customizable with the triggerAfterFailure option. Triggers specified with the trigger option are unbound once a field has failed.
    • ⚡️ Parsley updates the UI before firing success/error/validated events
    • 🗄 Deprecated uses of ParsleyUI. Methods are now instance methods of ParsleyField, with modernized interfaces.