This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
Releases: Nevoss/form-wrapper-js
Releases · Nevoss/form-wrapper-js
v0.7.2
v0.7.1
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
News
- adding rollup.js as bundler
- adding isDirty and isFieldDirty methods to Form class: 57634ba
- adding touched and onFocus properties: 4e4aba7
- event method:
fieldChanged
,fieldFocused
,fieldBlurred
: dcbb009
Changes
reset
method has changed toresetValues
data
method has changed tovalues
originalData
property changed toinitialValues
clearField
on Errors class changed tounset
append
on Errors class change topush
- Removing
lib
dir and change it todist
dir that now ignore in git
v0.4.0
Changes
- Refactor all the code base to TypeScript (of course JS is still supported for usage)
- Validation flow changed (more details here and here)
- "delete" method in Errors class changed to the name "clearFiel
News
- adding the option to change the defaults options of the Form Class
- adding the $extra prop to form class (use for general purpose like select options and more) (more details)
v0.3.1
v0.3.0
Features
- call "getFirstError" on Errors class
Changes
- refactor validation - (more details)
New
- README.MD + CONTRIBUTING.MD
- travis ci - auto deploy to npm