2.7.1 (2021-03-24)
2.7.0 (2020-10-28)
- add getInputs helper method to FormCtrl (#216) (a73b5ac)
- switch: add support to bootstrap switch (#206) (3d44e38)
2.6.1 (2019-11-21)
- correct Checkbox element (b5b50bb)
2.6.0 (2019-07-16)
- fix step validator for exponent (a5911d9)
2.5.4 (2019-06-10)
- fixed onChange callback error with checkbox group (7197dcd)
2.5.3 (2019-05-16)
- replaced moment with dayjs (f5a9ffa)
- moment has been replaced
2.5.2 (2019-04-26)
- Switch: make AvField support type=switch (4bca2fe)
2.5.1 (2019-02-28)
- AvInput: define tags (ea10a72)
- Switch: make AvField support type=switch (4bca2fe)
2.5.0 (2018-12-28)
2.4.0 (2018-12-21)
- AvCheckbox: get required attribute from group (908de00)
- AvCheckboxGroup: set custom validity on inputs (9547adc)
- AvCheckboxGroup: add support for checkbox groups (f9b1870)
2.3.3 (2018-10-18)
- isEmpty: null is empty (0d354be)
2.3.2 (2018-10-16)
- AvRadioGroup: allow falsey default values (d839973)
2.3.1 (2018-10-16)
- AvRadio: apply readOnly and disabled from AvForm (3d50b13)
2.3.0 (2018-10-10)
2.2.4 (2018-10-09)
- AvBaseInput: register after update when name changes (8b0bc1f)
2.2.3 (2018-10-08)
- AvRadioGroup: validation -> validations (4af0568)
2.2.2 (2018-10-08)
- AvRadioGroup: check validation for required value (e5336d6)
2.2.0 (2018-09-27)
- CustomInput: add support for custom checkboxes and radios (19cd51f)
2.1.2 (2018-09-18)
- AvForm: don't pass beforeSubmitValidation down (6e491c8)
- AvInputContainer: fix input name change (82a5e47)
2.1.1 (2018-09-17)
- AvForm: don't pass beforeSubmitValidation down (6e491c8)
2.1.0 (2018-09-17)
- beforeSubmitValidation: add beforeSubmitValidation handler (74fd4ca)
2.0.7 (2018-09-07)
- AvInput: get ref for custom tags (1f32c14)
2.0.6 (2018-08-15)
- AvBaseInput: fix form level disabled and readonly (0b60900)
2.0.5 (2018-08-14)
- AvForm: ensure error has changed before triggering setState (106ad8e)
2.0.4 (2018-07-25)
- AvRadioGroup: set h-auto on form-control (b16c40f)
2.0.3 (2018-07-25)
- AvRadioGroup: use spacing util instead of form-group (d75ef87)
2.0.2 (2018-03-30)
- AvBaseInput: undefined badInput should not trigger error state (aa22bb5)
2.0.1 (2018-03-30)
- AvBaseInput: fix badInput check not working in IE (bcdfb32)
2.0.0 (2018-03-26)
- AvRadioGroup: fix issue with custom error message (a76c8f7)
2.0.0-beta.3 (2018-03-22)
- AvForm: trigger updates for middle components (3b76981)
2.0.0-beta.2 (2018-03-22)
- AvField: trigger updates for middle components (9e49d5e)
2.0.0-beta.1 (2018-03-22)
- context: expose more functions on context (d18c677)
2.0.0-beta (2018-03-21)
- project: use callbacks to propagate changes (c5d5163)
2.0.0-alpha.2 (2018-02-02)
- EmailValidation: ignore case +match whole str (#60) (7ea71c4), closes #56 #59
- EmailValidation: ignore case +match whole str (#60) (#61) (b5c7539), closes #56 #59
- MatchValidation: allow dot notation (#62) (4376978), closes #58
2.0.0-alpha.1 (2017-12-11)
- Date: error message for min/max with date (6020830)
- Select: make select multiple work in browsers (#45) (59fc2db), closes #41
2.0.0-alpha.0 (2017-10-11)
- support reactstrap v5 (afb997c)
- This now depends on reactstrap v5 which in-turn depends on bootstrap v4-beta
- now requires users to bring their own polyfill if needed.
1.4.3 (2017-06-12)
1.4.2 (2017-06-12)
1.4.1 (2017-01-13)
1.4.0 (2017-01-10)
1.3.4 (2016-12-21)
1.3.3 (2016-11-21)
- events: fix events not triggering (e8707dc)
1.3.2 (2016-11-04)
- build: fix generated lib for IE<=10 (75278b6)
1.3.1 (2016-11-03)
- util: fix input type checker not workingin IE (fb974e2)
1.3.0 (2016-10-13)
- checkboxes: ability to un/check checkboxes and defaults (7970615)
1.2.7 (2016-10-10)
- checkbox: set true/false value (17a2673)
1.2.6 (2016-10-03)
- unregister: clear input states when component unregisters (24f7801)
1.2.5 (2016-10-03)
- use value as default if present (e45ef08)
1.2.4 (2016-10-03)
1.2.3 (2016-09-30)
1.2.2 (2016-09-28)
- update: fix potential update loop (c2d0be9)
1.2.1 (2016-09-28)
1.2.0 (2016-09-28)
1.1.1 (2016-09-23)
- validation: fix new logic (9fae3a3)
1.1.0 (2016-09-16)
1.0.4 (2016-09-09)
- util: Add back client feat type checker (b1d7da0)
1.0.3 (2016-08-26)
- badInput: trigger validate on bad input (d132060)