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
+
1
5
## v0.19.0 (2022/07/21)
2
6
3
7
- Fix React 18 types (#58 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Bootstrap example" ,
6
6
"keywords" : [
28
28
"raf" : " ^3.4.1" ,
29
29
"react" : " ^18.2.0" ,
30
30
"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 "
34
34
},
35
35
"devDependencies" : {
36
36
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " club-members-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints ClubMembers example" ,
6
6
"keywords" : [
22
22
"mobx-react" : " ^7.5.2" ,
23
23
"react" : " ^18.2.0" ,
24
24
"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 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html5-constraint-validation-api-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
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.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Material-UI example" ,
6
6
"keywords" : [
25
25
"lodash-es" : " ^4.17.21" ,
26
26
"react" : " ^16.14.0" ,
27
27
"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 "
31
31
},
32
32
"devDependencies" : {
33
33
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Password example" ,
6
6
"keywords" : [
22
22
"dependencies" : {
23
23
"react" : " ^18.2.0" ,
24
24
"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 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-without-state-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Password without state example" ,
6
6
"keywords" : [
20
20
"dependencies" : {
21
21
"react" : " ^18.2.0" ,
22
22
"react-dom" : " ^18.2.0" ,
23
- "react-form-with-constraints" : " ^0.19.0 "
23
+ "react-form-with-constraints" : " ^0.19.1 "
24
24
},
25
25
"devDependencies" : {
26
26
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " plain-old-react-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
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.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints server-side rendering example" ,
6
6
"keywords" : [
21
21
"express" : " ^4.18.1" ,
22
22
"react" : " ^18.2.0" ,
23
23
"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 "
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " ^7.18.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sign-up-example" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints SignUp example" ,
6
6
"keywords" : [
24
24
"lodash-es" : " ^4.17.21" ,
25
25
"react" : " ^18.2.0" ,
26
26
"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 " ,
29
29
"react-i18next" : " ^11.18.1"
30
30
},
31
31
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments