Skip to content

Commit 49ccf95

Browse files
author
pipeline
committed
v28.1.38 is released
1 parent 5e925db commit 49ccf95

37 files changed

+150
-29
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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

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

77
### Switch
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

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

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
12+
- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.
19+
520
## 28.1.37 (2024-12-31)
621

722
### Chart
@@ -11,7 +26,7 @@
1126
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
1227
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
1328

14-
## 28.1.36
29+
## 28.1.36 (2024-12-24)
1530

1631
### Chart
1732

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "28.1.35",
3+
"version": "28.1.37",
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 Vue",
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.37 (2024-12-31)
7+
## 28.1.38 (2025-01-07)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

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

77
### Diagram
88

components/documenteditor/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
12+
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
13+
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
14+
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
15+
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
16+
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
17+
518
## 28.1.37 (2024-12-31)
619

720
### DocumentEditor

components/documenteditor/package.json

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

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.
12+
513
## 28.1.37 (2024-12-31)
614

715
### Mention

components/dropdowns/package.json

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

components/gantt/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,30 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I668777` - Toolbar visible property not working issue has been fixed.
12+
513
## 28.1.37 (2024-12-31)
614

715
### GanttChart
816

917
#### Bug fixes
1018

19+
- `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
20+
- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
21+
- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.
22+
23+
## 28.1.36 (2024-12-25)
24+
25+
### GanttChart
26+
27+
#### Bug fixes
28+
1129
- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
1230
- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
1331
- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.

components/gantt/package.json

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I667386` - The issue where resizing a column with the frozen column feature enabled caused other columns to resize has been resolved.
12+
- `#I675761` - The issue of the spinner not being displayed in the filter dialog of the grid has been resolved.
13+
514
## 28.1.37 (2024-12-31)
615

716
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "28.1.35",
3+
"version": "28.1.37",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
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-
## 28.1.37 (2024-12-31)
5+
## 28.1.33 (2024-12-12)
66

77
### HeatMap
88

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "18.14.11",
3+
"version": "28.1.33",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Uploader
88

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "28.1.33",
3+
"version": "28.1.37",
44
"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",
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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### ListBox
88

components/maps/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@
1010

1111
## [Unreleased]
1212

13-
## 28.1.37 (2024-12-31)
13+
## 28.1.38 (2025-01-07)
14+
15+
### Maps
16+
17+
#### Bug fixes
18+
19+
- `#I668862` - Markers will now render correctly at certain zoom levels when the `animationDuration` is enabled for layers in Maps.
20+
21+
## 28.1.33 (2024-12-12)
1422

1523
### Maps
1624

components/maps/package.json

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

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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
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.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Message
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I659553` - Now, the text field background color appears as expected.
12+
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
13+
- `#I666148` - Now, the page navigation now works correctly for hyperlinks pointing to pages above 100.
14+
515
## 28.1.37 (2024-12-31)
616

717
### PDF Viewer
818

919
#### Bug Fixes
1020

1121
- `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages.
12-
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
1322
- `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.
1423

1524
## 28.1.36 (2024-12-24)

components/pdfviewer/package.json

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

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- When the 'defer layout update' option is enabled, the 'actionComplete' event will now be triggered with the correct action name in the pivot table.
12+
513
## 28.1.37 (2024-12-31)
614

715
### Pivot Table

components/pivotview/package.json

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

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I661900` - Resolved console error when dynamically using `OpenDelay` with delay for the Tooltip component.
12+
13+
### Popup
14+
15+
#### Bug Fixes
16+
17+
- `#I664758` - Fixed an issue with the positioning of the dropdownlist popup.
18+
519
## 21.1.35 (2023-03-23)
620

721
### Tooltip

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

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

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I668052` - Now, the Rich Text Editor works properly when using `Shift+Enter` while applying and removing formats such as bold, italic, and underline.
12+
13+
- `#I642043` - Now, after pasting an image, the `afterPasteCleanup` event will be triggered properly.
14+
515
## 28.1.37 (2024-12-31)
616

717
### RichTextEditor

0 commit comments

Comments
 (0)