@syncfusion/ej2-react-querybuilder 19.3.44 → 19.4.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
@@ -4,6 +4,15 @@
4
4
 
5
5
  ### QueryBuilder
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `F169401`, `F169406` - Issue with SQL importing with boolean values has been fixed.
10
+ - `F168982` - Issue with placing Query Builder inside a form has been fixed.
11
+
12
+ ## 19.3.44 (2021-10-05)
13
+
14
+ ### QueryBuilder
15
+
7
16
  #### New Features
8
17
 
9
18
  - Provided Dropdown Tree component support in Complex data binding.
@@ -1,6 +1,15 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.umd.min.js
3
- * version : 19.3.44
3
+ * version : 19.4.40
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ /*!
11
+ * filename: ej2-react-querybuilder.umd.min.js
12
+ * version : 19.3.53
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
6
15
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-querybuilder@*",
3
- "_id": "@syncfusion/ej2-react-querybuilder@18.17.0",
3
+ "_id": "@syncfusion/ej2-react-querybuilder@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QyirLEVOB8PuB0dJuylnLnrhUaImqDSWfJD77eNrkwiWv6P3M3WVi0Vb/P2+kqKibA//wBWFSci+fz3b4HiU4Q==",
5
+ "_integrity": "sha512-UvF5zYl0QCzBUPmrklXxT/4q4X3RpgJoLiUYVFbsin72MVWdk7LZ8Li55DvbwzK9RAncVSbn3Sny2PgGgpG3qQ==",
6
6
  "_location": "/@syncfusion/ej2-react-querybuilder",
7
- "_phantomChildren": {},
7
+ "_phantomChildren": {
8
+ "@syncfusion/ej2-icons": "19.4.38"
9
+ },
8
10
  "_requested": {
9
11
  "type": "range",
10
12
  "registry": true,
@@ -19,8 +21,8 @@
19
21
  "_requiredBy": [
20
22
  "/"
21
23
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.17.0.tgz",
23
- "_shasum": "762d5a9eb23380a87a4f9306ebb9ddd425861d05",
24
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-19.3.53.tgz",
25
+ "_shasum": "364e4e915a1f1127d9150a12cbfe85c408095fcb",
24
26
  "_spec": "@syncfusion/ej2-react-querybuilder@*",
25
27
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
28
  "author": {
@@ -31,9 +33,9 @@
31
33
  },
32
34
  "bundleDependencies": false,
33
35
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.43",
35
- "@syncfusion/ej2-querybuilder": "19.3.44",
36
- "@syncfusion/ej2-react-base": "~19.3.43"
36
+ "@syncfusion/ej2-base": "~19.4.38",
37
+ "@syncfusion/ej2-querybuilder": "19.4.40",
38
+ "@syncfusion/ej2-react-base": "~19.4.38"
37
39
  },
38
40
  "deprecated": false,
39
41
  "description": "Essential JS 2 QueryBuilder for React",
@@ -63,6 +65,6 @@
63
65
  "type": "git",
64
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
67
  },
66
- "version": "19.3.44",
67
- "sideEffects": false
68
+ "sideEffects": false,
69
+ "version": "19.4.40"
68
70
  }