File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ - 2.2.2
3
+ - Fix issue #306 : Wrong import from JsonLogic and export to MongoDb for negated single-item group
2
4
- 2.2.1
3
5
- Fix issue #300 : If using query builder inside a form element, buttons try to submit the form
4
6
- 2.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-awesome-query-builder" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder" ,
5
5
"keywords" : [
6
6
" query-builder" ,
Original file line number Diff line number Diff line change 24
24
"antd" : " >=4.0.0 <4.5.0" ,
25
25
"lodash" : " ^4.6" ,
26
26
"react" : " ^16.4.1" ,
27
- "react-awesome-query-builder" : " ^2.2.1 " ,
27
+ "react-awesome-query-builder" : " ^2.2.2 " ,
28
28
"react-dom" : " ^16.4.1" ,
29
29
"react-scripts" : " ^3.4.3" ,
30
30
"typescript" : " 3.4.5"
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"lodash" : " ^4.6" ,
21
21
"react" : " ^16.4.1" ,
22
- "react-awesome-query-builder" : " ^2.2.1 " ,
22
+ "react-awesome-query-builder" : " ^2.2.2 " ,
23
23
"react-dom" : " ^16.4.1" ,
24
24
"react-scripts" : " ^3.4.3"
25
25
},
You can’t perform that action at this time.
0 commit comments