@syncfusion/ej2-querybuilder 23.2.7 → 24.1.41
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 +2 -24
- 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 +17 -5
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +17 -5
- 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 +12 -12
- package/src/query-builder/query-builder.js +17 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,25 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
|
|
11
|
-
## 23.1.44 (2023-11-07)
|
|
12
|
-
|
|
13
|
-
### QueryBuilder
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
|
|
18
|
-
|
|
19
|
-
## 23.1.41 (2023-10-17)
|
|
9
|
+
- `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
|
|
20
10
|
|
|
21
11
|
### QueryBuilder
|
|
22
12
|
|
|
23
13
|
#### Bug Fixes
|
|
24
14
|
|
|
25
|
-
- `#
|
|
26
|
-
|
|
27
|
-
## 23.1.39 (2023-10-04)
|
|
15
|
+
- `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
|
|
28
16
|
|
|
29
17
|
### QueryBuilder
|
|
30
18
|
|
|
@@ -36,18 +24,8 @@
|
|
|
36
24
|
|
|
37
25
|
#### Bug Fixes
|
|
38
26
|
|
|
39
|
-
- `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
|
|
40
|
-
|
|
41
|
-
## 23.1.38 (2023-09-26)
|
|
42
|
-
|
|
43
|
-
### QueryBuilder
|
|
44
|
-
|
|
45
|
-
#### Bug Fixes
|
|
46
|
-
|
|
47
27
|
- `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
|
|
48
28
|
|
|
49
|
-
## 23.1.36 (2023-09-15)
|
|
50
|
-
|
|
51
29
|
### QueryBuilder
|
|
52
30
|
|
|
53
31
|
#### Bug Fixes
|