@syncfusion/ej2-angular-splitbuttons 32.2.7 → 33.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
|
@@ -2,28 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### DropDownButton
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I811155` - Resolved an issue where `dropdownbutton` appeared beneath Angular `dialogs` in Angular 21.
|
|
10
|
-
|
|
11
|
-
### SplitButton
|
|
12
|
-
|
|
13
|
-
#### Bug Fixes
|
|
14
|
-
|
|
15
|
-
- `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Split buttons.
|
|
16
|
-
|
|
17
|
-
- `#I811155` - Resolved an issue where `splitbutton` appeared beneath Angular `dialogs` in Angular 21.
|
|
18
|
-
|
|
19
|
-
## 32.1.24 (2026-01-20)
|
|
20
|
-
|
|
21
|
-
### DropDownButton
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `I801275` - Resolved memory leak issue in the window resize handler of DropDownButton.
|
|
26
|
-
|
|
27
5
|
## 28.1.33 (2024-12-12)
|
|
28
6
|
|
|
29
7
|
### DropDownButton
|
|
@@ -298,11 +276,4 @@ SplitButton component has primary and secondary button. Primary button is used t
|
|
|
298
276
|
|
|
299
277
|
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
300
278
|
|
|
301
|
-
- **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices
|
|
302
|
-
|
|
303
|
-
### DropDownButton
|
|
304
|
-
|
|
305
|
-
#### Bug Fixes
|
|
306
|
-
|
|
307
|
-
- `I796590` - Issue in "DropDownButton Popup stops following its target on window resize" has been resolved.
|
|
308
|
-
|
|
279
|
+
- **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-splitbuttons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
4
4
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-splitbuttons": "
|
|
9
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.44",
|
|
11
|
+
"@syncfusion/ej2-splitbuttons": "33.1.44"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-splitbuttons";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
3
|
export declare const moduleName = "DropDownButtonModule, SplitButtonModule, ProgressButtonModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^33.1.44';
|
|
5
5
|
exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~33.1.44';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
+
export const pkgVer = '^33.1.44';
|
|
3
|
+
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
+
export const themeVer = '~33.1.44';
|