File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
- Added displaying of rule validation errors, see ` showErrorMessage ` in config.settings
4
4
- Added ` QbUtils.isValidTree() `
5
5
- ` validateValue ` moved from widget settings to field's ` fieldSettings `
6
+ - Added ESLint (unused vars & props are off for now)
6
7
- 2.0.11
7
8
- Added ` starts_with ` , ` ends_with ` operators for text type
8
9
- 2.0.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-awesome-query-builder" ,
3
- "version" : " 2.0.11 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder" ,
5
5
"keywords" : [
6
6
" reactjs" ,
Original file line number Diff line number Diff line change 22
22
"@types/react-dom" : " ^16.9.7" ,
23
23
"antd" : " ^4.1.2" ,
24
24
"react" : " ^16.4.1" ,
25
- "react-awesome-query-builder" : " ^2.0.11 " ,
25
+ "react-awesome-query-builder" : " ^2.1.0 " ,
26
26
"react-dom" : " ^16.4.1" ,
27
27
"react-scripts" : " 3.0.1" ,
28
28
"typescript" : " ^3.8.3"
You can’t perform that action at this time.
0 commit comments