File tree Expand file tree Collapse file tree 17 files changed +40
-36
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 +40
-36
lines changed Original file line number Diff line number Diff line change 1+ ## v0.19.1 (2022/07/22)
2+
3+ - Switch from CodeSandbox to StackBlitz
4+
15## v0.19.0 (2022/07/21)
26
37- Fix React 18 types (#58 )
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Bootstrap example" ,
66 "keywords" : [
2828 "raf" : " ^3.4.1" ,
2929 "react" : " ^18.2.0" ,
3030 "react-dom" : " ^18.2.0" ,
31- "react-form-with-constraints" : " ^0.19.0 " ,
32- "react-form-with-constraints-bootstrap" : " ^0.19.0 " ,
33- "react-form-with-constraints-tools" : " ^0.19.0 "
31+ "react-form-with-constraints" : " ^0.19.1 " ,
32+ "react-form-with-constraints-bootstrap" : " ^0.19.1 " ,
33+ "react-form-with-constraints-tools" : " ^0.19.1 "
3434 },
3535 "devDependencies" : {
3636 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " club-members-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints ClubMembers example" ,
66 "keywords" : [
2222 "mobx-react" : " ^7.5.2" ,
2323 "react" : " ^18.2.0" ,
2424 "react-dom" : " ^18.2.0" ,
25- "react-form-with-constraints" : " ^0.19.0 " ,
26- "react-form-with-constraints-tools" : " ^0.19.0 "
25+ "react-form-with-constraints" : " ^0.19.1 " ,
26+ "react-form-with-constraints-tools" : " ^0.19.1 "
2727 },
2828 "devDependencies" : {
2929 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " html5-constraint-validation-api-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
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.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Material-UI example" ,
66 "keywords" : [
2525 "lodash-es" : " ^4.17.21" ,
2626 "react" : " ^16.14.0" ,
2727 "react-dom" : " ^16.14.0" ,
28- "react-form-with-constraints" : " ^0.19.0 " ,
29- "react-form-with-constraints-material-ui" : " ^0.19.0 " ,
30- "react-form-with-constraints-tools" : " ^0.19.0 "
28+ "react-form-with-constraints" : " ^0.19.1 " ,
29+ "react-form-with-constraints-material-ui" : " ^0.19.1 " ,
30+ "react-form-with-constraints-tools" : " ^0.19.1 "
3131 },
3232 "devDependencies" : {
3333 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " password-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Password example" ,
66 "keywords" : [
2222 "dependencies" : {
2323 "react" : " ^18.2.0" ,
2424 "react-dom" : " ^18.2.0" ,
25- "react-form-with-constraints" : " ^0.19.0 " ,
26- "react-form-with-constraints-tools" : " ^0.19.0 "
25+ "react-form-with-constraints" : " ^0.19.1 " ,
26+ "react-form-with-constraints-tools" : " ^0.19.1 "
2727 },
2828 "devDependencies" : {
2929 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " password-without-state-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints Password without state example" ,
66 "keywords" : [
2020 "dependencies" : {
2121 "react" : " ^18.2.0" ,
2222 "react-dom" : " ^18.2.0" ,
23- "react-form-with-constraints" : " ^0.19.0 "
23+ "react-form-with-constraints" : " ^0.19.1 "
2424 },
2525 "devDependencies" : {
2626 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " plain-old-react-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
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.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints server-side rendering example" ,
66 "keywords" : [
2121 "express" : " ^4.18.1" ,
2222 "react" : " ^18.2.0" ,
2323 "react-dom" : " ^18.2.0" ,
24- "react-form-with-constraints" : " ^0.19.0 " ,
25- "react-form-with-constraints-tools" : " ^0.19.0 "
24+ "react-form-with-constraints" : " ^0.19.1 " ,
25+ "react-form-with-constraints-tools" : " ^0.19.1 "
2626 },
2727 "devDependencies" : {
2828 "@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sign-up-example" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "private" : true ,
55 "description" : " react-form-with-constraints SignUp example" ,
66 "keywords" : [
2424 "lodash-es" : " ^4.17.21" ,
2525 "react" : " ^18.2.0" ,
2626 "react-dom" : " ^18.2.0" ,
27- "react-form-with-constraints" : " ^0.19.0 " ,
28- "react-form-with-constraints-tools" : " ^0.19.0 " ,
27+ "react-form-with-constraints" : " ^0.19.1 " ,
28+ "react-form-with-constraints-tools" : " ^0.19.1 " ,
2929 "react-i18next" : " ^11.18.1"
3030 },
3131 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments