Releases: horprogs/Just-validate
Releases · horprogs/Just-validate
v2.0.0-beta.4
v2.0.0-beta.3
2.0.0-beta.3 (2021-11-29)
Bug Fixes
- improve switching languages, fix focus field (b0cd51c)
- improve tooltip position calculation on scroll (2c12854)
Features
- add onFail callback (fe79dd5)
v2.0.0-beta.2
v2.0.0-beta.1
2.0.0-beta.1 (2021-11-28)
Bug Fixes
- fix global config (be01fd8)
Features
- add basic methods, ecosystem, basic test (f33c1a3)
- add group validation, rename interfaces, render errors (e4eea35)
- add localisation, fix select (13f70c2)
- add new tooltips (68ab2e2)
- add rendering, clearing errors (64d12de)
BREAKING CHANGES
- change interfaces
Own validation function
Added feature to allow the user to provide their own validation function
Validation radio buttons
Added feature for validate radio buttons
error tooltips added
Merge pull request #10 from horprogs/add-tooltips Add tooltips