v27.1.57 is released
This commit is contained in:
Родитель
c1535d4938
Коммит
e7d0aab876
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### DateTimePicker
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Chart
|
||||
|
||||
|
|
|
@ -4,6 +4,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Circular Gauge
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
`#I640295` - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the `dragEnd` event.
|
||||
|
||||
## 27.1.50 (2024-09-24)
|
||||
|
||||
### Circular Gauge
|
||||
|
|
|
@ -2,13 +2,26 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Diagram
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
|
||||
- `#I637207` - Nodes are now resizable via touch interactions.
|
||||
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
|
||||
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### Diagram
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
|
||||
- `#I638627` - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
|
||||
- `#I595572`, `#I632276` - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.
|
||||
|
||||
## 27.1.53 (2024-10-15)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-diagrams",
|
||||
"version": "27.1.53",
|
||||
"version": "27.1.55",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### DocumentEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I644412` - Resolved the issue of editor deletes all text in document.
|
||||
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
|
||||
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
|
||||
- `#I640675` - Resolve script error when using track changes.
|
||||
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### DocumentEditor
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-documenteditor",
|
||||
"version": "27.1.53",
|
||||
"version": "27.1.55",
|
||||
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,33 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### ComboBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.
|
||||
|
||||
### DropDownTree
|
||||
|
||||
- `I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.
|
||||
|
||||
### DropdownList
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### MultiSelect
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I639732` - Fixed an issue where removing one item using the cross icon caused all options to be removed from the select element in the DOM.
|
||||
|
||||
## 27.1.53 (2024-10-15)
|
||||
|
||||
### ListBox
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-dropdowns",
|
||||
"version": "27.1.52",
|
||||
"version": "27.1.55",
|
||||
"description": "Essential JS 2 DropDown Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### FileManager
|
||||
|
||||
|
|
|
@ -2,6 +2,24 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
|
||||
- `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
|
||||
- `#I637870` - White space when expand and collapse action issue has been fixed.
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### GanttChart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-gantt",
|
||||
"version": "27.1.55",
|
||||
"version": "27.1.56",
|
||||
"description": "Essential JS 2 Gantt Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
|
||||
- `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
|
||||
- `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
|
||||
- `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Image Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I910189` - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.
|
||||
|
||||
## 27.1.53 (2024-10-15)
|
||||
|
||||
### Image Editor
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-image-editor",
|
||||
"version": "27.1.52",
|
||||
"version": "27.1.53",
|
||||
"description": "Essential JS 2 ImageEditor for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Kanban
|
||||
|
||||
|
|
|
@ -14,6 +14,14 @@
|
|||
|
||||
### Maps
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#F194675` - The `panComplete` event is now functioning properly with online map providers.
|
||||
|
||||
## 27.1.48 (2024-09-18)
|
||||
|
||||
### Maps
|
||||
|
||||
#### New Features
|
||||
|
||||
- An animation transition will now occur when the data labels are first rendered.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-maps",
|
||||
"version": "16.42.7",
|
||||
"version": "27.1.56",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,28 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Carousel
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I644419` - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.
|
||||
|
||||
### TreeView
|
||||
|
||||
- `#I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I642832` - An issue with TreeView component when adding child nodes using `addNodes` method without passing a target has been resolved.
|
||||
|
||||
### Sidebar
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I643178` - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
|
||||
### Breadcrumb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-navigations",
|
||||
"version": "27.1.55",
|
||||
"version": "27.1.56",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Message
|
||||
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I642195` - Now, the footer is visible in the organize dialog when the viewer size is small.
|
||||
- `#I634848` - Now, the signature dialog no longer overflows when the viewer size is small.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### PDF Viewer
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- The pivot table will now be rendered properly when creating a new report using the toolbar.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-pivotview",
|
||||
"version": "27.1.53",
|
||||
"version": "27.1.55",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Dialog
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-progressbar",
|
||||
"version": "18.15.6",
|
||||
"version": "27.1.50",
|
||||
"description": "Essential JS 2 ProgressBar Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Issue with "Script error thrown while clicking on svg element within the query builder" has been fixed.
|
||||
|
||||
## 27.1.53 (2024-10-15)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-querybuilder",
|
||||
"version": "27.1.52",
|
||||
"version": "27.1.55",
|
||||
"description": "Essential JS 2 QueryBuilder for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I640976` - Now, the width and height attributes of the image are set with correct values instead of `auto`, when inserting and replacing the image in the Rich Text Editor.
|
||||
|
||||
- `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
|
||||
|
||||
- `#I644239` - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the `beforeDialogClose` event.
|
||||
|
||||
- `#I633901` - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.
|
||||
|
||||
- Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-richtexteditor",
|
||||
"version": "27.1.52",
|
||||
"version": "27.1.55",
|
||||
"description": "Essential JS 2 RichTextEditor component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### Schedule
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
|
||||
- `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
|
||||
- `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
|
||||
### Schedule
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-schedule",
|
||||
"version": "27.1.55",
|
||||
"version": "27.1.56",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### SplitButton
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-spreadsheet",
|
||||
"version": "27.1.55",
|
||||
"version": "27.1.56",
|
||||
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F61285` - Resolved an issue with unwanted mouse wheel scrolling during row drag and drop operations.
|
||||
|
||||
## 27.1.55 (2024-10-22)
|
||||
|
||||
### Tree Grid
|
||||
|
@ -10,6 +18,7 @@
|
|||
|
||||
- `#I625060` - Fixed an issue where the delete action would not function correctly when the expand/collapse icon was clicked repeatedly.
|
||||
- `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.
|
||||
- `#I637870` - White space when expand and collapse action issue has been fixed.
|
||||
|
||||
## 27.1.53 (2024-10-15)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-treegrid",
|
||||
"version": "27.1.55",
|
||||
"version": "27.1.56",
|
||||
"description": "Essential JS 2 TreeGrid Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.1.56 (2024-10-23)
|
||||
## 27.1.57 (2024-10-29)
|
||||
|
||||
### TreeMap
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче