@syncfusion/ej2-querybuilder 21.2.4 → 22.1.34

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/.eslintrc.json CHANGED
@@ -37,6 +37,7 @@
37
37
  "security/detect-possible-timing-attacks":"error",
38
38
  "security/detect-pseudoRandomBytes":"error",
39
39
  "security/detect-new-buffer":"error",
40
+ "security/detect-bidi-characters":"error",
40
41
  "@typescript-eslint/no-inferrable-types": "off",
41
42
  "@typescript-eslint/ban-types": ["warn", {
42
43
  "types": {
package/CHANGELOG.md CHANGED
@@ -7,17 +7,8 @@
7
7
  #### Bug Fixes
8
8
 
9
9
  - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
10
-
11
- ## 21.1.37 (2023-03-29)
12
-
13
- ### QueryBuilder
14
-
15
- #### Bug Fixes
16
-
17
10
  - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
18
11
 
19
- ## 21.1.35 (2023-03-23)
20
-
21
12
  ### QueryBuilder
22
13
 
23
14
  #### Bug Fixes