File tree Expand file tree Collapse file tree 17 files changed +49
-41
lines changed
HTML5ConstraintValidationAPI
react-form-with-constraints-bootstrap
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 +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)
210
311### Fixes
412
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Bootstrap example" ,
66 "keywords" : [
2727 "raf" : " ^3.4.1" ,
2828 "react" : " ^16.14.0" ,
2929 "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 "
3333 },
3434 "devDependencies" : {
3535 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " club-members-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints ClubMembers example" ,
66 "keywords" : [
2121 "mobx-react" : " ^6.3.1" ,
2222 "react" : " ^16.14.0" ,
2323 "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 "
2626 },
2727 "devDependencies" : {
2828 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " html5-constraint-validation-api-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " React with HTML5 constraint validation API example" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " material-ui-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Material-UI example" ,
66 "keywords" : [
2323 "lodash" : " ^4.17.20" ,
2424 "react" : " ^16.14.0" ,
2525 "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 "
2929 },
3030 "devDependencies" : {
3131 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " password-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Password example" ,
66 "keywords" : [
2020 "dependencies" : {
2121 "react" : " ^16.14.0" ,
2222 "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 "
2525 },
2626 "devDependencies" : {
2727 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " password-without-state-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Password without state example" ,
66 "keywords" : [
1919 "dependencies" : {
2020 "react" : " ^16.14.0" ,
2121 "react-dom" : " ^16.14.0" ,
22- "react-form-with-constraints" : " ^0.16.1 "
22+ "react-form-with-constraints" : " ^0.17.0 "
2323 },
2424 "devDependencies" : {
2525 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " plain-old-react-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " Plain old React form validation example" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " server-side-rendering-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints server-side rendering example" ,
66 "keywords" : [
2121 "express" : " ^4.17.1" ,
2222 "react" : " ^16.14.0" ,
2323 "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 "
2626 },
2727 "devDependencies" : {
2828 "@babel/core" : " ^7.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sign-up-example" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.17.0 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints SignUp example" ,
66 "keywords" : [
2323 "lodash" : " ^4.17.20" ,
2424 "react" : " ^16.14.0" ,
2525 "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 " ,
2828 "react-i18next" : " ^11.7.3"
2929 },
3030 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments