File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments