Skip to content

Commit

Permalink
switch to antd3
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrbublik committed Jul 20, 2019
1 parent 9845e1d commit 4a3b810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ Inspired by [jQuery QueryBuilder](http://querybuilder.js.org/)

Using awesome [Ant Design](https://ant.design/) for widgets

Master branch uses [antd v2](https://2x.ant.design/docs/react/introduce) (because of more compact style) and versions `0.1.*`.
For [antd v3](https://ant.design/docs/react/introduce) see [branch antd-3](https://github.com/ukrbublik/react-awesome-query-builder/tree/antd-3) and versions `0.2.*`.

[![](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Merge%20antd-3%20branch%20into%20master%2C%20forget%20about%20antd%202)](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Merge%20antd-3%20branch%20into%20master%2C%20forget%20about%20antd%202/vote)
[![](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Keep%20as%20is%3A%20antd%202%20in%20master%2C%20antd%203%20in%20separate%20branch)](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Keep%20as%20is%3A%20antd%202%20in%20master%2C%20antd%203%20in%20separate%20branch/vote)
[![](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Switch%20master%20to%20antd%203%2C%20create%20separate%20branch%20for%20antd%202)](https://api.gh-polls.com/poll/01DAHPN5RDV9NVFXT2TBRCB43Y/Switch%20master%20to%20antd%203%2C%20create%20separate%20branch%20for%20antd%202/vote)
Master branch uses [antd v3](https://ant.design/docs/react/introduce) (because of more compact style).
For [antd v2](https://2x.ant.design/docs/react/introduce) see [branch antd-2](https://github.com/ukrbublik/react-awesome-query-builder/tree/antd-2) and versions `0.1.*`.


### Features
Expand Down
2 changes: 1 addition & 1 deletion css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}

.group--children {
padding-left: 20px;
padding-left: 24px;

& > .group-or-rule-container > .group-or-rule {
&:before {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-query-builder",
"version": "0.2.49",
"version": "0.2.50",
"main1": "modules",
"main": "build/npm/lib",
"main2": "build/global/ReactAwesomeQueryBuilder.js",
Expand Down

0 comments on commit 4a3b810

Please sign in to comment.