v28.1.38 is released
This commit is contained in:
Родитель
5e925db405
Коммит
49ccf95765
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Switch
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### DateRangePicker
|
||||
|
||||
|
|
|
@ -2,6 +2,21 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
|
||||
- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.
|
||||
|
||||
### Accumulation Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### Chart
|
||||
|
@ -11,7 +26,7 @@
|
|||
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
|
||||
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
|
||||
|
||||
## 28.1.36
|
||||
## 28.1.36 (2024-12-24)
|
||||
|
||||
### Chart
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-charts",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Circular Gauge
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Diagram
|
||||
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### DocumentEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
|
||||
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
|
||||
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
|
||||
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
|
||||
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
|
||||
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### DocumentEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-documenteditor",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"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,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### DropDownTree
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### Mention
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-dropdowns",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Essential JS 2 DropDown Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,12 +2,30 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I668777` - Toolbar visible property not working issue has been fixed.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
|
||||
- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
|
||||
- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.
|
||||
|
||||
## 28.1.36 (2024-12-25)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
|
||||
- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
|
||||
- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-gantt",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Essential JS 2 Gantt Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I667386` - The issue where resizing a column with the frozen column feature enabled caused other columns to resize has been resolved.
|
||||
- `#I675761` - The issue of the spinner not being displayed in the filter dialog of the grid has been resolved.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-grids",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.33 (2024-12-12)
|
||||
|
||||
### HeatMap
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-heatmap",
|
||||
"version": "18.14.11",
|
||||
"version": "28.1.33",
|
||||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Uploader
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-kanban",
|
||||
"version": "28.1.33",
|
||||
"version": "28.1.37",
|
||||
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### ListBox
|
||||
|
||||
|
|
|
@ -10,7 +10,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Maps
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I668862` - Markers will now render correctly at certain zoom levels when the `animationDuration` is enabled for layers in Maps.
|
||||
|
||||
## 28.1.33 (2024-12-12)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-maps",
|
||||
"version": "16.42.7",
|
||||
"version": "28.1.33",
|
||||
"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,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### MultiColumn ComboBox
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Tab
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Message
|
||||
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I659553` - Now, the text field background color appears as expected.
|
||||
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
|
||||
- `#I666148` - Now, the page navigation now works correctly for hyperlinks pointing to pages above 100.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### PDF Viewer
|
||||
|
@ -9,7 +19,6 @@
|
|||
#### Bug Fixes
|
||||
|
||||
- `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages.
|
||||
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
|
||||
- `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.
|
||||
|
||||
## 28.1.36 (2024-12-24)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-pdfviewer",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Essential JS 2 PDF viewer Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- When the 'defer layout update' option is enabled, the 'actionComplete' event will now be triggered with the correct action name in the pivot table.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### Pivot Table
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-pivotview",
|
||||
"version": "28.1.33",
|
||||
"version": "28.1.37",
|
||||
"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,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Tooltip
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I661900` - Resolved console error when dynamically using `OpenDelay` with delay for the Tooltip component.
|
||||
|
||||
### Popup
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I664758` - Fixed an issue with the positioning of the dropdownlist popup.
|
||||
|
||||
## 21.1.35 (2023-03-23)
|
||||
|
||||
### Tooltip
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I668052` - Now, the Rich Text Editor works properly when using `Shift+Enter` while applying and removing formats such as bold, italic, and underline.
|
||||
|
||||
- `#I642043` - Now, after pasting an image, the `afterPasteCleanup` event will be triggered properly.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### RichTextEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-richtexteditor",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"description": "Essential JS 2 RichTextEditor component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Schedule
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed.
|
||||
- `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed.
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
|
||||
### Schedule
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-schedule",
|
||||
"version": "28.1.35",
|
||||
"version": "28.1.37",
|
||||
"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]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.1.37 (2024-12-31)
|
||||
## 28.1.38 (2025-01-07)
|
||||
|
||||
### TreeMap
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче