Skip to content

Commit

Permalink
v24.2.7 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Feb 20, 2024
1 parent 94e3a30 commit 4cfa993
Show file tree
Hide file tree
Showing 27 changed files with 160 additions and 24 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.2.6 (2024-02-15)
## 24.2.7 (2024-02-20)

### Barcode

Expand Down
6 changes: 3 additions & 3 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## [Unreleased]

## 24.2.5 (2024-02-13)
## 24.2.7 (2024-02-20)

### SpeedDial
### Button

#### Bug Fixes

- `FAB` and `SpeedDial` control `readme.md` file updated.
- `#I551397` - The issue with "Tailwind theme when changing the primary text color in the button the text color is not changed" has been resolved.

## 24.2.3 (2024-01-31)

Expand Down
14 changes: 14 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### Chart

#### Bug Fixes

- `#I549266` - The Hilo open-close chart data points shape is now rendering properly.

### StockChart

#### Bug Fixes

- `#I554213` - The dropdown font style has now been changed according to the selected theme.

## 24.2.5 (2024-02-13)

### StockChart
Expand Down
10 changes: 10 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### Diagram

#### Bug Fixes

- `#I549018` - Now, the bridging is not enabled while connector visibility is false.
- `#I542327` - Now, the sendBackward and sendForward commands works fine.
- `#I527474` - Now, drawing connector from source port to target port with port id underscore works fine.

## 24.2.5 (2024-02-13)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/src/diagram/connectors.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
public wrapper: any;
/**
* Defines the visual order of the node/connector in DOM
* @default -1
* @default Number.MIN_VALUE
*/
public zIndex: any;

Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/src/diagram/nodes.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
public wrapper: any;
/**
* Defines the visual order of the node/connector in DOM
* @default -1
* @default Number.MIN_VALUE
*/
public zIndex: any;

Expand Down
14 changes: 14 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### DocumentEditor

#### Bug Fixes

- `#I553680` - Resolved the script error issue while click print button.
- `#I542229` - Resolved the document layout issue in Blazor.
- `#I548069` - Resolved the spell check squiggly lines render issue on print.
- `#I546222` - Resolved the script error issue while applying table border.
- `#I533544` - Resolved the table resize undo issue.
- `#I526592` - Resolved the list numbering is not continuing issue.
- `#I548595` - Resolved the text ordered incorrectly while typing in Blazor.

## 24.2.5 (2024-02-13)

### DocumentEditor
Expand Down
15 changes: 15 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### Mention

#### Bug Fixes

-`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.


### MultiSelect

#### Bug Fixes

- `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.

## 24.2.6 (2024-02-15)

### ListBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "24.2.5",
"version": "24.2.6",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.2.5 (2024-02-13)
## 24.2.7 (2024-02-20)

### FileManager

Expand Down
7 changes: 6 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## [Unreleased]

## 24.2.6 (2024-02-15)
## 24.2.7 (2024-02-20)

### GanttChart

#### Bug Fixes

- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
- `#I543787` - The timezone properties used in the sample taskbar not render properly issue has been fixed.
- `#I550317` - Duration value getting string instead of number issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 24.2.5 (2024-02-13)
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "24.2.5",
"version": "24.2.6",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### Grid

#### Bug fixes

- `#I547707` - Resolved a script error occurring when collapsing a grouped row along with `virtualization` while the grid is in edited state.
- `#FB50079` - Fixed the issue where scrolling with the Up arrow in virtual scroll caused the focus to leave and enter the column header.
- `#FB50364` - Fixed an accessibility issue with row checkboxes identified by the Accessibility Insights for Web tool.

## 24.2.5 (2024-02-13)

### Grid
Expand Down
16 changes: 16 additions & 0 deletions components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### HeatMap

#### Bug fixes

- `#I549536` - The cell value will now be properly mapped for the data source representing minutes or hours in a day in the HeatMap.

## 24.2.6 (2024-02-15)

### HeatMap

#### Bug fixes

- `#I542011` - Color will be set properly to the HeatMap cell when multiple objects are set to the palette for the same range.

## 24.1.41 (2023-12-18)

### HeatMap
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "24.2.3",
"version": "24.2.6",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/inplaceeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### In-place Editor

#### Bug Fixes

- `#I540657` - Fixed issue where the PasteCleanupSettings feature was not working properly when the type was set to 'RTE'.

## 20.4.54 (2023-03-14)

### In-place Editor
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "24.2.5",
"version": "24.2.6",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## [Unreleased]

## 24.2.6 (2024-02-15)
## 24.2.7 (2024-02-20)

### Maps

Expand Down
6 changes: 6 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

- `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved.

### TreeView

#### Bug fixes

- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.

## 24.2.3 (2024-01-31)

### Menu
Expand Down
10 changes: 10 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### PDF Viewer

#### Bug Fixes

- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document.
- `#I550522` - Now, the text search does not fail to highlight the last character on a page.
- `#I551213` - Now, the pending ajax requests were properly aborted when unloading the PDF Viewer.

## 24.2.6 (2024-02-15)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "24.2.5",
"version": "24.2.6",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.2.6 (2024-02-15)
## 24.2.7 (2024-02-20)

### PivotTable

Expand Down
14 changes: 14 additions & 0 deletions components/richtexteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### RichTextEditor

#### Bug Fixes

- `#I552276` - Now, pasting the image after the link in the Rich Text Editor pastes the image outside the link.
- `#I552815` - Now, override a text in the Rich Text Editor anywhere it works properly.
- `#I553375` - Now, clicking the number or bullet list button in the Rich Text Editor allows the applied list to be reverted.
- `#I553814` - Now, pressing the Enter key after pasting an image in the Rich Text Editor works properly.
- `#I540536` - Now, The issue with the addition of previous format when typing after the backspace/delete action has been resolved.
- `#I544943` - Now, pasting images along with content in different languages from MS Word in the Rich Text Editor works properly.
- `#I552726` - Now, pressing the backspace key inside the list after pressing the `shift+enter` key with background color styles works properly.

## 24.2.4 (2024-02-06)

### RichTextEditor
Expand Down
6 changes: 6 additions & 0 deletions components/splitbuttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### ProgressButton

- `#I554000` - Console error is thrown when clicking the progress button has been resolved.

## 24.2.5 (2024-02-13)

### SplitButton
Expand Down
16 changes: 8 additions & 8 deletions components/spreadsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

## [Unreleased]

## 24.2.6 (2024-02-15)

### Spreadsheet

#### Bug fixes

- `#I867373` - Issue with "exception is thrown while running the `ng test` command" has been resolved.

## 24.2.4 (2024-02-06)

### Spreadsheet
Expand Down Expand Up @@ -1326,6 +1318,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.


## 24.2.5 (2024-02-13)

### Spreadsheet

#### Bug fixes

- `#I867373` - Issue with "exception is thrown while running the `ng test` command" has been resolved.

## 24.1.47 (2024-01-23)

### Spreadsheet
Expand Down
2 changes: 1 addition & 1 deletion components/spreadsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-spreadsheet",
"version": "24.2.4",
"version": "24.2.5",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/treegrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.2.7 (2024-02-20)

### Tree Grid

#### Bug Fixes

- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file.

## 24.2.5 (2024-02-13)

### Tree Grid
Expand Down

0 comments on commit 4cfa993

Please sign in to comment.