Skip to content

Commit c8b8ea7

Browse files
author
pipeline
committed
v17.4.47 is released
1 parent 54f9dbf commit c8b8ea7

File tree

116 files changed

+510
-132
lines changed

Some content is hidden

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

116 files changed

+510
-132
lines changed

components/barcodegenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-barcode-generator",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 17.4.46 (2020-01-30)
5+
## 17.4.47 (2020-02-05)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I260681`, `#I261593` - Resolved the peer dependency warning issues.
12+
13+
## 17.4.41 (2020-01-07)
614

715
### Common
816

components/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "17.4.39",
3+
"version": "17.4.46",
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",
@@ -24,13 +24,13 @@
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
2626
"peerDependencies": {
27-
"vue": "2.5.2 - 2.5.21"
27+
"vue": "2.5.2 - 2.6.11"
2828
},
2929
"dependencies": {
3030
"@syncfusion/ej2-base": "*"
3131
},
3232
"devDependencies": {
33-
"vue": "2.5.2 - 2.5.21",
33+
"vue": "2.5.2 - 2.6.11",
3434
"@types/chai": "^3.4.28",
3535
"@types/es6-promise": "0.0.28",
3636
"@types/jasmine": "^2.2.29",

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
12+
513
## 17.4.46 (2020-01-30)
614

715
### DatePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.4.44",
3+
"version": "17.4.46",
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `262642` - Accumulation Chart data manager result getting previous data while using query issue has fixed.
12+
- `147090` - 'clearSeries' Method is added to the Chart for clearing the all series.
13+
- `#149030` - Label Intersect Action does not work for datalabel template issue fixed.
14+
- `#262400` - Tooltip y value is not working when enable the group separator issue fixed.
15+
516
## 17.4.46 (2020-01-30)
617

718
### Chart

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)