File tree 17 files changed +43
-36
lines changed
HTML5ConstraintValidationAPI
react-form-with-constraints
react-form-with-constraints-bootstrap4
react-form-with-constraints-material-ui
react-form-with-constraints-native
react-form-with-constraints-tools
17 files changed +43
-36
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.14.2 (2020/02/28)
2
+
3
+ ### Features
4
+
5
+ - Enable Airbnb ESLint restricted syntax, should reduce the bundle size
6
+ - No default export, see [ Avoid Export Default] ( https://basarat.gitbook.io/typescript/main-1/defaultisbad )
7
+
1
8
## v0.14.1 (2020/02/28)
2
9
3
10
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap4-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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.13.0" ,
30
30
"react-dom" : " ^16.13.0" ,
31
- "react-form-with-constraints" : " ^0.14.1 " ,
32
- "react-form-with-constraints-bootstrap4" : " ^0.14.1 " ,
33
- "react-form-with-constraints-tools" : " ^0.14.1 "
31
+ "react-form-with-constraints" : " ^0.14.2 " ,
32
+ "react-form-with-constraints-bootstrap4" : " ^0.14.2 " ,
33
+ "react-form-with-constraints-tools" : " ^0.14.2 "
34
34
},
35
35
"devDependencies" : {
36
36
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " club-members-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints ClubMembers example" ,
6
6
"keywords" : [
21
21
"mobx-react" : " ^6.1.8" ,
22
22
"react" : " ^16.13.0" ,
23
23
"react-dom" : " ^16.13.0" ,
24
- "react-form-with-constraints" : " ^0.14.1 " ,
25
- "react-form-with-constraints-tools" : " ^0.14.1 "
24
+ "react-form-with-constraints" : " ^0.14.2 " ,
25
+ "react-form-with-constraints-tools" : " ^0.14.2 "
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html5-constraint-validation-api-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Material-UI example" ,
6
6
"keywords" : [
23
23
"lodash" : " ^4.17.15" ,
24
24
"react" : " ^16.13.0" ,
25
25
"react-dom" : " ^16.13.0" ,
26
- "react-form-with-constraints" : " ^0.14.1 " ,
27
- "react-form-with-constraints-material-ui" : " ^0.14.1 " ,
28
- "react-form-with-constraints-tools" : " ^0.14.1 "
26
+ "react-form-with-constraints" : " ^0.14.2 " ,
27
+ "react-form-with-constraints-material-ui" : " ^0.14.2 " ,
28
+ "react-form-with-constraints-tools" : " ^0.14.2 "
29
29
},
30
30
"devDependencies" : {
31
31
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints Password example" ,
6
6
"keywords" : [
20
20
"dependencies" : {
21
21
"react" : " ^16.13.0" ,
22
22
"react-dom" : " ^16.13.0" ,
23
- "react-form-with-constraints" : " ^0.14.1 " ,
24
- "react-form-with-constraints-tools" : " ^0.14.1 "
23
+ "react-form-with-constraints" : " ^0.14.2 " ,
24
+ "react-form-with-constraints-tools" : " ^0.14.2 "
25
25
},
26
26
"devDependencies" : {
27
27
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " password-without-state-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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.13.0" ,
21
21
"react-dom" : " ^16.13.0" ,
22
- "react-form-with-constraints" : " ^0.14.1 "
22
+ "react-form-with-constraints" : " ^0.14.2 "
23
23
},
24
24
"devDependencies" : {
25
25
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " plain-old-react-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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.13.0" ,
23
23
"react-dom" : " ^16.13.0" ,
24
- "react-form-with-constraints" : " ^0.14.1 " ,
25
- "react-form-with-constraints-tools" : " ^0.14.1 "
24
+ "react-form-with-constraints" : " ^0.14.2 " ,
25
+ "react-form-with-constraints-tools" : " ^0.14.2 "
26
26
},
27
27
"devDependencies" : {
28
28
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sign-up-example" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints SignUp example" ,
6
6
"keywords" : [
23
23
"lodash" : " ^4.17.15" ,
24
24
"react" : " ^16.13.0" ,
25
25
"react-dom" : " ^16.13.0" ,
26
- "react-form-with-constraints" : " ^0.14.1 " ,
27
- "react-form-with-constraints-tools" : " ^0.14.1 " ,
26
+ "react-form-with-constraints" : " ^0.14.2 " ,
27
+ "react-form-with-constraints-tools" : " ^0.14.2 " ,
28
28
"react-i18next" : " ^11.3.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.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"private" : true ,
5
5
"description" : " react-form-with-constraints WizardForm example" ,
6
6
"keywords" : [
19
19
"dependencies" : {
20
20
"react" : " ^16.13.0" ,
21
21
"react-dom" : " ^16.13.0" ,
22
- "react-form-with-constraints" : " ^0.14.1 "
22
+ "react-form-with-constraints" : " ^0.14.2 "
23
23
},
24
24
"devDependencies" : {
25
25
"@babel/core" : " ^7.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.14.1 " ,
2
+ "version" : " 0.14.2 " ,
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-bootstrap4" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
55
55
"jscodeshift" : " ^0.7.0" ,
56
56
"react" : " ^16.13.0" ,
57
57
"react-dom" : " ^16.13.0" ,
58
- "react-form-with-constraints" : " ^0.14.1 " ,
58
+ "react-form-with-constraints" : " ^0.14.2 " ,
59
59
"rollup" : " ^1.31.1" ,
60
60
"rollup-plugin-filesize" : " ^6.2.1" ,
61
61
"rollup-plugin-typescript2" : " ^0.26.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.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
52
52
"jscodeshift" : " ^0.7.0" ,
53
53
"react" : " ^16.13.0" ,
54
54
"react-dom" : " ^16.13.0" ,
55
- "react-form-with-constraints" : " ^0.14.1 " ,
55
+ "react-form-with-constraints" : " ^0.14.2 " ,
56
56
"ts-jest" : " ^25.2.1" ,
57
57
"typescript" : " ^3.8.2"
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.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
54
54
"jscodeshift" : " ^0.7.0" ,
55
55
"metro-react-native-babel-preset" : " ^0.58.0" ,
56
56
"react" : " ^16.13.0" ,
57
- "react-form-with-constraints" : " ^0.14.1 " ,
57
+ "react-form-with-constraints" : " ^0.14.2 " ,
58
58
"react-native" : " ^0.61.5" ,
59
59
"react-test-renderer" : " ^16.13.0" ,
60
60
"ts-jest" : " ^25.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-tools" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
53
53
"jest" : " ^25.1.0" ,
54
54
"jscodeshift" : " ^0.7.0" ,
55
55
"react" : " ^16.13.0" ,
56
- "react-form-with-constraints" : " ^0.14.1 " ,
56
+ "react-form-with-constraints" : " ^0.14.2 " ,
57
57
"rollup" : " ^1.31.1" ,
58
58
"rollup-plugin-filesize" : " ^6.2.1" ,
59
59
"rollup-plugin-typescript2" : " ^0.26.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
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