v24.2.7 is released
This commit is contained in:
Родитель
94e3a300a7
Коммит
4cfa9931a6
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.2.6 (2024-02-15)
|
||||
## 24.2.7 (2024-02-20)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.2.5 (2024-02-13)
|
||||
## 24.2.7 (2024-02-20)
|
||||
|
||||
### FileManager
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.2.6 (2024-02-15)
|
||||
## 24.2.7 (2024-02-20)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.2.6 (2024-02-15)
|
||||
## 24.2.7 (2024-02-20)
|
||||
|
||||
### PivotTable
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче