File tree 17 files changed +49
-41
lines changed
HTML5ConstraintValidationAPI
react-form-with-constraints
react-form-with-constraints-bootstrap
react-form-with-constraints-material-ui
react-form-with-constraints-native
react-form-with-constraints-tools
17 files changed +49
-41
lines changed Original file line number Diff line number Diff line change 1
- ## v0.16.1 (2021/05/0)
1
+ ## v0.17.0 (2021/05/16)
2
+
3
+ ### Breaking Changes
4
+
5
+ - Rename react-form-with-constraints-bootstrap4 to react-form-with-constraints-bootstrap
6
+
7
+ I won't have the man power to maintain Bootstrap 4 & 5
8
+
9
+ ## v0.16.1 (2021/05/06)
2
10
3
11
### Fixes
4
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-example" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Bootstrap example" ,
6
6
"keywords" : [
27
27
"raf" : " ^3.4.1" ,
28
28
"react" : " ^16.14.0" ,
29
29
"react-dom" : " ^16.14.0" ,
30
- "react-form-with-constraints" : " ^0.16.1 " ,
31
- "react-form-with-constraints-bootstrap" : " ^0.16.1 " ,
32
- "react-form-with-constraints-tools" : " ^0.16.1 "
30
+ "react-form-with-constraints" : " ^0.17.0 " ,
31
+ "react-form-with-constraints-bootstrap" : " ^0.17.0 " ,
32
+ "react-form-with-constraints-tools" : " ^0.17.0 "
33
33
},
34
34
"devDependencies" : {
35
35
"@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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
25
- "react-form-with-constraints-tools" : " ^0.16.1 "
24
+ "react-form-with-constraints" : " ^0.17.0 " ,
25
+ "react-form-with-constraints-tools" : " ^0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
27
- "react-form-with-constraints-material-ui" : " ^0.16.1 " ,
28
- "react-form-with-constraints-tools" : " ^0.16.1 "
26
+ "react-form-with-constraints" : " ^0.17.0 " ,
27
+ "react-form-with-constraints-material-ui" : " ^0.17.0 " ,
28
+ "react-form-with-constraints-tools" : " ^0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
24
- "react-form-with-constraints-tools" : " ^0.16.1 "
23
+ "react-form-with-constraints" : " ^0.17.0 " ,
24
+ "react-form-with-constraints-tools" : " ^0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 "
22
+ "react-form-with-constraints" : " ^0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
25
- "react-form-with-constraints-tools" : " ^0.16.1 "
24
+ "react-form-with-constraints" : " ^0.17.0 " ,
25
+ "react-form-with-constraints-tools" : " ^0.17.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.16.1 " ,
3
+ "version" : " 0.17.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.16.1 " ,
27
- "react-form-with-constraints-tools" : " ^0.16.1 " ,
26
+ "react-form-with-constraints" : " ^0.17.0 " ,
27
+ "react-form-with-constraints-tools" : " ^0.17.0 " ,
28
28
"react-i18next" : " ^11.7.3"
29
29
},
30
30
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wizard-form-example" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints WizardForm 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.16.1 "
22
+ "react-form-with-constraints" : " ^0.17.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
- "version" : " 0.16.1 " ,
2
+ "version" : " 0.17.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-bootstrap" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
40
40
"test:coverage" : " jest --coverage"
41
41
},
42
42
"peerDependencies" : {
43
- "react-form-with-constraints" : " ^0.16 .0"
43
+ "react-form-with-constraints" : " ^0.17 .0"
44
44
},
45
45
"devDependencies" : {
46
46
"@types/enzyme" : " ^3.10.7" ,
54
54
"jscodeshift" : " ^0.11.0" ,
55
55
"react" : " ^16.14.0" ,
56
56
"react-dom" : " ^16.14.0" ,
57
- "react-form-with-constraints" : " ^0.16.1 " ,
57
+ "react-form-with-constraints" : " ^0.17.0 " ,
58
58
"rollup" : " ^2.32.0" ,
59
59
"rollup-plugin-filesize" : " ^9.0.2" ,
60
60
"rollup-plugin-typescript2" : " ^0.28.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-material-ui" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
37
37
},
38
38
"peerDependencies" : {
39
39
"@material-ui/core" : " ^4.11.0" ,
40
- "react-form-with-constraints" : " ^0.16 .0"
40
+ "react-form-with-constraints" : " ^0.17 .0"
41
41
},
42
42
"devDependencies" : {
43
43
"@material-ui/core" : " ^4.11.0" ,
52
52
"jscodeshift" : " ^0.11.0" ,
53
53
"react" : " ^16.14.0" ,
54
54
"react-dom" : " ^16.14.0" ,
55
- "react-form-with-constraints" : " ^0.16.1 " ,
55
+ "react-form-with-constraints" : " ^0.17.0 " ,
56
56
"ts-jest" : " ^26.4.1" ,
57
57
"typescript" : " ^4.0.3"
58
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-native" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
35
35
"test:coverage" : " jest --coverage"
36
36
},
37
37
"peerDependencies" : {
38
- "react-form-with-constraints" : " ^0.16 .0" ,
38
+ "react-form-with-constraints" : " ^0.17 .0" ,
39
39
"react-native" : " >=0.61.5"
40
40
},
41
41
"devDependencies" : {
54
54
"jscodeshift" : " ^0.11.0" ,
55
55
"metro-react-native-babel-preset" : " ^0.63.0" ,
56
56
"react" : " ^16.14.0" ,
57
- "react-form-with-constraints" : " ^0.16.1 " ,
57
+ "react-form-with-constraints" : " ^0.17.0 " ,
58
58
"react-native" : " ^0.61.5" ,
59
59
"react-test-renderer" : " ^16.14.0" ,
60
60
"ts-jest" : " ^26.4.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-tools" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
39
39
"test:coverage" : " jest --coverage"
40
40
},
41
41
"peerDependencies" : {
42
- "react-form-with-constraints" : " ^0.16 .0"
42
+ "react-form-with-constraints" : " ^0.17 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/enzyme" : " ^3.10.7" ,
53
53
"jest" : " ^26.6.0" ,
54
54
"jscodeshift" : " ^0.11.0" ,
55
55
"react" : " ^16.14.0" ,
56
- "react-form-with-constraints" : " ^0.16.1 " ,
56
+ "react-form-with-constraints" : " ^0.17.0 " ,
57
57
"rollup" : " ^2.32.0" ,
58
58
"rollup-plugin-filesize" : " ^9.0.2" ,
59
59
"rollup-plugin-typescript2" : " ^0.28.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
You can’t perform that action at this time.
0 commit comments