This commit is contained in:
pipeline 2024-02-06 05:10:38 +00:00
Родитель 64129daf5d
Коммит 7225355a49
57 изменённых файлов: 370 добавлений и 51 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 24.2.3 (2024-01-31)
## 24.2.4 (2024-02-06)
### Barcode

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.3 (2024-01-31)
### Common
#### Bug Fixes
- `#521238` - Resolved the issue of dynamically updating the `ng-template` not working properly.
## 24.1.44 (2024-01-03)
### Common

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "24.1.44",
"version": "24.2.3",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -84,6 +84,49 @@ The [Angular Switch](https://www.syncfusion.com/angular-components/angular-toggl
* [Text](https://ej2.syncfusion.com/angular/documentation/switch/getting-started#set-text-on-switch) - Supports text.
* [Sizes](https://ej2.syncfusion.com/angular/documentation/switch/how-to#change-size) - Provided with different sizes of Switch.
### Angular Floating Action Button
The [Angular Floating Action Button](https://www.syncfusion.com/angular-components/angular-fab?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm) component performs the primary action that appears in front of all screen contents. It has several built-in features such as support for icons, predefined styles, positions, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/angular/documentation/floating-action-button/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm#/material/floating-action-button/overview">Online demos</a> .
<a href="https://www.syncfusion.com/angular-components/angular-fab?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm">Learn more</a>
</p>
<p align="center">
<img alt="Angular Floating Action Button Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-fab.png">
</p>
#### Key features
* [Icons](https://ej2.syncfusion.com/angular/documentation/floating-action-button/icons) - Supports addition of both text and icon on the Button.
* [Predefined styles](https://ej2.syncfusion.com/angular/documentation/floating-action-button/styles) - Provided with predefined styles for the Floating Action Button.
* [Positions](https://ej2.syncfusion.com/angular/documentation/floating-action-button/positions) - Positioned anywhere on the target. If the target is not defined, then Floating Action Button is positioned based on the browser viewport.
### Angular Speed Dial
The [Angular Speed Dial](https://www.syncfusion.com/angular-components/angular-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm) component is an extension of the floating action button that displays a list of action buttons when clicked. It has several built-in features such as support for items, predefined styles, positions, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/angular/documentation/speed-dial/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm#/material/speed-dial/default">Online demos</a> .
<a href="https://www.syncfusion.com/angular-components/angular-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm">Learn more</a>
</p>
<p align="center">
<img alt="Angular Speed Dial Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-speeddial.gif">
</p>
#### Key features
* [Items](https://ej2.syncfusion.com/angular/documentation/speed-dial/items) - Provides different items support for the Speed Dial.
* [Predefined styles](https://ej2.syncfusion.com/angular/documentation/speed-dial/styles) - Provided with predefined styles for the Speed Dial.
* [Positions](https://ej2.syncfusion.com/angular/documentation/speed-dial/positions) - Positioned anywhere on the target. If the target is not defined, then Speed Dial is positioned based on the browser viewport.
* [Modes](https://ej2.syncfusion.com/angular/documentation/speed-dial/display-modes) - Supports display of items in both linear and radial display modes.
* [Modal](https://ej2.syncfusion.com/angular/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
* [Templates](https://ej2.syncfusion.com/angular/documentation/speed-dial/template) - Customize Speed Dial items and the popup content using templates.
<p align="center">
Trusted by the world's leading companies
<a href="https://www.syncfusion.com/">
@ -133,4 +176,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
&copy; Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "24.1.46",
"version": "24.2.3",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "24.1.47",
"version": "24.2.3",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,26 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Chart
#### Features
- `#I528067` - Now, right-to-left scrolling is functioning correctly in the charts.
#### Bug Fixes
- `#I539074` - Now, the stacking column renders properly even when the series is sorted based on the series name.
- `#I541484` - Now, the decimal point is displayed in the y-axis label when the language setting on Google is set to French.
- `#I546219` - Now, the `visible` property in the series is working properly when updated dynamically.
### BulletChart
#### Bug Fixes
- `#I544771` - Now, the `textAlignment` property in the `dataLabel` is working properly.
## 24.1.47 (2024-01-23)
### AccumulationChart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "24.1.47",
"version": "24.2.3",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "24.1.43",
"version": "24.2.3",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Diagram
#### Bug Fixes
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
## 24.2.3 (2024-01-31)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "24.1.47",
"version": "24.2.3",
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,23 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### DocumentEditor
#### Bug Fixes
- `#I526349` - Resolved the shape overlapping issue.
- `#I507001` - Resolved the track changes count mismatch issue.
- `#I542276` - Resolved the shape alignment issue when insert enter.
- `#I543927` - Resolved the spacing issue of the image is being pushed to a third page.
- `#I538962` - Resolved the issues when accepting the track changes.
- `#I534920` - Resolved the track changes issue.
- `#I539334` - Resolved the undo issue with deleted table on track changes enabled.
- `#I543421` - Resolved the spell check issue in Blazor.
- `#I525746` - Resolved the input lag issue when using multi columns.
- `#I541459` - Resolved the table border style issue.
## 24.1.47 (2024-01-23)
### DocumentEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "24.1.47",
"version": "24.2.3",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,26 @@
## [Unreleased]
## 24.2.3 (2024-01-31)
## 24.2.4 (2024-02-06)
### ListBox
-`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
### DropdownList
#### Bug Fixes
- `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
### MultiSelect
#### Bug Fixes
- `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
## 24.1.47 (2024-01-23)
### ListBox
@ -15,15 +34,10 @@
#### Bug Fixes
- `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
- `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
## 24.1.46 (2024-01-17)
### DropDownTree
#### Bug Fixes
- `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
### MultiSelect
#### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "24.1.47",
"version": "24.2.3",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,19 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### GanttChart
#### Bug Fixes
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 24.2.3 (2024-01-31)
### GanttChart
@ -11,7 +24,7 @@
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
## 24.1.47 (2024-01-23)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "24.1.47",
"version": "24.2.3",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Grid
#### Bug fixes
- `#FB48959` - Empty grid message does not display correctly when drag and drop is enabled issue has been resolved.
- `#FB50056` - Aggregates not working properly when Exporting Grid with custom dataSource issue has been resolved.
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
## 24.2.3 (2024-01-31)
### Grid
@ -11,7 +21,6 @@
- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data.
- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid.
- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements.
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
## 24.1.47 (2024-01-23)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "24.1.47",
"version": "24.2.3",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 24.2.3 (2024-01-31)
## 24.1.41 (2023-12-18)
### HeatMap

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "18.14.11",
"version": "24.2.3",
"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,16 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Image Editor
#### Bug Fixes
- The issue with "Undo redo not proper with annotations and frame" has been resolved.
- The issue with "Toolbar updating event argument values are not updated properly" has been resolved.
- The issue with "Text area is unable to deselect while placing an external text area with Image Editor" has been resolved.
## 24.1.46 (2024-01-17)
### Image Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-image-editor",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Uploader
#### Bug Fixes
- `#I526571` - Fixed the issue where the header in the Cancel Event was not returning in the header as expected. Instead, it was returning in the payload.
### TextBox
#### Bug Fixes
- `#I548068` - Fixed the issue where a compilation error occurred while generating the CSS file from the `DataForm` related styles.
## 24.1.47 (2024-01-23)
### Signature

Просмотреть файл

@ -164,6 +164,29 @@ The Angular [File Upload](https://www.syncfusion.com/angular-ui-components/angul
* [Auto upload](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/default) - Process the file to upload without interaction.
* [Preload files](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/preload-files) - View and manipulate previously uploaded files.
### Angular Rating
The [Angular Rating](https://www.syncfusion.com/angular-ui-components/angular-rating/?utm_source=npm&utm_medium=listing&utm_campaign=anuglar-inputs-npm) component is used to provide a star rating or view other peoples ratings on a numeric scale for any service provided, such as for movies, applications, or products. It has several built-in features such as support for precision modes, labels, tooltip, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/angular/documentation/rating/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/rating/default">Online demos</a> .
<a href="https://www.syncfusion.com/angular-ui-components/angular-rating/?utm_source=npm&utm_medium=listing&utm_campaign=anuglar-inputs-npm">Learn more</a>
</p>
<p align="center">
<img alt="Angular Rating Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-rating.gif">
</p>
#### Key features
* [Precision modes](https://ej2.syncfusion.com/angular/documentation/rating/precision-modes) - Provides different precision modes for more accurate rating.
* [Labels](https://ej2.syncfusion.com/angular/documentation/rating/labels) - Displays current value of the rating.
* [Tooltip](https://ej2.syncfusion.com/angular/documentation/rating/tooltip) - Displays additional information of the rating items.
* [Selection](https://ej2.syncfusion.com/angular/documentation/rating/selection) - Customization options for the selected rating value and selection behavior.
* [Appearance](https://ej2.syncfusion.com/angular/documentation/rating/appearance) - Customize the rating items appearance.
* [Templates](https://ej2.syncfusion.com/angular/documentation/rating/templates) - Customize the rating item with a heart, SVG, or any content that precisely matches unique needs.
<p align="center">
Trusted by the world's leading companies
<a href="https://www.syncfusion.com/">
@ -213,4 +236,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
& Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
& Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "24.1.47",
"version": "24.2.3",
"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",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-kanban",
"version": "24.1.47",
"version": "24.2.3",
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Dashboard Layout
#### Bug Fixes
- `#FB49154` - The console error in the Dashboard Layout component when resizing the browser window has been resolved.
## 20.4.48 (2023-02-01)
### Splitter

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-layouts",
"version": "24.1.41",
"version": "24.2.3",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lineargauge",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 LinearGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,18 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### ListView
#### Bug Fixes
- `#I549283` - The list item checkbox removal instead of disabling in the ListView component has been resolved.
#### Bug fixes
- `#I549283` - List item checkbox removal instead of disabling in the ListView Component has been resolved.
## 24.1.46 (2024-01-17)
### ListBox

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lists",
"version": "24.1.46",
"version": "24.2.3",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -11,6 +11,15 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Maps
#### Bug Fixes
- `#I545401`, `#I547542` - Markers will be rendered properly in the correct location when they are added dynamically by clicking over a custom shape map.
- `#I545484` - Exceptions will no longer be thrown when the markers are dragged at the maximum zoom level.
## 24.1.47 (2024-01-23)
### Maps

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-maps",
"version": "24.1.47",
"version": "24.2.3",
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Tab
#### Bug fixes
- `#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.
## 24.2.3 (2024-01-31)
### Menu

Просмотреть файл

@ -226,6 +226,29 @@ The [Angular Menu](https://www.syncfusion.com/angular-components/angular-menu-ba
* [Hamburger Menu](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/menu/hamburger-mode) - Supports Hamburger Menu that provides an adaptive view.
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/menu/accessibility) - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
### Angular Stepper
The [Angular Stepper](https://www.syncfusion.com/angular-components/angular-stepper?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component enables users to navigate through a series of steps or stages in a process within a web application. Stepper displays a list of steps with the current step highlighted, allowing users to move between steps. It includes several built-in features, such as different step types, orientation, linear flow, label positions, and template customization.
<p align="center">
<a href="https://ej2.syncfusion.com/angular/documentation/stepper/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/stepper/default">Online demos</a> .
<a href="https://www.syncfusion.com/angular-components/angular-stepper?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
</p>
<p align="center">
<img alt="Angular Stepper Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-stepper.png">
</p>
#### Key features
* [Step Types](https://ej2.syncfusion.com/angular/documentation/stepper/steptypes) - Display steps with indicators and labels, only indicators, or only labels.
* [Orientation](https://ej2.syncfusion.com/angular/documentation/stepper/orientations) - A layout to display steps in a horizontal or vertical orientation.
* [Linear Flow](https://ej2.syncfusion.com/angular/documentation/stepper/linear-flow) - Enable a step-by-step progression, completing one step before moving on to the next.
* [Label Positioning](https://ej2.syncfusion.com/angular/documentation/stepper/steptypes#label-positions) - Show the label at the top, bottom, left, or right.
* [Tooltip](https://ej2.syncfusion.com/angular/documentation/stepper/tooltip) - Show additional information when users hover over a step, such as a label or customized text.
* [Templates](https://ej2.syncfusion.com/angular/documentation/stepper/template) - Customize the default appearance and content of each step using templates.
<p align="center">
Trusted by the world's leading companies
<a href="https://www.syncfusion.com/">

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "24.1.46",
"version": "24.2.3",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Toast
#### Bug Fixes
- `F186544` - Resolved issue where the Toast Destroy method was causing an exception.
## 24.1.41 (2023-12-18)
### Message

Просмотреть файл

@ -68,6 +68,26 @@ The [Angular Toast](https://www.syncfusion.com/angular-components/angular-toast?
* [Action buttons](https://ej2.syncfusion.com/angular/documentation/toast/action-buttons) - Supports to add buttons in the toast for archiving any actions within the toast.
* [Template](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-notification-npm#/material/toast/template) - User customized element can be defined for the toast using the template property.
### Angular Skeleton
The [Angular Skeleton](https://www.syncfusion.com/angular-components/angular-skeleton?utm_source=npm&utm_medium=listing&utm_campaign=angular-notifications-npm) component is a placeholder that animates a shimmer effect to let users know that the pages content is currently loading. It has several built-in features such as support for shapes, shimmer effect, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/angular/documentation/skeleton/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-notifications-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-notifications-npm#/material/skeleton/default">Online demos</a> .
<a href="https://www.syncfusion.com/angular-components/angular-skeleton?utm_source=npm&utm_medium=listing&utm_campaign=angular-notifications-npm">Learn more</a>
</p>
<p align="center">
<img alt="Angular Skeleton Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-skeleton.gif">
</p>
#### Key features
* [Shapes](https://ej2.syncfusion.com/angular/documentation/skeleton/shapes) - Provides various built-in shape variants to design the layout of the page.
* [ShimmerEffect](https://ej2.syncfusion.com/angular/documentation/skeleton/shimmer-effect) - Provides an option to display the skeleton with various animation effects.
* [Styles](https://ej2.syncfusion.com/angular/documentation/skeleton/styles) - Customize the style of a skeleton.
<p align="center">
Trusted by the world's leading companies
<a href="https://getbootstrap.com/">
@ -117,4 +137,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=notification) for more info.
&copy; Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-notifications",
"version": "24.1.41",
"version": "24.2.3",
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### PDF Viewer
#### Bug Fixes
- `#I544458` - Now, the tooltip content is not displayed for read-only form fields in preview mode.
- `#I542660` - Now, the annotation collection was properly updated when performing undo and redo.
- `#I538222` - Now, the annotations are appeared properly in the MVC package in the provided rotated PDF document.
- `#F186268` - Now, the measurement value is retained when downloading the document in a Stand-alone PDF Viewer.
- `#F186304` - Now, the measurement scale ratio value does not get swapped when opened again after setting it in the scale ratio property dialog.
- `#I541860` - Now, the radio button position is not changed when downloading the document after zooming in PDF Viewer MVC.
- `#I544942` - Now, the `exportAnnotationsAsBase64String` functionality is working properly.
## 24.2.3 (2024-01-31)
### PDF Viewer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,17 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### PivotTable
#### Bug fixes
- `#I545563` - On demand date formatting will now be applied properly in the pivot table.
- `#I540803` - The pivot table will now be properly rendered while changing the width of the first column with virtualization enabled.
- `#I547664` - The pivot table will now be properly exported as an excel document via the server-side engine.
- `#I548392` - Aggregated values will now be displayed correctly in the OLAP pivot table.
## 24.2.3 (2024-01-31)
### PivotTable

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "24.1.47",
"version": "24.2.3",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-popups",
"version": "24.1.46",
"version": "24.2.3",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-progressbar",
"version": "24.1.41",
"version": "24.2.3",
"description": "Essential JS 2 ProgressBar Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-querybuilder",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 QueryBuilder for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-ribbon",
"version": "24.1.44",
"version": "24.2.3",
"description": "Essential JS 2 Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,13 +2,24 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### RichTextEditor
#### Bug Fixes
- `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.
- `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly.
- `#I539510` - Now, when an empty string `value` is loaded, the cursor will not focus automatically in the Rich Text Editor.
## 24.2.3 (2024-01-31)
### RichTextEditor
#### Bug Fixes
- `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly.
- `#I534094` - Now, when using the `click` event with a custom toolbar template, the Rich Text Editor works properly.
- `#I541522` - Now, when the window is resized to the minimum width, the Rich Text Editor's content font size is updated properly.
## 24.1.47 (2024-01-23)
@ -17,8 +28,6 @@
#### Bug Fixes
- `#I542710` - Now, pressing the `tab` key in the list applies the nested list properly when the mention component is used in the Rich Text Editor.
- `#I541522` - Now, when the window is resized to the minimum width, the Rich Text Editor's content font size is updated properly.
- `#I534094` - Now, when using the `click` event with a custom toolbar template, the Rich Text Editor works properly.
## 24.1.46 (2024-01-17)
@ -37,7 +46,6 @@
#### Bug Fixes
- `#I534488` - Now, applying different style formats without focusing inside the Rich Text Editor works properly.
- `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.
- `#I534481` - Now, when applying the font family `Arial` to the text content in the Rich Text Editor, the toolbar status is updated properly.
## 24.1.43 (2023-12-27)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-richtexteditor",
"version": "24.1.47",
"version": "24.2.3",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,23 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
### Schedule
#### Bug fixes
- `#I540139` - The appointment disappearance issue while using the `rowAutoHeight` has been resolved.
- `#I524766` - An issue related to scaling has been fixed.
## 24.2.3 (2024-01-31)
### Schedule
#### Bug fixes
- `#I541680` - An issue related to more indicator in the timeline views has been fixed.
## 24.1.41 (2023-12-18)
### Schedule

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "24.1.41",
"version": "24.2.3",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-splitbuttons",
"version": "24.1.46",
"version": "24.2.3",
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-spreadsheet",
"version": "24.1.47",
"version": "24.2.3",
"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",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-treegrid",
"version": "24.1.46",
"version": "24.2.3",
"description": "Essential JS 2 TreeGrid Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-treemap",
"version": "16.31.24",
"version": "24.2.3",
"description": "Essential JS 2 TreeMap Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",