Skip to content

Commit e5ede4e

Browse files
author
pipeline
committed
v24.2.4 is released
1 parent abcfe27 commit e5ede4e

Some content is hidden

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

60 files changed

+401
-75
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
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/barcodegenerator/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"react-barcodes",
10-
"ej2-react-barcodes"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-barcode-generator"
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-barcode-generator.git"
1515
},
1616
"main": "./dist/ej2-react-barcode-generator.umd.min.js",
1717
"module": "./index.js",
1818
"es2015": "dist/es6/ej2-react-barcode-generator.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2123
"@syncfusion/ej2-base": "*",
2224
"@syncfusion/ej2-react-base": "*",
2325
"@syncfusion/ej2-barcode-generator": "*"
2426
},
2527
"devDependencies": {
26-
"awesome-typescript-loader": "^3.1.3",
27-
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
3030
"@types/jasmine": "2.8.22",

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-base",
3-
"version": "24.1.46",
3+
"version": "24.2.3",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/README.md

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

87+
### React Floating Action Button
88+
89+
The [React Floating Action Button](https://www.syncfusion.com/react-components/react-fab?utm_source=npm&utm_medium=listing&utm_campaign=react-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/react/documentation/floating-action-button/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Getting Started</a> .
93+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm#/bootstrap5/floating-action-button/overview">Online demos</a> .
94+
<a href="https://www.syncfusion.com/react-components/react-fab?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Learn more</a>
95+
</p>
96+
97+
<p align="center">
98+
<img alt="React Floating Action Button Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-fab.png">
99+
</p>
100+
101+
#### Key features
102+
103+
* [Icons](https://ej2.syncfusion.com/react/documentation/floating-action-button/icons) - Supports addition of both text and icon on the Button.
104+
* [Predefined styles](https://ej2.syncfusion.com/react/documentation/floating-action-button/styles) - Provided with predefined styles for the Floating Action Button.
105+
* [Positions](https://ej2.syncfusion.com/react/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+
### React Speed Dial
108+
109+
The [React Speed Dial](https://www.syncfusion.com/react-components/react-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=react-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/react/documentation/speed-dial/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Getting Started</a> .
113+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm#/bootstrap5/speed-dial/default">Online demos</a> .
114+
<a href="https://www.syncfusion.com/react-components/react-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Learn more</a>
115+
</p>
116+
117+
<p align="center">
118+
<img alt="React Speed Dial Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-speeddial.gif">
119+
</p>
120+
121+
#### Key features
122+
123+
* [Items](https://ej2.syncfusion.com/react/documentation/speed-dial/items) - Provides different items support for the Speed Dial.
124+
* [Predefined styles](https://ej2.syncfusion.com/react/documentation/speed-dial/styles) - Provided with predefined styles for the Speed Dial.
125+
* [Positions](https://ej2.syncfusion.com/react/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/react/documentation/speed-dial/display-modes) - Supports display of items in both linear and radial display modes.
127+
* [Modal](https://ej2.syncfusion.com/react/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
128+
* [Templates](https://ej2.syncfusion.com/react/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/">
@@ -132,4 +175,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
132175
133176
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license) for more info.
134177

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

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

+20
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "24.1.43",
3+
"version": "24.2.3",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

+10
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

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I526349` - Resolved the shape overlapping issue.
12+
- `#I507001` - Resolved the track changes count mismatch issue.
13+
- `#I542276` - Resolved the shape alignment issue when insert enter.
14+
- `#I543927` - Resolved the spacing issue of the image is being pushed to a third page.
15+
- `#I538962` - Resolved the issues when accepting the track changes.
16+
- `#I534920` - Resolved the track changes issue.
17+
- `#I539334` - Resolved the undo issue with deleted table on track changes enabled.
18+
- `#I543421` - Resolved the spell check issue in Blazor.
19+
- `#I525746` - Resolved the input lag issue when using multi columns.
20+
- `#I541459` - Resolved the table border style issue.
21+
522
## 24.1.47 (2024-01-23)
623

724
### DocumentEditor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

+24-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### ListBox
8+
9+
-`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
10+
11+
12+
### DropdownList
13+
14+
#### Bug Fixes
15+
16+
- `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
17+
18+
### MultiSelect
19+
20+
#### Bug Fixes
21+
22+
- `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
23+
524
## 24.1.47 (2024-01-23)
625

726
### ListBox
@@ -15,6 +34,7 @@
1534
#### Bug Fixes
1635

1736
- `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
37+
- `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
1838

1939
### MultiSelect
2040

@@ -25,19 +45,17 @@
2545

2646
## 24.1.46 (2024-01-17)
2747

28-
### DropDownTree
48+
### MultiSelect
2949

3050
#### Bug Fixes
3151

32-
- `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
33-
34-
- `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
52+
- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
3553

36-
### MultiSelect
54+
### DropDownTree
3755

3856
#### Bug Fixes
3957

40-
- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
58+
- `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
4159

4260
## 24.1.45 (2024-01-09)
4361

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 24.2.4 (2024-02-06)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
12+
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
13+
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
14+
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
15+
16+
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
17+
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
18+
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
19+
520
## 24.2.3 (2024-01-31)
621

722
### GanttChart

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+10-1
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+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB48959` - Empty grid message does not display correctly when drag and drop is enabled issue has been resolved.
12+
- `#FB50056` - Aggregates not working properly when Exporting Grid with custom dataSource issue has been resolved.
13+
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
14+
515
## 24.2.3 (2024-01-31)
616

717
### Grid
@@ -11,7 +21,6 @@
1121
- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data.
1222
- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid.
1323
- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements.
14-
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
1524

1625
## 24.1.47 (2024-01-23)
1726

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "24.1.47",
3+
"version": "24.2.3",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+1-1
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.1.41 (2023-12-18)
66

77
### HeatMap
88

0 commit comments

Comments
 (0)