Skip to content

Commit b0c4889

Browse files
committed
v0.14.0
1 parent 8b9d4d3 commit b0c4889

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
## v0.14.0 (2019/08/02)
2-
3-
### Features
4-
5-
- Add `Field.element: HTMLInput | TextInput | undefined`, see #41
6-
- Fix react-form-with-constraints-tools package.json `"main": "lib-es5/index.js"`
1+
## v0.14.0 (2019/09/25)
72

83
### Breaking Changes
94

105
- Make DisplayFields work with React Native. You will need to write:
116
- HTML: `<pre>Fields = <DisplayFields /></pre>`
127
- React Native: `<Text>Fields = <DisplayFields /></Text>`
138

9+
### Features
10+
11+
- Upgrade npm packages
12+
- componentWillMount => UNSAFE_componentWillMount => componentDidMount
13+
- componentWillUpdate => UNSAFE_componentWillUpdate => componentDidUpdate
14+
- Prettier + ESLint - TSLint
15+
- Add `Field.element: HTMLInput | TextInput | undefined`, see #41
16+
17+
### Fixes
18+
19+
- Fix react-form-with-constraints-tools package.json `"main": "lib-es5/index.js"`
20+
1421
## v0.13.0 (2019/06/25)
1522

1623
### Features

0 commit comments

Comments
 (0)