@syncfusion/ej2-querybuilder 23.1.39 → 23.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/ej2-querybuilder.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +4 -1
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +4 -1
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +2 -2
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/query-builder/query-builder.js +4 -1
- package/styles/bootstrap4.css +32 -2
- package/styles/query-builder/bootstrap4.css +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
|
|
10
|
+
|
|
11
|
+
## 23.1.41 (2023-10-17)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
|
|
18
|
+
|
|
19
|
+
## 23.1.39 (2023-10-04)
|
|
20
|
+
|
|
21
|
+
### QueryBuilder
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
|
|
10
26
|
|
|
11
27
|
### QueryBuilder
|