Skip to content

Commit 71babc5

Browse files
author
pipeline
committed
v17.4.39 is released
1 parent 7cc8acd commit 71babc5

File tree

221 files changed

+1794
-1077
lines changed

Some content is hidden

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

221 files changed

+1794
-1077
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.3.27",
3+
"version": "17.2.48",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.39 (2019-12-17)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#250583` - Now, the selected chips values are maintained after selecting and deselecting the chips.
12+
513
## 17.3.16 (2019-10-09)
614

715
### CheckBox
@@ -20,7 +28,7 @@
2028

2129
#### Bug Fixes
2230

23-
- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
31+
- `#239111` - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
2432

2533
## 17.2.28-beta (2019-06-27)
2634

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

+3-3
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

+3-3
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.3.27",
3+
"version": "17.2.48",
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/button/button.component.ts

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

55

6-
export const properties: string[] = ['content', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'created'];
6+
export const properties: string[] = ['content', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'locale', 'created'];
77
export const modelProps: string[] = [];
88

99
/**

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

1010
/**

components/buttons/src/radio-button/radiobutton.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 { RadioButton } from '@syncfusion/ej2-buttons';
55

66

7-
export const properties: string[] = ['checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'label', 'labelPosition', 'locale', 'name', 'value', 'change', 'created'];
7+
export const properties: string[] = ['checked', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'label', 'labelPosition', 'locale', 'name', 'value', 'change', 'created'];
88
export const modelProps: string[] = ['checked'];
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.4.39 (2019-12-17)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
12+
513
## 17.3.27 (2019-11-12)
614

715
### 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.3.28",
3+
"version": "17.2.48",
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

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

33
## [Unreleased]
44

5+
## 17.4.39 (2019-12-17)
6+
7+
### RangeNavigator
8+
9+
#### Bug Fixes
10+
11+
- `#255451` - Label alignment issue in range navigator has been fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#256664` - Polar and radar axis labels overlapping with legend issue got fixed.
18+
- `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue got fixed.
19+
20+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
21+
- `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue fixed.
22+
23+
### Bullet Chart
24+
25+
Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good. All stock elements are rendered by using Scalable Vector Graphics (SVG).
26+
27+
28+
- **Data Binding** - Binds the data with local and remote data source.
29+
- **Animation** - Feature and target bar will be animated when rendering.
30+
- **Tooltip** - Supports tooltip for the feature and target bar.
31+
- **Orientation** - Supports vertical and horizontal rendering.
32+
- **Flow Direction** - Supports to render from right to left.
33+
- **Multiple Target** - Supports multiple targets.
34+
- **Data Labels** - Supports data label to enhance the data.
35+
536
## 17.3.30 (2019-12-03)
637

738
### Chart

components/charts/dist/ej2-vue-charts.umd.min.js

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

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

+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)