@syncfusion/ej2-vue-querybuilder 25.1.37 → 25.1.40
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
CHANGED
|
@@ -6,6 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I578463` - Issue with popups height is not updated properly in QueryBuilder sub field has been fixed.
|
|
10
|
+
|
|
11
|
+
## 25.1.38 (2024-04-02)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I568017` - Issue with Sub field value is not set properly while setting rule for complex data binding has been fixed.
|
|
18
|
+
|
|
19
|
+
## 25.1.37 (2024-03-26)
|
|
20
|
+
|
|
21
|
+
### QueryBuilder
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I873568` - Issue with `getSqlFromRules` method not working properly in boolean fields when calling validateFields within the `ruleChange` event has been fixed.
|
|
9
26
|
- `#I568017` - Issue with QueryBuilder 'In' or 'Not in' Operator results in value field as empty list when using fieldMode as default mode has been fixed.
|
|
10
27
|
|
|
11
28
|
## 25.1.35 (2024-03-15)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-querybuilder.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|