Skip to content

v1.1.0

Compare
Choose a tag to compare
@Claudye Claudye released this 17 May 10:17
· 49 commits to main since this release

v1.1.0 (2024-05-17)

Enhancements
  • Performance Improvement: Enhanced the overall performance of the validation system.
  • Optional Initialization: Made the init method optional for both TrivuleInput and TrivuleForm.
Features
  • Real-Time Validation: Added the realTime key to the configuration, allowing developers to enable or disable real-time validation.
  • Imperative Validation: Introduced imperative validation for more dynamic interaction with forms, including the ability to add, remove, and modify validation rules during program execution.
  • Global Feedback Elements: Added the capability to define global feedback elements on the form for its fields.
  • Enhanced Event Handling: Updated methods onFails, onPasses, and onUpdate for TrivuleInput and TrivuleForm to improve event handling and customization.

Full Changelog: v1.0.1...v1.1.0