Skip to content

Commit 76bed79

Browse files
author
pipeline
committed
v17.3.14 is released
1 parent ab42c22 commit 76bed79

File tree

104 files changed

+450
-95
lines changed

Some content is hidden

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

104 files changed

+450
-95
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.48",
3+
"version": "17.3.9",
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/buttons/dist/ej2-vue-buttons.umd.min.js

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

components/buttons/dist/ej2-vue-buttons.umd.min.js.map

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

components/buttons/dist/es6/ej2-vue-buttons.es2015.js

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

components/buttons/dist/es6/ej2-vue-buttons.es2015.js.map

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

components/buttons/dist/es6/ej2-vue-buttons.es5.js

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

components/buttons/dist/es6/ej2-vue-buttons.es5.js.map

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

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.48",
3+
"version": "17.3.9",
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/buttons/src/check-box/checkbox.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
44
import { CheckBox } from '@syncfusion/ej2-buttons';
55

66

7-
export const properties: string[] = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value', 'change', 'created'];
7+
export const properties: string[] = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'indeterminate', 'label', 'labelPosition', 'locale', 'name', 'value', 'change', 'created'];
88
export const modelProps: string[] = ['checked', 'indeterminate'];
99

1010
/**

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.14 (2019-10-03)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F147384` - Issue with `!default` variable missed in the DateRangePicker SCSS file has been resolved.
12+
513
## 17.2.49 (2019-09-04)
614

715
### DatePicker

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.48",
3+
"version": "17.3.9",
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

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

33
## [Unreleased]
44

5+
## 17.3.14 (2019-10-03)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- Trim support have been provided for axis title in chart.
12+
- Axis padding at desired position has been provided.
13+
514
## 17.3.9-beta (2019-09-20)
615

716
### Accumulation 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": "17.2.48",
3+
"version": "17.3.9",
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/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.48",
3+
"version": "17.3.9",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.14 (2019-10-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F147622` - The issue "Annotation content is not properly aligned for Bezier connector when Segments has control points" has been resolved.
12+
- `#247074` - The issue "Overview size reset to zero while resizing the browser window" has been resolved.
13+
- `#248460` - The node ports of all diagram nodes are visible when we move a single node in the diagram has been fixed.
14+
- `F147492` - The issue "dragging one node and dropping it to another node, the node highlighter not removed" has been fixed.
15+
- `#F147578`- Exception raised on swim lane rendering has been fixed.
16+
- `#247967` - Exception raised while moving overview rectangle when HTML node contains SVG tag has been fixed.
17+
- `#249149` - Console errors occur when try to edit the orthogonal segments using Ctrl+Shift+click is now resolved.
18+
519
## 17.3.9-beta (2019-09-20)
620

721
### Diagram

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.47",
3+
"version": "17.3.9",
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

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

33
## [Unreleased]
44

5+
## 17.3.14 (2019-10-03)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#245203` - Added support to preserve and layout start page number for sections
12+
13+
- `#245203` - Added support to preserve and layout start page number for sections.
14+
15+
#### Bug Fixes
16+
17+
- `#243771` - Clipboard data is now pasted as plain text, If XHTML validation fails.
18+
- `#246264`, `#246143`, `#247143` - Styles now updated properly for the selected paragraph.
19+
- `#246003` - Default character and paragraph format is now set on initial control rendering.
20+
- `#245766` - Table of contents is now copied properly.
21+
- `#245891` - Merge field is now copied as a plain text.
22+
- `#245860`, `#246440` - Script error is fixed after paste switch to different formatting.
23+
- `#245461` - Left border width is now updated properly.
24+
- `#246168` - List tab width is now calculated properly when hanging indent is specified.
25+
- `#245890` - Script error is fixed when pasting content copied from word.
26+
- `#247896`, `#147336` - Text is now visible when its container contains flex style property.
27+
- `#246884` - Copy and paste single paragraph containing list is now resolved.
28+
- `#247831` - Script error is fixed while importing document.
29+
- `#246168` - List font style is now rendered properly.
30+
- `#246751` - Script error is now resolved when editing inside nested table.
31+
- `#245453` - Paragraph is now lay-outed properly when it has based on style.
32+
- `#244786`, `#248882` - RTL text exporting issues are fixed.
33+
- `#244786` - Cursor now updated properly after inserting merge field when paragraph is set as RTL.
34+
535
## 17.3.9-beta (2019-09-20)
636

737
### Document Editor

0 commit comments

Comments
 (0)