# Changelog

## 1.1.10

### Fixed

- Peer dependencies

## 1.1.9

### Fixed

- Peer dependencies correction

## 1.1.8

### Fixed

- Fixing security concerns

## 1.1.7

### Fixed

- FieldPropsOverride has an empty render so React doesn't complain

## 1.1.6

### Changed

- Updated to Babel 7. Please, open an issue if it causes problems to you.

### Added

- Radio and select options can now be objets with label and value.
- Radio and select can also be functions. It will receive component props.

## 1.1.5

### Fixed

- Travis green stuff (hopefully)

## 1.1.4

### Fixed

- Strings are translated properly when substitution value is falsy

## 1.1.3

### Changed

- Updated insecure packages

## 1.1.2

### Added

- Bootstrap 4 skin @ redux-form-auto-bootstrap4

### Fixed

- Correct component form creation for connected versus not connected form components
- Correct warns for nested components

## 1.1.1

### Added

- Being able to override type validation

## 1.1.0

### Changed

- Split the demo and documentation out of package to have cleaner concerns. Now Bootstrap 3 skin is in [redux-form-auto-bootstrap3](https://github.com/dgonz64/redux-form-auto-bootstrap3)
- Downgraded babel to 6 in order to be able to work locally with the package. Please open an issue if this is a problem for you.

## 1.0.11 (15/11/2018)

### Changed

- Force merge dependency in order to avoid security concern.

## 1.0.10 (13/05/2018)

### Added

- Fields can have default values

## 1.0.9 (14/07/2018)

### Added

- Fields props can be overriden in runtime using FieldPropsOverride component
- Documentation updated with FieldPropsOverride

## 1.0.8 (03/07/2018)

### Added

- Some test cases
- Badge added to readme

### Changed

- Minor corrections

## 1.0.7 (25/06/2018)

### Changed

- Number field is more numeric

## 1.0.6 (05/06/2018)

### Changed

- Passing component tree props separately

## 1.0.5 (29/05/2018)

### Changed

- Passing field name to rendered component

## 1.0.4 (28/05/2018)

### Changed

- Allow prop control over the input component

## 1.0.3 (27/05/2018)

### Changed

- Export trModel
- Documentation changes

## 1.0.2 (25/05/2018)

### Changed

- InputArray handler can be specified
- Exporing rendering functions renderInput and renderInputs
- Some documentation fixes

## 1.0.1 (20/05/2018)

### Changed

- Clarified some concepts in documentation
