# Changelog
All notable changes to this project will be documented in this file.

## [4.0.0] - 2018-11-07
### Changed
- `onChange` now always passes `event` and `isValid` arguments to it's parent.
- `onChange` calls the parent `onChange` with `{ target: { name: '', value: '' }}, isValid`

AddressPicker, CheckboxInputsContainer, DatePicker, MemorableDateInputContainer, RadioInputsContainer, SelectInput:
- Now has `name` props 

### Upgrading from [3.x.x to 4.x.x]
- Make parent `onChange` take parameters of `event` and `isValid`
- Use one `onChange` for all components