@syncfusion/ej2-vue-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-vue-ui-compone
|
|
|
108
108
|
|
|
109
109
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
|
|
110
110
|
|
|
111
|
-
© Copyright
|
|
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-vue-splitbuttons.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
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
|