Skip to content

Commit

Permalink
Added support for antd@3.0.0 (closes #372).
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed Dec 28, 2017
1 parent e0a29cb commit a24dd31
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 305 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Next:
- **Added:** Support for `antd@3.0.0`. [\#372](https://github.com/vazco/uniforms/issues/372)

## [v1.22.2](https://github.com/vazco/uniforms/tree/v1.22.2) (2017-12-11)
- **Fixed:** Passing an empty string to `ListField` and `NestField`. [\#366](https://github.com/vazco/uniforms/issues/366)

Expand Down
283 changes: 146 additions & 137 deletions demo/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "meteor run"
},
"dependencies": {
"antd": "2.13.11",
"antd": "3.0.3",
"babel-polyfill": "6.26.0",
"graphql": "0.12.3",
"material-ui": "0.20.0",
Expand Down
Loading

0 comments on commit a24dd31

Please sign in to comment.