Skip to content

Commit 7225355

Browse files
author
pipeline
committed
v24.2.4 is released
1 parent 64129da commit 7225355

Some content is hidden

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

57 files changed

+370
-51
lines changed

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-
## 24.2.3 (2024-01-31)
5+
## 24.2.4 (2024-02-06)
66

77
### Barcode
88

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#521238` - Resolved the issue of dynamically updating the `ng-template` not working properly.
12+
513
## 24.1.44 (2024-01-03)
614

715
### Common

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": "24.1.44",
3+
"version": "24.2.3",
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/buttons/README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,49 @@ The [Angular Switch](https://www.syncfusion.com/angular-components/angular-toggl
8484
* [Text](https://ej2.syncfusion.com/angular/documentation/switch/getting-started#set-text-on-switch) - Supports text.
8585
* [Sizes](https://ej2.syncfusion.com/angular/documentation/switch/how-to#change-size) - Provided with different sizes of Switch.
8686

87+
### Angular Floating Action Button
88+
89+
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.
90+
91+
<p align="center">
92+
<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> .
93+
<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> .
94+
<a href="https://www.syncfusion.com/angular-components/angular-fab?utm_source=npm&utm_medium=listing&utm_campaign=angular-buttons-npm">Learn more</a>
95+
</p>
96+
97+
<p align="center">
98+
<img alt="Angular Floating Action Button Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-fab.png">
99+
</p>
100+
101+
#### Key features
102+
103+
* [Icons](https://ej2.syncfusion.com/angular/documentation/floating-action-button/icons) - Supports addition of both text and icon on the Button.
104+
* [Predefined styles](https://ej2.syncfusion.com/angular/documentation/floating-action-button/styles) - Provided with predefined styles for the Floating Action Button.
105+
* [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.
106+
107+
### Angular Speed Dial
108+
109+
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.
110+
111+
<p align="center">
112+
<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> .
113+
<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> .
114+
<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>
115+
</p>
116+
117+
<p align="center">
118+
<img alt="Angular Speed Dial Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-speeddial.gif">
119+
</p>
120+
121+
#### Key features
122+
123+
* [Items](https://ej2.syncfusion.com/angular/documentation/speed-dial/items) - Provides different items support for the Speed Dial.
124+
* [Predefined styles](https://ej2.syncfusion.com/angular/documentation/speed-dial/styles) - Provided with predefined styles for the Speed Dial.
125+
* [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.
126+
* [Modes](https://ej2.syncfusion.com/angular/documentation/speed-dial/display-modes) - Supports display of items in both linear and radial display modes.
127+
* [Modal](https://ej2.syncfusion.com/angular/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
128+
* [Templates](https://ej2.syncfusion.com/angular/documentation/speed-dial/template) - Customize Speed Dial items and the popup content using templates.
129+
87130
<p align="center">
88131
Trusted by the world's leading companies
89132
<a href="https://www.syncfusion.com/">
@@ -133,4 +176,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
133176
134177
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
135178

136-
&copy; Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
179+
&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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": "24.1.46",
3+
"version": "24.2.3",
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/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": "24.1.47",
3+
"version": "24.2.3",
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",

components/charts/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### Chart
8+
9+
#### Features
10+
11+
- `#I528067` - Now, right-to-left scrolling is functioning correctly in the charts.
12+
13+
#### Bug Fixes
14+
15+
- `#I539074` - Now, the stacking column renders properly even when the series is sorted based on the series name.
16+
- `#I541484` - Now, the decimal point is displayed in the y-axis label when the language setting on Google is set to French.
17+
- `#I546219` - Now, the `visible` property in the series is working properly when updated dynamically.
18+
19+
### BulletChart
20+
21+
#### Bug Fixes
22+
23+
- `#I544771` - Now, the `textAlignment` property in the `dataLabel` is working properly.
24+
525
## 24.1.47 (2024-01-23)
626

727
### AccumulationChart

components/charts/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-charts",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/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-circulargauge",
3-
"version": "24.1.43",
3+
"version": "24.2.3",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
12+
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
13+
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
14+
515
## 24.2.3 (2024-01-31)
616

717
### Diagram

0 commit comments

Comments
 (0)