Skip to content

Commit 022a2a2

Browse files
author
pipeline
committed
v28.2.7 is released
1 parent 90ac004 commit 022a2a2

File tree

37 files changed

+157
-25
lines changed

37 files changed

+157
-25
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.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I692936` - The issue with "Script error thrown while destroying the button due to extra space in cssClass property" has been resolved.
12+
513
## 28.2.6 (2025-02-18)
614

715
### Checkbox

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "28.2.3",
3+
"version": "28.2.6",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I688316` - Fixed an issue where the month was not updating correctly when typing quickly.
12+
513
## 28.1.41 (2025-01-21)
614

715
### DatePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I691821` - The accumulation chart rendering performance has been improved.
12+
13+
## 28.2.6 (2025-02-18)
14+
15+
### Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I691577` - Now, mouse wheel zooming works properly in the Firefox browser.
20+
521
## 28.2.5 (2025-02-11)
622

723
### Chart

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.2.5",
3+
"version": "28.2.6",
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.2.6 (2025-02-18)
7+
## 28.2.7 (2025-02-25)
88

99
### Circular Gauge
1010

components/diagrams/package.json

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

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
12+
- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
13+
- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
14+
- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
15+
- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
16+
- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
17+
518
## 28.2.6 (2025-02-18)
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.2.5",
3+
"version": "28.2.6",
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

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I688683` - Fixed an issue where the search method was not functioning correctly.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I689744` - The issue with chip item removal in the Dropdown Tree Component has been resolved.
18+
19+
- `#I689346` - Resolved alignment and font size theme issues within the Dropdown Tree component.
20+
21+
- `#I682703` - The issue where focus remained highlighted when reopening the Dropdown Tree multiple times has been resolved.
22+
523
## 28.2.6 (2025-02-18)
624

725
### MultiSelect

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I685559` - `updateRecordByID` method does not work when a predecessor dependency value is passed with offset days issue has been resolved.
12+
- `#I689267` - Console error occurred at initial load when end date not mapped in `taskFields` issue has been resolved.
13+
- Task not rendered at given time in datasource when `dayWorkingTime` is enabled issue has been resolved.
14+
- `#I691907` - Incorrect values are saved during edit action of work field with `FixedDuration` and `FixedWork` task types issue has been resolved.
15+
- `#I690721` - Console error occurs when user map level property in datasource issue has been resolved.
16+
517
## 28.2.6 (2025-02-18)
618

719
### GanttChart

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I687341` - In `on-demand filtering`, filter dialog in a grouped grid with existing filters did not show all distinct values issue has been resolved.
12+
- `#I591587` - The issue where the `on-demand filtering` feature did not function correctly when using a `foreign key` column has been resolved.
13+
- `#I691061` - Resolved an issue where the row was selected while editing a cell in batch mode, even when `checkboxOnly` was enabled.
14+
- `#I688302` - Fixed an issue where a duplicate `API` call occurred during virtual scrolling.
15+
- `#I676970` - Resolved an issue where bottom white space appeared after fully scrolling down on the initial virtual grid load.
16+
517
## 28.2.6 (2025-02-18)
618

719
### 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.2.5",
3+
"version": "28.2.6",
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/interactivechat/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### AI AssistView
8+
9+
#### Bug Fixes
10+
11+
- `#I692622` - Now the issue with scrollbar position when dynamically updating messages using `messageTemplate` property has been resolved.
12+
513
## 28.2.6 (2025-02-18)
614

715
### AI AssistView

components/interactivechat/package.json

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

components/maps/CHANGELOG.md

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

1111
## [Unreleased]
1212

13-
## 28.2.6 (2025-02-18)
13+
## 28.2.7 (2025-02-25)
1414

1515
### Maps
1616

components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### MultiColumn ComboBox
88

components/navigations/package.json

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

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### Badge
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I691472` - Now, the exception did not occur when trying to print the document without annotation modules.
12+
- `#I687949` - Now, the Exception will not occur while loading the customer provided document with form fields.
13+
- `#I688986` - Now, the form field bounds values are available in the `formFieldAdd` event.
14+
- Now, the script error did not occur when loading the document with modified toolbar settings.
15+
- `#I689173` - Now, the form field on the non-rendered page does not disappear after filling in the textbox field.
16+
517
## 28.2.6 (2025-02-18)
618

719
### 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-vue-pdfviewer",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I689404` - Now we can apply number grouping to decimal values in the pivot table.
12+
- `#682045`, `#682045` - Date field members will now be correctly localized when using the Pivot Table with the server-side engine across different cultures.
13+
514
## 28.2.6 (2025-02-18)
615

716
### 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.2.4",
3+
"version": "28.2.6",
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

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

33
## [Unreleased]
44

5+
## 28.2.6 (2025-02-18)
6+
7+
### Popup
8+
9+
#### Bug Fixes
10+
11+
- `#I688364` - Fixed an issue with the positioning issue of the Multi select component popup while enabling the RTL mode.
12+
513
## 28.1.39 (2024-01-14)
614

715
### Dialog

components/popups/package.json

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

components/progressbar/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I690917` - Now, the tooltip renders properly when updating the progress value on data binding.
12+
513
## 28.2.6 (2025-02-18)
614

715
### ProgressBar

components/progressbar/package.json

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

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### RichTextEditor
88

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### Schedule
88

0 commit comments

Comments
 (0)