File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ - 4.1.1
3
+ - Fix warning about showSearch in MUI theme
4
+ - Fix incorrect override of vanilla button label (issue #347 )
5
+ - Fix display default conj (issue #426 )
6
+ - Don't wrap in MUI ThemeProvider if no theme or locale provided (issue #325 )
7
+ - Fix canLeaveEmptyGroup logic (issue #378 )
2
8
- 4.1.0
3
9
- Fixed lint errors in code
4
10
- Reorganized files in ` tests `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-awesome-query-builder" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
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 17
17
"author" : " Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)" ,
18
18
"dependencies" : {
19
19
"react-scripts" : " ^3.4.3" ,
20
- "react-awesome-query-builder" : " ^4.1.0 " ,
20
+ "react-awesome-query-builder" : " ^4.1.1 " ,
21
21
"react" : " ^16.14.0" ,
22
22
"react-dom" : " ^16.14.0" ,
23
23
"antd" : " ^4.16.3" ,
Original file line number Diff line number Diff line change 17
17
"author" : " Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)" ,
18
18
"dependencies" : {
19
19
"react-scripts" : " ^3.4.3" ,
20
- "react-awesome-query-builder" : " ^4.1.0 " ,
20
+ "react-awesome-query-builder" : " ^4.1.1 " ,
21
21
"react" : " ^16.14.0" ,
22
22
"react-dom" : " ^16.14.0"
23
23
},
You can’t perform that action at this time.
0 commit comments