Skip to content

Commit 73e70c1

Browse files
committed
v0.11.0
1 parent 14e8d44 commit 73e70c1

File tree

15 files changed

+38
-30
lines changed

15 files changed

+38
-30
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.11.0 (2019/01/05)
2+
3+
### Fixes
4+
5+
- Disable `esModuleInterop` (`import * as React` vs `import React`) to increase compatibility with TypeScript users, see b18d61
6+
- Fix react-form-with-constraints-bootstrap4 for IE 10: does no support inheritance with static properties, see 225cb9
7+
8+
19
## v0.10.0 (2018/10/16)
210

311
### Features

examples/Bootstrap4/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
"lodash-es": "latest",
3434

35-
"react-form-with-constraints": "^0.10.0",
36-
"react-form-with-constraints-bootstrap4": "^0.10.0",
37-
"react-form-with-constraints-tools": "^0.10.0",
35+
"react-form-with-constraints": "^0.11.0",
36+
"react-form-with-constraints-bootstrap4": "^0.11.0",
37+
"react-form-with-constraints-tools": "^0.11.0",
3838

3939
"bootstrap": "latest",
4040

examples/ClubMembers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"react": "latest",
2828
"react-dom": "latest",
2929

30-
"react-form-with-constraints": "^0.10.0",
31-
"react-form-with-constraints-tools": "^0.10.0",
30+
"react-form-with-constraints": "^0.11.0",
31+
"react-form-with-constraints-tools": "^0.11.0",
3232

3333
"mobx": "latest",
3434
"mobx-react": "latest",

examples/MaterialUI/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
"@material-ui/core": "^3.8.1",
3535

36-
"react-form-with-constraints": "^0.10.0",
37-
"react-form-with-constraints-material-ui": "^0.10.0",
38-
"react-form-with-constraints-tools": "^0.10.0"
36+
"react-form-with-constraints": "^0.11.0",
37+
"react-form-with-constraints-material-ui": "^0.11.0",
38+
"react-form-with-constraints-tools": "^0.11.0"
3939
},
4040

4141
"devDependencies": {

examples/Password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"react": "latest",
3131
"react-dom": "latest",
3232

33-
"react-form-with-constraints": "^0.10.0",
34-
"react-form-with-constraints-tools": "^0.10.0"
33+
"react-form-with-constraints": "^0.11.0",
34+
"react-form-with-constraints-tools": "^0.11.0"
3535
},
3636

3737
"devDependencies": {

examples/PasswordWithoutState/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "latest",
2828
"react-dom": "latest",
2929

30-
"react-form-with-constraints": "^0.10.0"
30+
"react-form-with-constraints": "^0.11.0"
3131
},
3232

3333
"devDependencies": {

examples/ServerSideRendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"react": "latest",
2828
"react-dom": "latest",
2929

30-
"react-form-with-constraints": "^0.10.0",
31-
"react-form-with-constraints-tools": "^0.10.0",
30+
"react-form-with-constraints": "^0.11.0",
31+
"react-form-with-constraints-tools": "^0.11.0",
3232

3333
"express": "latest"
3434
},

examples/SignUp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
"lodash": "latest",
3333

34-
"react-form-with-constraints": "^0.10.0",
35-
"react-form-with-constraints-tools": "^0.10.0",
34+
"react-form-with-constraints": "^0.11.0",
35+
"react-form-with-constraints-tools": "^0.11.0",
3636

3737
"i18next": "latest",
3838
"react-i18next": "latest",

examples/WizardForm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "latest",
2828
"react-dom": "latest",
2929

30-
"react-form-with-constraints": "^0.10.0"
30+
"react-form-with-constraints": "^0.11.0"
3131
},
3232

3333
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.10.0",
2+
"version": "0.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)