Skip to content

Commit 4673bcd

Browse files
author
pipeline
committed
v17.2.34 is released
1 parent e521e27 commit 4673bcd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+332
-103
lines changed

components/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-barcode-generator",
3-
"version": "16.4.40",
3+
"version": "17.2.28",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.2.28-beta (2019-06-27)
5+
## 17.2.34 (2019-07-11)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### Chips

components/buttons/package.json

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

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
12+
13+
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
14+
515
## 17.2.28-beta (2019-06-27)
616

717
### Calendar

components/calendars/package.json

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.
12+
513
## 17.2.28-beta (2019-06-27)
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-react-charts",
3-
"version": "17.1.1",
3+
"version": "17.2.28",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,46 @@
22

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- `#I238300` - The issue with animation in circular gauge and flickering has been resolved
12+
513
## 17.1.50 (2019-06-04)
614

715
### CircularGauge
816

917
#### Bug Fixes
1018

11-
- #I237023 - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
19+
- `#I237023` - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
1220

1321
## 17.1.48 (2019-05-21)
1422

1523
### CircularGauge
1624

1725
#### Bug Fixes
1826

19-
- #I236468 - When drag the range bar pointer, the console error thrown is resolved now.
27+
- `#I236468` - When drag the range bar pointer, the console error thrown is resolved now.
2028

2129
## 17.1.44 (2019-05-07)
2230

2331
### CircularGauge
2432

2533
#### Bug Fixes
2634

27-
- #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
35+
- `#I234531` - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
2836

2937
## 17.1.43 (2019-04-30)
3038

3139
### CircularGauge
3240

3341
#### Bug Fixes
3442

35-
- #I234082 - Circular gauge tooltip is not shown in IE browser issue has been fixed.
36-
- #I234174 - Tooltip content width and adding a border to control container alignment issues have been fixed
43+
- `#I234082` - Circular gauge tooltip is not shown in IE browser issue has been fixed.
44+
- `#I234174` - Tooltip content width and adding a border to control container alignment issues have been fixed
3745

3846
## 16.4.54 (2019-02-19)
3947

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "17.1.1",
3+
"version": "17.2.28",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- #239193 - The issue "element does not placed properly when specify the position as (0,0)" is now resolved.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### Diagram

components/diagrams/package.json

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

components/documenteditor/CHANGELOG.md

+48-33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### Document Editor
8+
9+
#### Breaking Changes
10+
11+
- The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.
12+
13+
#### Bug Fixes
14+
15+
- `#240558` - Page numbers are now updated properly.
16+
- `#228049` - Table left border and shadings are now rendered properly.
17+
- `#228049` - Paragraph left indent will never add extra space in table cell.
18+
- `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list.
19+
520
## 17.2.28-beta (2019-06-27)
621

722
### Document Editor
@@ -12,101 +27,101 @@
1227

1328
#### New Features
1429

15-
- #229069 - Added contextual spacing support.
16-
- #158324, #226019, #226018, #227644, #238417 - Added support for chart preservation.
17-
- #94889 ,#87537, #223333 ,#222513, #224521 ,#227620 ,#227052 ,#227362, #236997 - Added spell check support.
18-
- #226631 ,#227594, #231373, #233073 - Added clipboard paste with formatted content.
19-
- #140903 ,#227192, #227641 ,#227640 - Added restrict editing support.
20-
- #237725 - Added API to customize gap between each page.
30+
- `#229069` - Added contextual spacing support.
31+
- `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation.
32+
- `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support.
33+
- `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content.
34+
- `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support.
35+
- `#237725` - Added API to customize gap between each page.
2136

2237
#### Bug Fixes
2338

24-
- #237415, #238902 - Document exported properly when document contains hyphen character.
25-
- #228049 - Tab character width is now calculated properly.
26-
- #228049 - Table with repeat header is now layout properly.
27-
- #234073 - Table is now pasted properly.
28-
- #236808 - Document exported properly when document contains text form field.
29-
- #144848 - Table shading is now exported properly.
39+
- `#237415`, `#238902` - Document exported properly when document contains hyphen character.
40+
- `#228049` - Tab character width is now calculated properly.
41+
- `#228049` - Table with repeat header is now layout properly.
42+
- `#234073` - Table is now pasted properly.
43+
- `#236808` - Document exported properly when document contains text form field.
44+
- `#144848` - Table shading is now exported properly.
3045

3146
## 17.1.50 (2019-06-04)
3247

3348
### Document Editor
3449

3550
#### Bug Fixes
3651

37-
- #236930 - Table exported properly when document contains continuous table.
38-
- #236502 - Table last column resizing is now working properly.
52+
- `#236930` - Table exported properly when document contains continuous table.
53+
- `#236502` - Table last column resizing is now working properly.
3954

4055
## 17.1.49 (2019-05-29)
4156

4257
### Document Editor
4358

4459
#### Bug Fixes
4560

46-
- #226399 - Header and Footer is now layout properly if document contains section break
61+
- `#226399` - Header and Footer is now layout properly if document contains section break
4762

4863
## 17.1.48 (2019-05-21)
4964

5065
### Document Editor
5166

5267
#### Bug Fixes
5368

54-
- #234799 - Bold button is now aligned properly in modify style dialog.
55-
- #236061, #236039 - Document editor container component is now destroyed properly.
56-
- #234146 - Section formats are now applied properly.
57-
- #233556, #234406 - Table of Contents are now inserted properly.
58-
- #234249 - Multilevel lists are now exported properly.
59-
- #234084 - Selection is now updated properly after clear formatting.
60-
- #234073 - Copy is now working properly for nested table.
61-
- #234799 - Renaming the existing style in modify style dialog is now updated properly.
62-
- #234799 - Text alignment is now updating properly while modify style using style dialog.
69+
- `#234799` - Bold button is now aligned properly in modify style dialog.
70+
- `#236061`, `#236039` - Document editor container component is now destroyed properly.
71+
- `#234146` - Section formats are now applied properly.
72+
- `#233556`, `#234406` - Table of Contents are now inserted properly.
73+
- `#234249` - Multilevel lists are now exported properly.
74+
- `#234084` - Selection is now updated properly after clear formatting.
75+
- `#234073` - Copy is now working properly for nested table.
76+
- `#234799` - Renaming the existing style in modify style dialog is now updated properly.
77+
- `#234799` - Text alignment is now updating properly while modify style using style dialog.
6378

6479
## 17.1.47 (2019-05-14)
6580

6681
### Document Editor
6782

6883
#### New Features
6984

70-
- #142821 - Added API to insert bookmark and fetch all bookmarks in document.
71-
- #142820 - Added API to insert hyperlink.
85+
- `#142821` - Added API to insert bookmark and fetch all bookmarks in document.
86+
- `#142820` - Added API to insert hyperlink.
7287

7388
#### Bug Fixes
7489

75-
- #230628 - Updated dialog animation.
90+
- `#230628` - Updated dialog animation.
7691

7792
## 17.1.44 (2019-05-07)
7893

7994
### Document Editor
8095

8196
#### Bug Fixes
8297

83-
- #233280 - Improvised performance while updating page field.
98+
- `#233280` - Improvised performance while updating page field.
8499

85100
## 17.1.43 (2019-04-30)
86101

87102
### Document Editor
88103

89104
#### Bug Fixes
90105

91-
- #233908 - Height for merged cell is now updated properly.
106+
- `#233908` - Height for merged cell is now updated properly.
92107

93108
## 17.1.42 (2019-04-23)
94109

95110
### Document Editor
96111

97112
#### Bug Fixes
98113

99-
- #231353 - Text search results are now navigated properly.
114+
- `#231353` - Text search results are now navigated properly.
100115

101116
## 17.1.41 (2019-04-16)
102117

103118
### Document Editor
104119

105120
#### Bug Fixes
106121

107-
- #232616 - Document contents are now exported properly.
108-
- #232616 - Page hang on editing the document is fixed.
109-
- #232327 - Tables are now removed properly.
122+
- `#232616` - Document contents are now exported properly.
123+
- `#232616` - Page hang on editing the document is fixed.
124+
- `#232327` - Tables are now removed properly.
110125

111126
## 17.1.40 (2019-04-09)
112127

components/documenteditor/package.json

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

components/dropdowns/CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#233488`, `#239802` - Issue with "throws error while set the field value as null" has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#226512` - Now, SelectAll checkbox shows when more than one items present in the filtered list.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- `#239351` - Now, Select event triggers when selecting the value through interaction.
24+
25+
- `#F145367` - Issue with "filtering is not working with item template" has been resolved.
26+
527
## 17.2.28-beta (2019-06-27)
628

729
### ListBox
@@ -36,7 +58,7 @@
3658

3759
#### New Features
3860

39-
- Now, you can render grouping with checkbox using enableGroupCheckBox property.
61+
- `#F142089`, `#225476`, `#231094`, `#234377` - Now, you can render grouping with checkbox using enableGroupCheckBox property.
4062

4163
## 17.1.49 (2019-05-29)
4264

components/dropdowns/package.json

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.34 (2019-07-11)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- Provided the `id` based support for `path` property to manage the files in an efficient way on going with file system providers.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### File Manager

0 commit comments

Comments
 (0)