Skip to content

Commit 4a3b810

Browse files
committed
switch to antd3
1 parent 9845e1d commit 4a3b810

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ Inspired by [jQuery QueryBuilder](http://querybuilder.js.org/)
99

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

12-
Master branch uses [antd v2](https://2x.ant.design/docs/react/introduce) (because of more compact style) and versions `0.1.*`.
13-
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.*`.
14-
15-
[![](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)
16-
[![](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)
17-
[![](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)
12+
Master branch uses [antd v3](https://ant.design/docs/react/introduce) (because of more compact style).
13+
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.*`.
1814

1915

2016
### Features

css/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126

127127
.group--children {
128-
padding-left: 20px;
128+
padding-left: 24px;
129129

130130
& > .group-or-rule-container > .group-or-rule {
131131
&:before {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-awesome-query-builder",
3-
"version": "0.2.49",
3+
"version": "0.2.50",
44
"main1": "modules",
55
"main": "build/npm/lib",
66
"main2": "build/global/ReactAwesomeQueryBuilder.js",

0 commit comments

Comments
 (0)