@syncfusion/ej2-react-splitbuttons 24.2.3 → 24.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 CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ProgressButton
6
+
7
+ - `#I554000` - Console error is thrown when clicking the progress button has been resolved.
8
+
9
+ ## 24.2.5 (2024-02-13)
10
+
11
+ ### SplitButton
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I552152` - Issue in "Split button select event not triggered while using keyboard action" has been resolved.
16
+
5
17
  ## 24.1.46 (2024-01-17)
6
18
 
7
19
  ### DropDownButton
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 24.2.3
3
+ * version : 24.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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.umd.min.js
3
- * version : 24.2.3
3
+ * version : 24.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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@24.1.46",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@24.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SI1+uSNufgnLvPkqPKS5TvKKLnWGeVSaNtsgT/EgyczPzhPBIunuKi5uu0HeksdjA/gAz54xYWYDRTqw2lcj7Q==",
5
+ "_integrity": "sha512-wkBOED2r10LxLiE4YYrX0tuM930wmP6hp6kofgYpkFi3eV9VVzalEJPnYdvz4RjKUcEFKk0JFnrHmG3Xi6hkMA==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
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-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-24.1.46.tgz",
23
- "_shasum": "516269d27fad284cdab7c75b4182326f5c513ec5",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-24.2.5.tgz",
23
+ "_shasum": "f8ebd57984f082f3b9c1b08e5a266388ad1d7137",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,11 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-react-base": "~24.2.3",
36
- "@syncfusion/ej2-splitbuttons": "24.2.3",
37
- "awesome-typescript-loader": "^3.1.3",
38
- "source-map-loader": "^0.2.1"
34
+ "@syncfusion/ej2-base": "~24.2.7",
35
+ "@syncfusion/ej2-react-base": "~24.2.7",
36
+ "@syncfusion/ej2-splitbuttons": "24.2.7"
39
37
  },
40
38
  "deprecated": false,
41
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -53,8 +51,8 @@
53
51
  "name": "@syncfusion/ej2-react-splitbuttons",
54
52
  "repository": {
55
53
  "type": "git",
56
- "url": "git+https://github.com/syncfusion/ej2-react-splitbuttons.git"
54
+ "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
57
55
  },
58
- "version": "24.2.3",
56
+ "version": "24.2.7",
59
57
  "sideEffects": false
60
58
  }