Skip to content

Commit 301766f

Browse files
author
pipeline
committed
v17.2.35 is released
1 parent 8bd12de commit 301766f

File tree

64 files changed

+271
-74
lines changed

Some content is hidden

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

64 files changed

+271
-74
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-vue-barcode-generator",
3-
"version": "17.2.28",
3+
"version": "17.2.34",
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 Vue",
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.34 (2019-07-11)
5+
## 17.2.28-beta (2019-06-27)
66

77
### Common
88

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "17.1.1",
3+
"version": "17.2.34",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.2.34 (2019-07-11)
5+
## 17.2.35 (2019-07-17)
66

77
### Chips
88

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": "17.2.28",
3+
"version": "17.2.34",
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

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

33
## [Unreleased]
44

5+
## 17.2.35 (2019-07-17)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
18+
19+
### DateTimePicker
20+
21+
#### Bug Fixes
22+
23+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
24+
25+
### TimePicker
26+
27+
#### Bug Fixes
28+
29+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
30+
531
## 17.2.34 (2019-07-11)
632

733
### DateTimePicker

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.2.28",
3+
"version": "17.2.34",
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 Vue",
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.35 (2019-07-17)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- #241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed.
12+
513
## 17.2.34 (2019-07-11)
614

715
### Accumulation chart

components/circulargauge/package.json

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.2.34 (2019-07-11)
5+
## 17.2.35 (2019-07-17)
66

77
### Diagram
88

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": "17.2.28",
3+
"version": "17.2.34",
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

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

33
## [Unreleased]
44

5+
## 17.2.35 (2019-07-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#144676` - Table is now layout properly if table contains grid after value.
12+
- `#235990` - Table is now layout properly if table width type is not auto.
13+
- `#228049` - Table with row margin is now layout properly.
14+
- `#228049` - Text is now rendered properly without clipping.
15+
- `#237734` - Table borders are now exported properly.
16+
517
## 17.2.34 (2019-07-11)
618

719
### 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": "17.2.28",
3+
"version": "17.2.34",
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

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424

2525
- `#F145367` - Issue with "filtering is not working with item template" has been resolved.
2626

27+
### ListBox
28+
29+
#### Bug Fixes
30+
31+
- `#240594` - Form submit occurs while click toolbar item issue is fixed.
32+
2733
## 17.2.28-beta (2019-06-27)
2834

2935
### ListBox

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.2.28",
3+
"version": "17.2.34",
44
"description": "Essential JS 2 DropDown Components for Vue",
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.35 (2019-07-17)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Issue with `empty folder icon alignment when persistence enabled` is fixed.
12+
513
## 17.2.34 (2019-07-11)
614

715
### File Manager

components/filemanager/package.json

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.35 (2019-07-17)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#238402` - Sort comparer is now working properly for `RemoteSaveAdaptor`;
12+
- `#235736`, `#237229` - Provided responsive height support for `columnChooser` of `columnMenu`.
13+
- `#234395` - Provided currency code while exporting to excel end `csv` documents.
14+
- `#232623` - Comparer object is now properly working in custom `sortComparer` function while performing in descending order.
15+
- `#240045` - `recordDoubleClick` event is now prevented while clicking on `groupcaption` row.
16+
- `#239272` - `autoFitColumns` for column resizing is now calculated based on aggregates cell content too.
17+
- `#241310` - Text wrap is now applying for movable headers too while refreshing the grid.
18+
- `#234709` - Sorting order is now maintained in the column after undo operation of the grouped column.
19+
- `#236350` - Script error has been resolved while destroying the grid with pager template.
20+
521
## 17.2.34 (2019-07-11)
622

723
### Grid

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": "17.2.28",
3+
"version": "17.2.34",
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/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.35 (2019-07-17)
6+
7+
### In-place Editor
8+
9+
#### New Features
10+
11+
- #240715 - Provided new event `beginEdit` that triggers when change to editing mode and it helps to skip the focus from `In-place Editor` component.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### In-place Editor

components/inplaceeditor/dist/ej2-vue-inplace-editor.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)