Skip to content

Commit 73def59

Browse files
author
pipeline
committed
v19.2.46 is released
1 parent 113c4c1 commit 73def59

File tree

23 files changed

+191
-39
lines changed

23 files changed

+191
-39
lines changed

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Chips
88

components/calendars/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
#### New Features
1010

11-
- `#245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property
11+
- `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
1212

1313
### DateTimePicker
1414

1515
#### New Features
1616

17-
- `#299471` - Now, you can enable the masked input using `enableMask` property
17+
- `#I299471` - Now, you can enable the masked input using `enableMask` property.
1818

1919
### TimePicker
2020

2121
#### New Features
2222

23-
- Now, you can enable the masked input using `enableMask` property
23+
- Now, you can enable the masked input using `enableMask` property.
2424

2525
## 18.4.34 (2021-01-12)
2626

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#332577` - `StepArea` gets truncated while using canvas mode issue has been fixed.
12+
513
## 19.2.44 (2021-06-30)
614

715
### 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": "19.1.65",
3+
"version": "19.2.44",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F166100, #F166081` - The issue "An exception occurs when resizing the diagram page with an overview" has been fixed.
12+
- `#I333468` - The issue "The connectors cannot be grouped using group API" has been fixed.
13+
- `#I332942` - The issue "The nodes that take place above the lane is not selectable" has been fixed.
14+
515
## 19.2.44 (2021-06-30)
616

717
### Diagram

components/documenteditor/CHANGELOG.md

+64-19
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,37 @@
22

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I325741` - Resolved the footnote layouting issue when opening a document.
12+
- `#I331634` - Resolved the issue on updating the table cell width.
13+
- `#I331274` - Table positioning property is now preserved properly.
14+
- `#I331667` - Document with BuildingBlockGallery content control type is now exported properly.
15+
- `#I331452` - Resolved the layout issue on footnote inside the table.
16+
- `#I331606` - Document with content control block saving issue is now exported properly.
17+
- `#I331667`, `#I332223` - Shape in footer is now preserved properly.
18+
- `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
19+
- `#I332333` - Zoom value is now updated properly in status bar.
20+
- `#I330165`, `#I327647`, `#I324515` - Resolved the worst case scenario issues in comment editing and deleting.
21+
- `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present respectively in the document.
22+
523
## 19.2.44 (2021-06-30)
624

725
### Document Editor
826

927
#### New Features
1028

11-
- `#I278021`, `#I301809` Added table paste options.
12-
- `#I165071`, `#I226674`, `#I229069`, `#I231373`, `#I241445`, `#I251719`, `#I251720`, `#I267474`, `#I284190`, `#I287633`, `#I291766`, `#I295055`, `#I295549`, `#I298036`, `#I297705`, `#I301313`, `#I291964`, `#I306274`, `#I305349`, `#I308409`, `#I310463`, `#I311260`, `#I312302`, `#I313526`, `#I314192`, `#I317340`, `#I319563` Added support to preserve image position with square, in-front of text, behind text, top and bottom wrapping styles.
29+
- `#I278021`, `#I301809` - Added table paste options.
30+
- `#I165071`, `#I226674`, `#I229069`, `#I231373`, `#I241445`, `#I251719`, `#I251720`, `#I267474`, `#I284190`, `#I287633`, `#I291766`, `#I295055`, `#I295549`, `#I298036`, `#I297705`, `#I301313`, `#I291964`, `#I306274`, `#I305349`, `#I308409`, `#I310463`, `#I311260`, `#I312302`, `#I313526`, `#I314192`, `#I317340`, `#I319563` - Added support to preserve image position with square, in-front of text, behind text, top and bottom wrapping styles.
1331
- `#I165071`, `#I226674`, `#I229069`, `#I231373`, `#I241445`, `#I251719`, `#I251720`, `#I267474`, `#I284190`, `#I287633`, `#I291766`, `#I295055`, `#I295549`, `#I298036`, `#I297705`, `#I301313`, `#I291964`, `#I306274`, `#I305349`, `#I308409`, `#I310463`, `#I311260`, `#I312302`, `#I313526`, `#I314192`, `#I317340`, `#I319563` - Textbox shape with square, in-front of text, behind text, top and bottom wrapping styles.
1432
- `#I307321` - Added support to preserve table positioning properties.
33+
- `#I298019` - Added support for exporting the document pages as image.
34+
- `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
35+
- `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
1536

1637
#### Bug Fixes
1738

@@ -37,14 +58,13 @@
3758
- `#I313465` - Image inserted using API is now displayed properly.
3859
- `#I308899` - Track changes is now listed properly in revision pane.
3960
- `#I320270` - Table changes are now tracked during paste operation.
40-
- `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
4161
- `#I313821` - Table with preferred width type as auto is now displayed properly.
4262
- `#F162726` - Line spacing is now updated properly.
4363
- `#I319819` - Undo/Redo for multilevel list is now working properly.
4464
- `#I318381` - Comment is now added properly.
4565
- `#I317743` - Script error on accept track changes is now resolved.
4666
- `#I307321` - Checkbox with tab width is rendered properly.
47-
- `#FB23691` Resolved changes pane visibility issue in read only mode.
67+
- `#FB23691` - Resolved changes pane visibility issue in read only mode.
4868
- `#I319397` - Spell checker now works properly for words ending with ‘ies’.
4969
- `#F164367` - Resolved the script error in npm run sass.
5070
- `#I319824` - Resolved the extra page rendering issue.
@@ -95,12 +115,12 @@
95115
- `#I322560` - Resolved the issue with duplication of page content.
96116
- `#I322560` - Font size is now parsed properly.
97117
- `#I323423` - Footnote is now displayed properly.
98-
- `#I325920` - Selection behavior is now working properly when mouse pointer goes outside the control.
118+
- `#I325920` - Selection behaviour is now working properly when mouse pointer goes outside the control.
99119
- `#I323608` - Textbox with fill color is now displayed properly.
100120
- `#I326144` - Resolved the issue with multi-line track changes.
101121
- `#I328063` - Document with checkbox form field applied is now displayed properly.
102122
- `#I328067` - Resolved the navigation issue when form filling mode is inline.
103-
- `#F164875, `#F163714` - Resolved the border issue when textbox has square border.
123+
- `#F164875`, `#F163714` - Resolved the border issue when textbox has square border.
104124
- `#I327817` - Resolved the script error when using insert footnote in custom toolbar.
105125
- `#I325320` - Page number is now updated properly.
106126
- `#FB25004` - Exported document with table is opened properly in Libre Office.
@@ -117,19 +137,20 @@
117137
- `#I329564` - Accept and reject changes are now disabled properly in read only mode.
118138
- `#F164814` - Character format is now applied properly for RTL text.
119139
- `#I328063` - Resolved script error while scrolling.
120-
- `#I327450` – Resolved the overlapping issue in footnote section when working with text.
121-
- `#I327606` – Font size is now updated properly for the cursor position.
122-
- `#I329354` – Resolved the exception while exporting documents in server-side.
123-
- `#I330375` – Updated the constants for locale constants.
124-
- `#I330047` – Resolved the script error with refresh API.
125-
- `#I329637` – Resoled the issue with deleting comment.
126-
- `#I330918`, `#I331136 – Resolved the issue with updating cursor.
127-
- `#I329954` – Resolved the overlapping issue in options pane.
128-
- `#I327635`, `#I330160 – Resolved the text overlapping when editing the footnote.
129-
- Resolved the issue with displaying document footer.
130-
- Resolved the script error related to Jest framework.
131-
- Resolved the script error with showRestrictEditingPane API.
132-
- Resolved the issue with document zooming.
140+
- `#I327450` - Resolved the overlapping issue in footnote section when working with text.
141+
- `#I327606` - Font size is now updated properly for the cursor position.
142+
- `#I329354` - Resolved the exception while exporting documents in server-side.
143+
- `#I330375` - Updated the constants for locale constants.
144+
- `#I330047` - Resolved the script error with refresh API.
145+
- `#I329637` - Resoled the issue with deleting comment.
146+
- `#I330918`, `#I331136` - Resolved the issue with updating cursor.
147+
- `#I329954` - Resolved the overlapping issue in options pane.
148+
- `#I327635`, `#I330160` - Resolved the text overlapping when editing the footnote.
149+
- `#I315396`, `#I316110` - Enhanced Word to SFDT conversion in Java server-side library.
150+
- `#I324042` - Resolved the issue with displaying document footer.
151+
- `#I315376` - Resolved the script error related to Jest framework.
152+
- `#I318321` - Resolved the script error with `showRestrictEditingPane` API.
153+
- `#I307321` - Resolved the issue with document zooming.
133154

134155
## 19.1.69 (2021-06-15)
135156

@@ -212,6 +233,30 @@
212233
- Resolved the document rendering issue document footer.
213234
- Resolved the script error for Jest framework.
214235

236+
## 19.1.63 (2021-05-13)
237+
238+
### Document Editor
239+
240+
#### Bug Fixes
241+
242+
`#I326717` - Table border is preserved in the exported word document
243+
`#I325968` - New line changes are now tracked properly
244+
`#I325590` - Context menu behaviour for spell check is resolved.
245+
`#I325697` - Spell check in tracked changes is now updated properly.
246+
`#I324896` - List track changes are now applied properly.
247+
`#I322387` - DocumentEditorContainer disposing issue is resolved.
248+
`#I324622` - Resolved the chart parsing issue.
249+
`#I324911` - Console error when opening document with footnote is resolved.
250+
`#I324907` - Numbering list is copied with proper color.
251+
`#I323215` - Table is now layout properly after row delete.
252+
`#I322560` - Page content duplication issue is resolved.
253+
254+
255+
#### New Features
256+
257+
- `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
258+
- `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
259+
215260
## 19.1.59 (2021-05-04)
216261

217262
### Document Editor

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

components/filemanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## 19.2.44 (2021-06-30)
66

7+
### File Manager
8+
9+
#### Bug Fixes
10+
711
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
812

913
## 19.1.66 (2021-06-01)

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#331671` - Right Labels are rendered properly in exported PDF document.
12+
- `#332161` - Issue fixed when drag and drop performed after adding record through context menu.
13+
514
## 19.2.44 (2021-06-30)
615

716
### Gantt

components/grids/CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I332536` - Persist selection is not working properly when using `up/down` arrows is fixed.
12+
- `#I331703` - Excel export filter icon misalignment while using the excel export header properties, issue has been fixed.
13+
- `#I331500` - throws script error while clearing initial filter dynamically is fixed.
14+
- `#I328056, #I331256` - `RowDeselected` event is not triggered after paging while using `clearSelction`, has been fixed.
15+
- `#I331465` - Focus issue while render dropdown component in the header template, issue has been fixed.
16+
- `#I332058` - Validation rules not working in grouped columns is fixed.
17+
- `#I332503` - throws script error when Adding new record in a empty Grid with `infiniteScrolling` feature is fixed.
18+
- `#I332932` - Edit focus is not working properly when checkbox column editing is disabled is fixed.
19+
- `#I328508` - When selecting last row in view-port, Grid scrolls up automatically issue has been fixed.
20+
521
## 19.2.44 (2021-06-30)
622

723
### Grid
824

925
#### Bug Fixes
1026

11-
- `#25509` - Column grouping is not working properly while `allowReordering` is set true, has been fixed.
27+
- `#FB25509` - Column grouping is not working properly while `allowReordering` is set true, has been fixed.
1228

1329
#### New Features
1430

@@ -27,7 +43,7 @@
2743
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
2844
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
2945
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
30-
- `#25510` - Throws script error While grouping the complex columns is fixed.
46+
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
3147

3248
## 19.1.67 (2021-06-08)
3349

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### ColorPicker
8+
9+
- Role Attribute error in ColorPicker has been fixed.
10+
511
## 19.1.59 (2021-05-04)
612

713
### Range Slider

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Kanban
88

9-
#### New Features
9+
#### Bug Fixes
1010

11-
- `#293618` - Provided support for swimlane frozen rows while scrolling the Kanban content.
11+
- `#I332574` - The issue with "Column headers of the kanban is not updated, with the drag and drop actions" has been resolved.
1212

1313
## 19.1.67 (2021-06-08)
1414

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Context Menu
8+
9+
#### Bug Fixes
10+
11+
- Role Attribute issue in context menu has been fixed.
12+
513
## 19.1.69 (2021-06-15)
614

715
### Tab

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#331233` - The Script error will no longer be thrown if we disable the toolbar and navigate the next page from code behind.
12+
- `#331680` - Now, the Annotation toolbar items are aligned properly in the drop-down.
13+
514
## 19.1.67 (2021-06-08)
615

716
### PDF Viewer

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Tooltip
88

99
#### Bug Fixes
1010

1111
- `#I328768` - The issue with "The Tooltip is not opened in the current cursor position while enabling the `mouseTrail` and `openDelay` support" has been resolved.
1212

13+
### Dialog
14+
15+
#### Bug Fixes
16+
17+
- `#I333082` - Provided a new additional argument `closedBy`, in the `beforeClose` event of the dialog.
18+
1319
## 19.1.66 (2021-06-01)
1420

1521
### Popup

0 commit comments

Comments
 (0)