File tree Expand file tree Collapse file tree 17 files changed +53
-40
lines changed
HTML5ConstraintValidationAPI
react-form-with-constraints-bootstrap4
react-form-with-constraints-material-ui
react-form-with-constraints-native
react-form-with-constraints-tools
react-form-with-constraints Expand file tree Collapse file tree 17 files changed +53
-40
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.16.0 (2020/10/22)
2
+
3
+ ### Breaking Changes
4
+
5
+ - Drop IE 10 support (IE 11 still supported)
6
+ - Use Array.flat(Infinity): Node.js >= 12 required
7
+ - Use TypeScript 3.7 "asserts condition"
8
+
9
+ ### Features
10
+
11
+ - Update npm packages
12
+ - More ESLint and Stylelint plugins
13
+
1
14
## v0.15.2 (2020/10/20)
2
15
3
16
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap4-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Bootstrap 4 example" ,
6
6
"keywords" : [
28
28
"raf" : " ^3.4.1" ,
29
29
"react" : " ^16.14.0" ,
30
30
"react-dom" : " ^16.14.0" ,
31
- "react-form-with-constraints" : " ^0.15.2 " ,
32
- "react-form-with-constraints-bootstrap4" : " ^0.15.2 " ,
33
- "react-form-with-constraints-tools" : " ^0.15.2 "
31
+ "react-form-with-constraints" : " ^0.16.0 " ,
32
+ "react-form-with-constraints-bootstrap4" : " ^0.16.0 " ,
33
+ "react-form-with-constraints-tools" : " ^0.16.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " club-members-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints ClubMembers example" ,
6
6
"keywords" : [
21
21
"mobx-react" : " ^6.3.1" ,
22
22
"react" : " ^16.14.0" ,
23
23
"react-dom" : " ^16.14.0" ,
24
- "react-form-with-constraints" : " ^0.15.2 " ,
25
- "react-form-with-constraints-tools" : " ^0.15.2 "
24
+ "react-form-with-constraints" : " ^0.16.0 " ,
25
+ "react-form-with-constraints-tools" : " ^0.16.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html5-constraint-validation-api-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " React with HTML5 constraint validation API example" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " material-ui-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Material-UI example" ,
6
6
"keywords" : [
23
23
"lodash" : " ^4.17.20" ,
24
24
"react" : " ^16.14.0" ,
25
25
"react-dom" : " ^16.14.0" ,
26
- "react-form-with-constraints" : " ^0.15.2 " ,
27
- "react-form-with-constraints-material-ui" : " ^0.15.2 " ,
28
- "react-form-with-constraints-tools" : " ^0.15.2 "
26
+ "react-form-with-constraints" : " ^0.16.0 " ,
27
+ "react-form-with-constraints-material-ui" : " ^0.16.0 " ,
28
+ "react-form-with-constraints-tools" : " ^0.16.0 "
29
29
},
30
30
"devDependencies" : {
31
31
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Password example" ,
6
6
"keywords" : [
20
20
"dependencies" : {
21
21
"react" : " ^16.14.0" ,
22
22
"react-dom" : " ^16.14.0" ,
23
- "react-form-with-constraints" : " ^0.15.2 " ,
24
- "react-form-with-constraints-tools" : " ^0.15.2 "
23
+ "react-form-with-constraints" : " ^0.16.0 " ,
24
+ "react-form-with-constraints-tools" : " ^0.16.0 "
25
25
},
26
26
"devDependencies" : {
27
27
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-without-state-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Password without state example" ,
6
6
"keywords" : [
19
19
"dependencies" : {
20
20
"react" : " ^16.14.0" ,
21
21
"react-dom" : " ^16.14.0" ,
22
- "react-form-with-constraints" : " ^0.15.2 "
22
+ "react-form-with-constraints" : " ^0.16.0 "
23
23
},
24
24
"devDependencies" : {
25
25
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " plain-old-react-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " Plain old React form validation example" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-side-rendering-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints server-side rendering example" ,
6
6
"keywords" : [
21
21
"express" : " ^4.17.1" ,
22
22
"react" : " ^16.14.0" ,
23
23
"react-dom" : " ^16.14.0" ,
24
- "react-form-with-constraints" : " ^0.15.2 " ,
25
- "react-form-with-constraints-tools" : " ^0.15.2 "
24
+ "react-form-with-constraints" : " ^0.16.0 " ,
25
+ "react-form-with-constraints-tools" : " ^0.16.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sign-up-example" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints SignUp example" ,
6
6
"keywords" : [
23
23
"lodash" : " ^4.17.20" ,
24
24
"react" : " ^16.14.0" ,
25
25
"react-dom" : " ^16.14.0" ,
26
- "react-form-with-constraints" : " ^0.15.2 " ,
27
- "react-form-with-constraints-tools" : " ^0.15.2 " ,
26
+ "react-form-with-constraints" : " ^0.16.0 " ,
27
+ "react-form-with-constraints-tools" : " ^0.16.0 " ,
28
28
"react-i18next" : " ^11.7.3"
29
29
},
30
30
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments