You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/calendars/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-calendars",
3
-
"version": "17.2.48",
3
+
"version": "19.1.54",
4
4
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.",
Copy file name to clipboardExpand all lines: controls/documenteditor/CHANGELOG.md
+50
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,54 @@
23
23
-`#315435` - Table cell width now preserved properly on editing.
24
24
-`#162638` - Table background color was now updated properly on updating borders and shading.
25
25
26
+
## 18.4.49 (2021-03-23)
27
+
28
+
### Document Editor
29
+
30
+
#### Bug Fixes
31
+
32
+
-`#317061` - The merged cell table border rendering issue is resolved.
33
+
-`#318283` - Resolved script error while editing the last section header.
34
+
-`#310874` - The table with the merged cell is exporting properly.
35
+
-`#162017` - Restart page numbering is now preserved properly on exporting.
36
+
-`#316810` - Spell check script error is now resolved for layout type change.
37
+
-`#163236` - Strike through and underline content are now copy-pasted properly.
38
+
39
+
## 18.4.48 (2021-03-16)
40
+
41
+
### Document Editor
42
+
43
+
#### Bug Fixes
44
+
45
+
-`#163116`, `#317496`, `#315005` - Implemented the line spacing Hanging similar to MS word.
46
+
-`#317691` - Resolve the Number formatting after applying bullet formats.
47
+
-`#317524` - Replace all with empty string is now working.
48
+
-`#317605` - Shape with line format value null was now preserved properly.
49
+
-`#317150` - Can press 'p' key in Firefox after control + a and then backspace.
50
+
- Resolve hanging issue while opening document.
51
+
-`#315656` - Resolve script error when importing document.
52
+
53
+
## 18.4.47 (2021-03-09)
54
+
55
+
### Document Editor
56
+
57
+
#### Breaking Changes
58
+
59
+
- The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
60
+
- The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
61
+
62
+
#### Bug Fixes
63
+
64
+
-`#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
65
+
-`#315413`, `#317463` - Table cell is now rendered properly.
66
+
-`#314467` - Find and replace is now working properly.
67
+
-`#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
68
+
-`#316532` - ParagraphFormat is now preserved while pasting with text only option.
69
+
-`#314193` - Document with charts were now preserved properly on exporting.
70
+
-`#161908`, `#318321` - Added API to show/hide restrict editing pane.
71
+
-`#315435` - Table cell width now preserved properly on editing.
72
+
-`#162638` - Table background color was now updated properly on updating borders and shading.
73
+
26
74
## 18.4.46 (2021-03-02)
27
75
28
76
### Document Editor
@@ -48,6 +96,8 @@
48
96
-`#162017` - Page number was now updated properly based on page index.
49
97
-`#313821` - Table column were now layout properly.
50
98
-`#311371` - While deleting the bookmark extra spaces between the text were now removed properly.
99
+
-`#312082` - Resolved script error on updating TOC.
100
+
-`#312306` - Hyperlink label was not added while editing the link address now.
0 commit comments