Skip to content

Commit cebd2c0

Browse files
author
pipeline
committed
v33.1.44 is released
1 parent 123b997 commit cebd2c0

144 files changed

Lines changed: 834 additions & 1638 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 32.2.9 (2026-03-10)
5+
## 32.1.19 (2025-12-16)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-barcode-generator",
3-
"version": "19.4.0",
3+
"version": "32.1.19",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "32.2.3",
3+
"version": "32.1.19",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/blockeditor/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,3 @@
22

33
## [Unreleased]
44

5-
## 32.2.9 (2026-03-10)
6-
7-
### Block Editor
8-
9-
#### Bug Fixes
10-
11-
- Now the issues with table block row/column copy and undo redo actions has been resolved.
12-
13-
- `#I805718` - Now the issue with the Console error occurs when clicking over the code block in BlockEditor component has been resolved.

components/blockeditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-blockeditor",
3-
"version": "32.1.19",
3+
"version": "27.1.48",
44
"description": "Feature Rich Block Editor control with built in support editing, formatting content. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/blockeditor/src/blockeditor/blockeditor.component.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { BlockEditor } from '@syncfusion/ej2-blockeditor';
44

55

66

7-
export const inputs: string[] = ['blockActionMenuSettings','blocks','codeBlockSettings','commandMenuSettings','contextMenuSettings','cssClass','enableDragAndDrop','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableRtl','height','imageBlockSettings','inlineToolbarSettings','keyConfig','labelSettings','locale','pasteCleanupSettings','readOnly','undoRedoStack','users','width'];
8-
export const outputs: string[] = ['afterPasteCleanup','beforePasteCleanup','blockChanged','blockDragStart','blockDragging','blockDropped','blur','created','focus','selectionChanged','blocksChange'];
7+
export const inputs: string[] = ['backgroundColorSettings','blockActionMenuSettings','blocks','codeBlockSettings','commandMenuSettings','contextMenuSettings','cssClass','enableDragAndDrop','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableRtl','fontColorSettings','height','imageBlockSettings','inlineToolbarSettings','keyConfig','labelSettings','locale','pasteCleanupSettings','readOnly','transformSettings','undoRedoStack','users','width'];
8+
export const outputs: string[] = ['afterPasteCleanup','beforeFileUpload','beforePasteCleanup','blockChanged','blockDragStart','blockDragging','blockDropped','blur','created','fileUploadFailed','fileUploadSuccess','fileUploading','focus','selectionChanged','blocksChange'];
99
export const twoWays: string[] = ['blocks'];
1010

1111
/**
@@ -29,13 +29,17 @@ export class BlockEditorComponent extends BlockEditor implements IComponentBase
2929
public containerContext : any;
3030
public tagObjects: any;
3131
afterPasteCleanup: any;
32+
beforeFileUpload: any;
3233
beforePasteCleanup: any;
3334
blockChanged: any;
3435
blockDragStart: any;
3536
blockDragging: any;
3637
blockDropped: any;
3738
blur: any;
3839
created: any;
40+
fileUploadFailed: any;
41+
fileUploadSuccess: any;
42+
fileUploading: any;
3943
focus: any;
4044
selectionChanged: any;
4145
public blocksChange: any;

components/buttons/CHANGELOG.md

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,17 @@
22

33
## [Unreleased]
44

5-
## 32.2.9 (2026-03-10)
5+
## 33.1.44 (2026-03-16)
66

77
### Chip
88

9-
#### Bug Fixes
10-
11-
- `#I812433` - The issue where the "click event was triggered twice in the Angular Chip component" has been resolved.
12-
13-
## 32.1.23 (2026-01-13)
14-
15-
### Button
16-
17-
#### Bug Fixes
18-
19-
- `#I795532` - The issue with "Button font-weight in Fluent2 not proper" has now been fixed.
9+
#### Features
2010

21-
### RadioButton
11+
- `#FB63852` - Provided drag-and-drop functionality to rearrange chips and move them between containers. To enable drag and drop, set `allowDragAndDrop` to true.
2212

2313
#### Bug Fixes
2414

25-
- `#I799238`- The issue with "radio button not checked when setting ID via htmlAttributes" has been fixed.
26-
27-
## 32.1.19 (2025-12-16)
28-
29-
### Chip
30-
31-
#### Features
32-
33-
- `#FB63852` - Provided drag-and-drop functionality to rearrange chips and move them between containers. To enable drag and drop, set `allowDragAndDrop` to true.
15+
- `#790562`,`#790612` - Fixed an issue where chip selection was not retained when changing the selection type and ensured correct handling of dynamically updated string and number indexes in the selectedChips property.
3416

3517
## 28.2.7 (2025-02-25)
3618

@@ -541,23 +523,7 @@ RadioButton is a graphical user interface element that allows to select one opti
541523

542524
- **Label** - Supports label and its positioning.
543525

544-
- **Sizes** - Provided with different sizes of RadioButton.## 32.2.7 (2026-02-24)
545-
546-
### Speed Dial
547-
548-
#### Bug Fixes
549-
550-
- `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Speed Dial.
551-
552-
## 32.1.21 (2025-12-30)
553-
554-
### Chip
555-
556-
#### Bug Fixes
557-
558-
- `#790562`,`#790612` - Fixed an issue where chip selection was not retained when changing the selection type and ensured correct handling of dynamically updated string and number indexes in the selectedChips property.
559-
560-
## 17.1.38 (2019-03-29)
526+
- **Sizes** - Provided with different sizes of RadioButton.## 17.1.38 (2019-03-29)
561527

562528
### RadioButton
563529

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "32.2.7",
3+
"version": "28.1.33",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,30 @@
22

33
## [Unreleased]
44

5-
## 32.2.9 (2026-03-10)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
- `#I805840`, `#I801368` - Resolved an issue where datepicker appeared beneath Angular `dialogs` in Angular 21.
12-
13-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
14-
15-
- `#I69736` - Resolved an issue where the error class was not applied immediately when the max date was set dynamically.
5+
## 33.1.44 (2026-03-16)
166

177
### DateRangePicker
188

199
#### Bug Fixes
2010

21-
- `#I805840`, `#I801368` - Resolved an issue where daterangepicker appeared beneath Angular `dialogs` in Angular 21.
22-
23-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
24-
25-
### TimePicker
26-
27-
#### Bug Fixes
28-
29-
- `#I805840`, `#I801368` - Resolved an issue where timepicker appeared beneath Angular `dialogs` in Angular 21.
30-
31-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
32-
33-
### DateTimePicker
34-
35-
#### Bug Fixes
36-
37-
- `#I805840`, `#I801368` - Resolved an issue where datetimepicker appeared beneath Angular `dialogs` in Angular 21.
38-
39-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
40-
41-
### Calendar
42-
43-
#### Bug Fixes
44-
45-
- `#I802045` - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.
11+
- `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
4612

47-
## 32.1.19 (2025-12-16)
13+
- `#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
4814

49-
### DateRangePicker
15+
### DatePicker
5016

5117
#### Bug Fixes
5218

53-
- `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
19+
- `#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
5420

5521
### DateTimePicker
5622

5723
#### Bug Fixes
5824

5925
- `#I752582` - The issue where the default time was not reset properly after clearing a date and selecting a new one in the DateTimePicker has been resolved.
6026

27+
- `#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
28+
6129
## 31.1.17 (2025-09-05)
6230

6331
### DatePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "32.1.19",
3+
"version": "18.32.5",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)