@syncfusion/ej2-vue-querybuilder 19.4.47 → 19.4.53
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 +25 -0
- package/README.md +1 -1
- package/dist/ej2-vue-querybuilder.umd.min.js +1 -1
- package/dist/global/ej2-vue-querybuilder.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/query-builder/bootstrap5-dark.css +3 -3
- package/styles/query-builder/bootstrap5.css +3 -3
- package/styles/query-builder/tailwind-dark.css +3 -3
- package/styles/query-builder/tailwind.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,31 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Issue with 'getValidRules' method has been resolved.
|
|
10
|
+
|
|
11
|
+
## 19.4.50 (2022-02-08)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Script error thrown when we open fields option and click outside has been resolved.
|
|
18
|
+
|
|
19
|
+
## 19.4.47 (2022-01-25)
|
|
20
|
+
|
|
21
|
+
### QueryBuilder
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I361546` - Issue with Query builder rules not properly updated has been resolved.
|
|
26
|
+
- Issue with empty values in 'IN' operator has been fixed.
|
|
27
|
+
|
|
28
|
+
## 19.4.42 (2022-01-11)
|
|
29
|
+
|
|
30
|
+
### QueryBuilder
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
9
34
|
- `SF-359295` - Issue with fieldModel not works in complex data binding has been fixed.
|
|
10
35
|
- `SF-357729` - Issue with QueryBuilder group rendered twice if empty rules is provided has been fixed.
|
|
11
36
|
|
package/README.md
CHANGED
|
@@ -62,4 +62,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
|
|
|
62
62
|
|
|
63
63
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/querybuilder/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-query-builder-npm)
|
|
64
64
|
|
|
65
|
-
© Copyright
|
|
65
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-querybuilder.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.53
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|