Skip to content

Commit 0c76c03

Browse files
committed
4.1.1
1 parent 86b2ea1 commit 0c76c03

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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)
28
- 4.1.0
39
- Fixed lint errors in code
410
- Reorganized files in `tests`

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": "4.1.0",
3+
"version": "4.1.1",
44
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
55
"keywords": [
66
"query-builder",

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)",
1818
"dependencies": {
1919
"react-scripts": "^3.4.3",
20-
"react-awesome-query-builder": "^4.1.0",
20+
"react-awesome-query-builder": "^4.1.1",
2121
"react": "^16.14.0",
2222
"react-dom": "^16.14.0",
2323
"antd": "^4.16.3",

sandbox_simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)",
1818
"dependencies": {
1919
"react-scripts": "^3.4.3",
20-
"react-awesome-query-builder": "^4.1.0",
20+
"react-awesome-query-builder": "^4.1.1",
2121
"react": "^16.14.0",
2222
"react-dom": "^16.14.0"
2323
},

0 commit comments

Comments
 (0)