Skip to content

Commit f835c58

Browse files
author
pipeline
committed
v28.1.39 is released
1 parent 629e2ba commit f835c58

Some content is hidden

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

43 files changed

+209
-45
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-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Barcode
88

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Common
88

components/buttons/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I933399`- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### Switch
816

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": "28.1.33",
3+
"version": "28.1.37",
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/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### DateRangePicker
816

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": "28.1.35",
3+
"version": "28.1.37",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
12+
513
## 28.1.38 (2025-01-07)
614

715
### Chart

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": "28.1.37",
3+
"version": "28.1.38",
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/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.38 (2025-01-07)
7+
## 28.1.39 (2024-01-14)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I668014` - Performance improved for loading diagrams with complex hierarchical tree layouts with path nodes.
12+
- `#I672924` - EJ1 diagrams now load in EJ2 Diagram Builder even when the port shape is undefined.
13+
- `#I676157` - Fixed issue where completing Polyline drawing was not possible on iPad Safari browser.
14+
15+
## 28.1.37 (2024-12-31)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
1222
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
23+
- `#I658382` - Z-order is now updated correctly for HTML and native nodes when using `moveForward` or `sendBackward`.
1324

1425
## 28.1.36 (2024-12-24)
1526

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": "28.1.35",
3+
"version": "28.1.37",
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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I660432` - Improved performance when applying formatting to an entire document.
12+
- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows.
13+
- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls.
14+
515
## 28.1.38 (2025-01-07)
616

717
### 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": "28.1.37",
3+
"version": "28.1.38",
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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved.
12+
13+
### Mention
14+
15+
#### Bug Fixes
16+
17+
- `#FB64462` - Resolved an issue where the `readonly` feature was not functioning correctly when integrating the Rich Text Editor with the mention functionality.
18+
19+
### ComboBox
20+
21+
#### Bug Fixes
22+
23+
- `#I656124` - Fixed the issue where an empty popup appeared when manually opening and closing the popup in remote data.
24+
525
## 28.1.38 (2025-01-07)
626

727
### DropDownTree

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": "28.1.37",
3+
"version": "28.1.38",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I676141` - The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved.
12+
513
## 28.1.36 (2024-12-24)
614

715
### FileManager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
12+
- `#I676849` - When the context menu action is cancel, the added child record is still considered as a parent issue has been fixed.
13+
- `#I606658` - Taskbar not render correct position when `zoomToFit` issue has been fixed.
14+
- `#I668145` - A script error is thrown when the Delete Dependency context menu item is clicked issue has been fixed.
15+
- `#I676845` - Console error occurred while exporting PDF without columns property issue has been fixed.
16+
- `#I661832` - collapsed records were not in the viewport for the last set of records with a large number of child records, issue has been fixed.
17+
- `#I664339` - Template not destroyed while zooming action issue has been fixed.
18+
19+
- `#I668145` - A script error is thrown when the 'Delete Dependency' context menu item is clicked issue has been fixed.
20+
- `#I661832` - collapsed records were not in the viewport for the last set of records with a large number of child records, issue has been fixed.
21+
- `#I664339` - Template not destroyed while zooming action issue has been fixed.
22+
523
## 28.1.38 (2025-01-07)
624

725
### 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": "28.1.37",
3+
"version": "28.1.38",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "28.1.37",
3+
"version": "28.1.38",
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/imageeditor/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I932270` - The issue with "Need to load images with policy tokens in the React ImageEditor component" has been resolved.
12+
513
## 28.1.33 (2024-12-12)
614

715
### Image Editor
@@ -11,9 +19,9 @@
1119

1220
#### Features
1321

14-
- The Image Editor component now supports image restrictions via the `uploadSettings` property, enabling users to specify allowed image extensions and define minimum and maximum image sizes.
22+
- The Image Editor component now includes support for image restrictions through `uploadSettings`. Developers can specify allowed image extensions and set minimum and maximum image sizes. If an image does not meet the criteria, users will receive an alert message, ensuring improved image validation and better control over uploads.
1523

16-
- The Image Editor component now supports the `WEBP` format, allowing users to upload and save WEBP images.
24+
- The Image Editor component now supports the `WebP` format, allowing users to upload and save WEBP images.
1725

1826
## 27.1.50 (2024-09-24)
1927

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.37 (2024-12-31)
66

77
### Uploader
88

components/inputs/README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,25 @@ The [React Rating](https://www.syncfusion.com/react-components/react-rating?utm_
189189

190190
### React OTP Input
191191

192-
The `React OTP Input` component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization.
192+
The [React OTP Input](https://www.syncfusion.com/react-components/react-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm) component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization.
193+
194+
<p align="center">
195+
<a href="https://ej2.syncfusion.com/react/documentation/otp-input/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm">Getting Started</a> .
196+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm#/fluent2/otp-input/default">Online demos</a> .
197+
<a href="https://www.syncfusion.com/react-components/react-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=react-inputs-npm">Learn more</a>
198+
</p>
199+
200+
<p align="center">
201+
<img alt="React OTP Input Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-otp-input.png">
202+
</p>
193203

194204
#### Key features
195205

196-
* `Input types` - Allow specifying the input type as text, number, or password for the OTP input..
197-
* `Styling modes` - Offer built-in styling options such as underline, outline, or fill.
198-
* `Tooltip` - Displays additional information of the rating items.
199-
* `Placeholders` - Allow setting a hint character for each input field, indicating the expected value.
200-
* `Separators` - Specify a character to be placed between input fields.
201-
* `Customization` - Allows customizing the default appearance, including input field styling, input length, and more.
206+
* [Input types](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/default) - Allow specifying the input type as text, number, or password for the OTP input..
207+
* [Styling modes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Offer built-in styling options such as underline, outline, or fill.
208+
* [Placeholders](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Allow setting a hint character for each input field, indicating the expected value.
209+
* [Separators](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Specify a character to be placed between input fields.
210+
* [Customization](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-otp-input-npm#/fluent2/otp-input/api) - Allows customizing the default appearance, including input field styling, input length, and more.
202211

203212
<p align="center">
204213
Trusted by the world's leading companies

components/inputs/package.json

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

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### ListBox
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 28.1.38 (2025-01-07)
11+
## 28.1.39 (2024-01-14)
1212

1313
### Maps
1414

components/multicolumncombobox/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### MultiColumn ComboBox
88

components/navigations/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Tab
88

components/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Message
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.39 (2024-01-14)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
12+
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
13+
- `#I676738` - Now, the radio button is visible on the non-rendered page when saving the document.
14+
- `#I675055`, `#678431` - Now, the script error no longer occurs when using the PDF Viewer in React with `Vite` in production.
15+
516
## 28.1.38 (2025-01-07)
617

718
### PDF Viewer

components/pdfviewer/package.json

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

0 commit comments

Comments
 (0)