@syncfusion/ej2-react-splitbuttons 24.1.41 → 24.1.44

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,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
10
+
11
+ ## 24.1.41 (2023-12-18)
12
+
13
+ ### DropDownButton
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I445638` - Issue in DropDownButton Popup Alignment issue while setting `enableRtl` property as true has been resolved.
10
18
 
11
19
  ## 20.4.50 (2023-02-14)
package/README.md CHANGED
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
108
108
 
109
109
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
110
110
 
111
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
111
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 24.1.41
3
+ * version : 24.1.44
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.1.41
3
+ * version : 24.1.44
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@19.16.4",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@24.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TWvM9m+tyJ19aDjNPW5+SQziB6h1JamdJqqFO0r+9+gXwqrttBOotYaRfslnpkZaNo+ncRNCwzoxAGFUXPFPzQ==",
5
+ "_integrity": "sha512-WzQHwUFD99hE2QsgSKqVoVWhJJ4jHIKjNUYxqfVdTmq1Ud3h6ZymVf4EwJFaUSUaXxyy6j2BVorVrp6phswg5g==",
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-release/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.16.4.tgz",
23
- "_shasum": "45f3ec6d68455fae4d2548f52a75fa8cbb7037d8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-24.1.41.tgz",
23
+ "_shasum": "ec58863db6b1bcbcb4a9ff3a035a84d5a6053b1f",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.41",
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
35
  "@syncfusion/ej2-react-base": "~24.1.41",
36
- "@syncfusion/ej2-splitbuttons": "24.1.41"
36
+ "@syncfusion/ej2-splitbuttons": "24.1.44"
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",
@@ -60,6 +60,6 @@
60
60
  "type": "git",
61
61
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
62
62
  },
63
- "version": "24.1.41",
63
+ "version": "24.1.44",
64
64
  "sideEffects": false
65
65
  }