@syncfusion/ej2-react-splitbuttons 20.3.47 → 20.3.56

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
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.3.52 (2022-10-26)
6
+
7
+ ### DropDownButton
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I412776` - Select event is not triggered while using `closeActionEvents` in DropDownButton has been resolved.
12
+
13
+ ## 20.3.47 (2022-09-29)
14
+
5
15
  ### DropDownButton
6
16
 
7
17
  #### New Features
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 20.3.47
3
+ * version : 20.3.56
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.umd.min.js
3
- * version : 20.3.47
3
+ * version : 20.3.56
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@19.12.0",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@20.3.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/EhzwGk32kvGNjJzt3ICehEia8j94/YbyN2JeTpS+zx61lpVKXJa8VSjuQj15uOWRSFdYbJXOD5dm8LryjLphg==",
5
+ "_integrity": "sha512-kWGjYrfLMReMKkCR6JDvnV5FQCvnYW9vMa4CTqfer+lcW7Y6MZidv4z1hlAtz9KSZIcY4kDVCrQDHuGGW93ASQ==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.12.0.tgz",
23
- "_shasum": "ad1c672da7f1f607e1f17b13fd8286e4b3d752b9",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.3.52.tgz",
23
+ "_shasum": "954387a58c2e3074c8d8fd697a69e9362e47a6bf",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.47",
35
- "@syncfusion/ej2-react-base": "~20.3.47",
36
- "@syncfusion/ej2-splitbuttons": "20.3.47"
34
+ "@syncfusion/ej2-base": "~20.3.56",
35
+ "@syncfusion/ej2-react-base": "~20.3.56",
36
+ "@syncfusion/ej2-splitbuttons": "20.3.56"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -83,6 +83,6 @@
83
83
  "type": "git",
84
84
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
85
85
  },
86
- "version": "20.3.47",
86
+ "version": "20.3.56",
87
87
  "sideEffects": false
88
88
  }