This commit is contained in:
pipeline 2024-04-30 03:21:09 +00:00
Родитель 63a062a265
Коммит 8563248d2d
38 изменённых файлов: 325 добавлений и 70 удалений

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

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Barcode

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

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### DateTimePicker
#### Bug Fixes
- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.
## 25.1.40 (2024-04-16)
### DatePicker

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

@ -5,8 +5,8 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"react",
"react-calendars",
"ej2-react-calendars"
],
"repository": {

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

@ -2,6 +2,15 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Accumulation Chart
#### Bug Fixes
- `#I579773` - Now, the center label remains center even when adjusting the start and end angles.
- `#I577505` - Now, the radius specified by the mapping will render properly in the accumulation chart.
## 25.1.41 (2024-04-23)
### Chart

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

@ -1,13 +1,25 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "25.1.40",
"version": "25.1.41",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-charts"
"react",
"reactjs",
"react-charts",
"react-graph",
"react-stock-chart",
"react-accumulation-chart",
"react-rangenavigator",
"react-rangeselector",
"react-sparkline",
"react-sparkline-chart",
"react-smith-chart",
"react-bullet-chart",
"react-bullet-graph",
"react-chart3d",
"react-circularchart3d"
],
"repository": {
"type": "git",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Diagram
#### Bug Fixes
- `#I568786` - Overview now updates properly across all browser zoom levels and resolutions.
## 25.1.41 (2024-04-23)
### Diagram

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

@ -1,12 +1,12 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "25.1.40",
"version": "25.1.41",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"react",
"react-diagrams",
"ej2-react-diagrams"
],
"repository": {

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

@ -2,6 +2,19 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### DocumentEditor
#### Bug Fixes
- `#I575385` - Resolved the multi column line split issue when opening attached document.
- `#I576161` - Resolved the hyperlink preservation issue in pane.
- `#I576442` - Resolved the table not properly aligned issue.
- `#I576647` - Resolved list numbering change issue, while editing the content.
- `#I580085` - Resolved the Combo box focus issue in document editor.
- `#I561167` - Resolved hyperlink style issue while reject the changes.
## 25.1.41 (2024-04-23)
### DocumentEditor

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

@ -1,12 +1,12 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "25.1.40",
"version": "25.1.41",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"react",
"react-documenteditor",
"ej2-react-documenteditor"
],
"repository": {

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

@ -1,13 +1,18 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "25.1.40",
"version": "25.1.41",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-dropdowns"
"react",
"react-dropdowns",
"ej2-react-dropdown",
"react-dropdownlist",
"react-autocomplete",
"react-multiselect",
"react-combobox",
"react-dropdowntree"
],
"repository": {
"type": "git",

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

@ -2,8 +2,34 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### GanttChart
#### Bug fixes
- `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
- `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
- `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
- `#I577723` - Dependency day not applied globalization issue has been fixed.
- `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
- `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
## 25.1.41 (2024-04-23)
- `#I579405` - When `enablePersistence` enabled exception thrown in Gantt issue has been fixed.
- `#I463798` - Parent date changes while adding Unscheduled task dynamically issue has been fixed.
- `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
### GanttChart
#### Bug fixes
- `#I579405` - When `enablePersistence` enabled exception thrown in Gantt issue has been fixed.
- `#I463798` - Parent date changes while adding Unscheduled task dynamically issue has been fixed.
## 25.1.40 (2024-04-16)
### GanttChart
#### Bug fixes

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

@ -1,13 +1,15 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "25.1.39",
"version": "25.1.41",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-gantt"
"react",
"reactjs",
"react-gantt",
"react-gantt-chart",
"JavaScript"
],
"repository": {
"type": "git",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Grid

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

@ -2,7 +2,15 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Image Editor
#### Bug Fixes
- `#I584239` - The issue with "Add Image dropdown item not displayed while using custom toolbar property as annotate" has been resolved.
## 25.1.40 (2024-04-16)
### Image Editor

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

@ -1,13 +1,15 @@
{
"name": "@syncfusion/ej2-react-image-editor",
"version": "25.1.39",
"version": "25.1.40",
"description": "Essential JS 2 ImageEditor for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-image-editor"
"react",
"reactjs",
"react image editor",
"react photo editor",
"react photo viewer"
],
"repository": {
"type": "git",

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

@ -2,6 +2,20 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### NumericTextBox
#### Bug Fixes
- `#F52893` - Fixed issue with pasting number values with a "-" in the NumericTextBox.
### Uploader
#### Bug Fixes
- `#I578934` - Resolved the issue where allowed extension was not properly working with preloaded files inside a form.
## 25.1.38 (2024-04-02)
### ColorPicker

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

@ -5,9 +5,27 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-inputs"
"react",
"reactjs",
"ej2-react-inputs",
"react-inputs",
"react-colorpicker",
"react-colorpalette",
"react-mask",
"react masked textbox",
"react-numeric",
"react numeric input",
"react numeric textbox",
"react number textbox",
"react slider",
"react ui slider",
"react ui components",
"react ui slider components",
"react-upload",
"react-upload-box",
"react-input-file",
"react-chunk-upload",
"react-rating"
],
"repository": {
"type": "git",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Kanban
#### Bug Fixes
- `#I577841` - Now, the drag and drop of a card between the `swimlane` row works properly in the Kanban component.
## 25.1.35 (2024-03-15)
### Kanban

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

@ -5,9 +5,9 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-kanban"
"react",
"react-kanban",
"react-kanban-board"
],
"repository": {
"type": "git",

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

@ -11,7 +11,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### LinearGauge

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

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### ListView

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

@ -11,7 +11,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Maps

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

@ -2,6 +2,20 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Menu
#### Bug Fixes
- `#F583262` - The issue with "script error thrown in Menu component when setting target and hamburger properties" has been resolved.
### TreeView
#### Bug fixes
- `#I581340` - Fixed the console error that occurred while clicking the node after changing `isDevice` to true.
## 25.1.41 (2024-04-23)
### TreeView

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

@ -1,13 +1,27 @@
{
"name": "@syncfusion/ej2-react-navigations",
"version": "25.1.40",
"version": "25.1.41",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-navigations"
"react",
"ej2-react-navigations",
"react-navigations",
"react-toolbar",
"react-tab",
"react-react",
"react-routing",
"react-contextmenu",
"react tree",
"react treeview",
"react tree component",
"react menu",
"react menu component",
"react breadcrumb",
"react carousel",
"react appbar",
"react stepper"
],
"repository": {
"type": "git",

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

@ -2,12 +2,43 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### PDF Viewer
#### Bug Fixes
- `#I580966` - Now, the script error will not occur after deleting the stamp annotation with customized annotation selector settings.
- `#I582426` - Now, the old JSON data will be imported in PDF Viewer without any issues.
- `#I576350` - Now, the customer-provided document will be downloaded without any issues or script errors.
- `#I576386` - Now, the script error will not occur after removing the `selectorLineDashArray` property.
## 25.1.41 (2024-04-23)
### PDF Viewer
#### Bug Fixes
- `#I578038` - Now, the script error will not occur after resizing the annotations for ink, stamp and signature annotations.
- `#I558650` - Now, the customer document will get loaded without any issue or script error.
- `#I559996` - Now, the freeText annotations are updating properly with editAnnotation method.
- `#I573798` - Now, the form fields are properly preserved in the provided document when saving it.
- `#I574104` - Now, the cursor position change when pressing the left and right arrow keys in the text box fields.
- `#I572302` - Now, the form field validation event was not triggered when the Form Designer module was removed.
- `#I572302` - Now, the form field validation event was not triggered when the Form Designer module was removed.
- `#I578038` - Now, the script error will not occur after resizing the annotations for ink, stamp and signature annotations.
- `#I558650` - Now, the customer document will get loaded without any issue or script error.
- `#I559996` - Now, the freeText annotations are updating properly with editAnnotation method.
- `#I573798` - Now, the form fields are properly preserved in the provided document when saving it.
- `#I574104` - Now, the cursor position change when pressing the left and right arrow keys in the text box fields.
## 25.1.40 (2024-04-16)
### PDF Viewer
#### Bug Fixes
- `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document.
- `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document.
- `#I572061` - Now, the standalone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe.

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

@ -1,13 +1,14 @@
{
"name": "@syncfusion/ej2-react-pdfviewer",
"version": "25.1.39",
"version": "25.1.41",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-pdfviewer"
"react",
"reactjs",
"react-pdf-viewer",
"javascript"
],
"repository": {
"type": "git",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Pivot Table
#### Bug fixes
- `#I579456` - When the load report option is not displayed in the toolbar UI, report manipulation operations will now work properly.
## 25.1.41 (2024-04-23)
### Pivot Table

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

@ -1,13 +1,13 @@
{
"name": "@syncfusion/ej2-react-pivotview",
"version": "25.1.39",
"version": "25.1.41",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-pivotview"
"react",
"reactjs",
"react-pivotview"
],
"repository": {
"type": "git",

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

@ -2,13 +2,13 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Dialog
### Tooltip
#### Bug Fixes
- `#577299` - Resolved Console error is occurring when navigating the page with dialog in react.
- `#I579519` - The issue with Tooltip position was improper while assigning margin top to the container has been resolved.
## 25.1.39 (2024-04-09)
@ -644,6 +644,14 @@ Dialog is a window that displays information to the user, and used to get the us
- **Keyboard Interaction** - The Dialog can be intractable through keyboard.
## 25.1.41 (2024-04-23)
### Dialog
#### Bug Fixes
- `#577299` - Resolved Console error is occurring when navigating the page with dialog in react.
## 25.1.38 (2024-04-02)
### Dialog

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

@ -1,13 +1,26 @@
{
"name": "@syncfusion/ej2-react-popups",
"version": "25.1.39",
"version": "25.1.41",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-popups"
"react",
"react-dialog",
"react-tooltip",
"react-spinner",
"react-modal",
"react-alert",
"react-popup",
"react-loading-indicator",
"react-waiting-popup",
"react-loader",
"react-busy-indicator",
"react-waitingfor-loader",
"react-template-tooltip",
"react-positional-tooltip",
"react-ajax-tooltip",
"react-tooltip-component"
],
"repository": {
"type": "git",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### QueryBuilder

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

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.41 (2024-04-23)
## 25.1.42 (2024-04-30)
### Ribbon

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

@ -2,12 +2,34 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### RichTextEditor
#### Bug Fixes
- `#I581044` - Now, with the content pasted with a table as the last element, a newline will be inserted, and the focus will be maintained on a new line.
- `#I573688` - Now, Bullet list into the Rich Text Editor when using `enterkey` as `BR` work's properly.
- `#I579856` - Now, Bullet list not removed properly when using `enterKey` as `BR` in RichTextEditor work's properly.
- `#I582707` - Now, a script error throws when clicking the font size toolbar in RichTextEditor works properly.
## 25.1.41 (2024-04-23)
### RichTextEditor
#### Bug Fixes
- `#I577917` - Now, The tooltips are destroyed when the dialog with the editor is closed by a keyboard action.
- `#I52134` - Now, the cursor position remains in the correct place when you use InsertHtml executeCommand to insert text into Rich Text Editor after the table.
- `#I572493` - Now, added the new `requestType` property to the `imageUploadSuccess` event argument in Rich Text Editor.
- `#I577198` - Now, inserting the table into the RichTextEditor works properly by using the toolbar insert table.
## 25.1.40 (2024-04-16)
### RichTextEditor
#### Bug Fixes
- `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor.
- `#I572603` - Now, pressing the enter key after inserting the table work's properly.
- `#I567787` - Now, copy and paste text into the Rich Text Editor when using `enterkey` as `BR` work's properly.

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

@ -1,13 +1,14 @@
{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "25.1.39",
"version": "25.1.41",
"description": "Essential JS 2 RichTextEditor component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-richtexteditor"
"react-rich-text-editor",
"react-html-editor",
"react-markdown-editor",
"react-wysiwyg-editor"
],
"repository": {
"type": "git",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.42 (2024-04-30)
### Schedule
#### Bug fixes
- `#I583674` - An issue where the text for today button was not displayed in the toolbar has been fixed.
## 25.1.41 (2024-04-23)
### Schedule

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

@ -1,13 +1,15 @@
{
"name": "@syncfusion/ej2-react-schedule",
"version": "25.1.39",
"version": "25.1.41",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-schedule"
"react",
"reactjs",
"react-schedule",
"react-scheduler",
"ej2-react-scheduler"
],
"repository": {
"type": "git",

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

@ -1,13 +1,13 @@
{
"name": "@syncfusion/ej2-react-spreadsheet",
"version": "25.1.40",
"version": "25.1.41",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-spreadsheet"
"react",
"reactjs",
"react-spreadsheet"
],
"repository": {
"type": "git",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-treegrid",
"version": "25.1.39",
"version": "25.1.41",
"description": "Essential JS 2 TreeGrid Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",