## 23 January 2020

### [1.4.2](https://github.com/dpck/form/compare/v1.4.1...v1.4.2)

- [fix] Pass props to _Select_.
- [fix] Allow to pass `null` as **defaultText** to _Select_.

## 10 December 2019

### [1.4.1](https://github.com/dpck/form/compare/v1.4.0...v1.4.1)

- [fix] Pass down properties to _SubmitButton_ and _TextArea_.
- [props] Add `disabled` prop to the button.

## 5 September 2019

### [1.4.0](https://github.com/dpck/form/compare/v1.3.2...v1.4.0)

- [feature] Add columns for inline fields.
- [feature] Support classes, including validation.
- [feature] Form group in details.

## 18 August 2019

### [1.3.2](https://github.com/dpck/form/compare/v1.3.1...v1.3.2)

- [feature] Add `fetchOptions` to the _SubmitForm_.
- [fix] Publish the **types** folder.

## 14 May 2019

### [1.3.1](https://github.com/dpck/form/compare/v1.3.0...v1.3.1)

- [fix] Publish externs via the `files` field in _package.json_.

### [1.3.0](https://github.com/dpck/form/compare/v1.2.1...v1.3.0)

- [types] Publish externs and adjust types for the compiler.

## 6 March 2019

### 1.2.1

- [fix] Update the model's `value` via the `shouldComponentUpdate` on `Input`, `TextArea` and `Select`.

## 2 March 2019

### 1.2.0

- [feature] `SubmitForm` class with Bootstrap `SubmitButton`.

## 26 February 2019

### 1.1.0

- [feature] Ref form via `formRef` and explicitly pass `onSubmit`.

### 1.0.0

- [package] Release v1, mask tested and documented.

## 7 February 2019

### 0.0.0

- Create `@depack/form` with [`mnp`](https://mnpjs.org)
- [repository]: `src`, `test`
