@syncfusion/ej2-react-querybuilder 24.1.41 → 24.1.43

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,19 +6,50 @@
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
+ ## 24.1.41 (2023-12-18)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
10
18
 
19
+ ## 23.2.7 (2023-12-05)
20
+
11
21
  ### QueryBuilder
12
22
 
13
23
  #### Bug Fixes
14
24
 
15
- - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
25
+ - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
26
+
27
+ ## 23.1.44 (2023-11-07)
28
+
29
+ ### QueryBuilder
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
34
+
35
+ ## 23.1.41 (2023-10-17)
36
+
37
+ ### QueryBuilder
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
42
+
43
+ ## 23.1.39 (2023-10-04)
16
44
 
17
45
  ### QueryBuilder
18
46
 
19
47
  #### Bug Fixes
20
48
 
21
49
  - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
50
+ - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
51
+
52
+ ## 23.1.38 (2023-09-26)
22
53
 
23
54
  ### QueryBuilder
24
55
 
@@ -26,12 +57,48 @@
26
57
 
27
58
  - `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
28
59
 
60
+ ## 23.1.36 (2023-09-15)
61
+
29
62
  ### QueryBuilder
30
63
 
31
64
  #### Bug Fixes
32
65
 
33
66
  - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
34
67
 
68
+ ## 22.2.9 (2023-08-15)
69
+
70
+ ### QueryBuilder
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
75
+
76
+ ## 22.2.8 (2023-08-08)
77
+
78
+ ### QueryBuilder
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
83
+
84
+ ## 22.1.38 (2023-07-11)
85
+
86
+ ### QueryBuilder
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
91
+
92
+ ## 22.1.37 (2023-07-04)
93
+
94
+ ### QueryBuilder
95
+
96
+ #### Bug Fixes
97
+
98
+ - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
99
+
100
+ ## 22.1.34 (2023-06-21)
101
+
35
102
  ### QueryBuilder
36
103
 
37
104
  #### Bug Fixes
@@ -39,29 +106,45 @@
39
106
  - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
40
107
  - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
41
108
 
109
+ ## 20.4.51 (2023-02-21)
110
+
42
111
  ### QueryBuilder
43
112
 
44
113
  #### Bug Fixes
45
114
 
46
- - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
47
115
  - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
116
+ - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
117
+
118
+ ## 20.4.42 (2023-01-04)
48
119
 
49
120
  ### QueryBuilder
50
121
 
51
122
  #### Bug Fixes
52
123
 
53
124
  - `#F31632` - Accessibility issue in Query Builder has been resolved.
125
+
126
+ ## 20.4.40 (2022-12-28)
127
+
128
+ ### QueryBuilder
129
+
130
+ #### Bug Fixes
131
+
54
132
  - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
55
133
  - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
56
134
 
135
+ ## 20.4.38 (2022-12-21)
136
+
57
137
  ### QueryBuilder
58
138
 
59
139
  #### Bug Fixes
60
140
 
61
141
  - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
62
142
  - `#I404520` - Provided Localization support SQL query builder operators.
143
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
63
144
  - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
64
- - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed
145
+ - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed.
146
+
147
+ ## 20.3.47 (2022-09-29)
65
148
 
66
149
  ### QueryBuilder
67
150
 
@@ -72,12 +155,14 @@
72
155
  - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
73
156
  - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
74
157
 
158
+ ## 20.2.40 (2022-07-26)
159
+
75
160
  ### QueryBuilder
76
161
 
77
162
  #### Bug Fixes
78
163
 
79
- - `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
80
- - `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
164
+ - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
165
+ - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
81
166
 
82
167
  ## 19.3.45 (2021-10-12)
83
168
 
@@ -94,7 +179,7 @@
94
179
 
95
180
  #### New Features
96
181
 
97
- - Provided Dropdown Tree component support in Complex data binding.
182
+ - Provided Dropdown Tree component support in Complex data binding
98
183
 
99
184
  ## 19.2.59 (2021-08-31)
100
185
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.min.js
3
- * version : 24.1.41
3
+ * version : 24.1.43
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.umd.min.js
3
- * version : 24.1.41
3
+ * version : 24.1.43
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-querybuilder@*",
3
- "_id": "@syncfusion/ej2-react-querybuilder@18.24.1",
3
+ "_id": "@syncfusion/ej2-react-querybuilder@24.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-V8gwqzGt1Z7+MEssWA+AqPeFYkIM5DPrjQYSIQRbOoXj6iie7D7OP9uLKi3+nn5XLjSgDjKRpdRczfyzU/UIwg==",
5
+ "_integrity": "sha512-cxbI6KhGNSBdF1xSvr9orwvM6YJqtjfXNktK5CUB91MWTqM1Hdrvh89R2FAXfCUnHKfp5Iqc1XKmzE08oNSMWQ==",
6
6
  "_location": "/@syncfusion/ej2-react-querybuilder",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.24.1.tgz",
23
- "_shasum": "bc37b857ef328d5da736bf811455b95401ded67e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-24.1.41.tgz",
23
+ "_shasum": "d773cd1eec565d7b71f8e8241bbf8947b1d2837c",
24
24
  "_spec": "@syncfusion/ej2-react-querybuilder@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.41",
35
- "@syncfusion/ej2-querybuilder": "24.1.41",
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
+ "@syncfusion/ej2-querybuilder": "24.1.43",
36
36
  "@syncfusion/ej2-react-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
@@ -56,6 +56,6 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
58
58
  },
59
- "version": "24.1.41",
59
+ "version": "24.1.43",
60
60
  "sideEffects": false
61
61
  }