@syncfusion/ej2-vue-querybuilder 23.1.44 → 23.2.7
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 +9 -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/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/query-builder/bootstrap-dark.css +5 -0
- package/styles/query-builder/bootstrap5-dark.css +2 -1
- package/styles/query-builder/bootstrap5.css +2 -1
- package/styles/query-builder/fabric-dark.css +5 -0
- package/styles/query-builder/fluent-dark.css +2 -1
- package/styles/query-builder/fluent.css +2 -1
- package/styles/query-builder/highcontrast.css +5 -0
- package/styles/query-builder/tailwind-dark.css +2 -1
- package/styles/query-builder/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
|
|
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.
|
|
10
18
|
|
|
11
19
|
## 23.1.41 (2023-10-17)
|
|
12
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-querybuilder.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.7
|
|
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
|