Skip to content

Commit 4c4e9e0

Browse files
author
pipeline
committed
v16.4.46 is released
1 parent 0eb8405 commit 4c4e9e0

File tree

78 files changed

+221
-112
lines changed

Some content is hidden

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

78 files changed

+221
-112
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/issues/new).
3838
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
3939
## License
40-
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
40+
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/LICENSE).
4141
## Changelog
4242
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-ui-components)
4343
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.46 (2019-01-02)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Moved vue from dependency to peer dependency for resolving duplicate dependency installation.
12+
513
## 16.3.31 (2018-11-07)
614

715
### Common

components/base/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
"main": "./dist/ej2-vue-base.umd.min.js",
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
26+
"peerDependencies": {
27+
"vue": "2.5.2 - 2.5.21"
28+
},
2629
"dependencies": {
27-
"@syncfusion/ej2-base": "*",
28-
"vue": "^2.5.2"
30+
"@syncfusion/ej2-base": "*"
2931
},
3032
"devDependencies": {
33+
"vue": "2.5.2 - 2.5.21",
3134
"@types/chai": "^3.4.28",
3235
"@types/es6-promise": "0.0.28",
3336
"@types/jasmine": "^2.2.29",

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/calendars/CHANGELOG.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
- DatePicker will allow assigning string value when type system configuration is disabled.
12-
13-
#### New Features
14-
15-
- Added the Islamic DatePicker support.
5+
## 16.4.46 (2019-01-02)
166

177
### TimePicker
188

19-
#### Bug Fixes
9+
#### New Features
2010

2111
- Pop-up positioning support has been provided.
2212

@@ -26,12 +16,26 @@
2616

2717
- Added the Islamic calendar support.
2818

19+
### DatePicker
20+
21+
#### New Features
22+
23+
- Added the Islamic DatePicker support.
24+
2925
### DateTimePicker
3026

3127
#### New Features
3228

3329
- Added the Islamic DateTimePicker support.
3430

31+
## 16.4.45 (2019-01-02)
32+
33+
### DatePicker
34+
35+
#### Bug Fixes
36+
37+
- DatePicker will allow assigning string value when type system configuration is disabled.
38+
3539
## 16.4.44 (2018-12-24)
3640

3741
### DatePicker

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

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

components/calendars/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "16.4.44",
3+
"version": "16.4.45",
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",
@@ -66,6 +66,7 @@
6666
"@types/jasmine": "^2.2.29",
6767
"@types/jasmine-ajax": "^3.1.27",
6868
"@types/requirejs": "^2.1.26",
69+
"vue": "2.5.2 - 2.5.21",
6970
"es6-promise": "^3.2.1",
7071
"gulp": "^3.9.1",
7172
"gulp-sass": "^3.1.0",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.45 (2019-01-02)
66

77
### Chart
88

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

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

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": "16.4.44",
3+
"version": "16.4.45",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

77
### CircularGauge
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.46 (2019-01-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- Performance has been improved when dragging more number of nodes and connectors.
12+
- Issue on applying style for connector’s annotation is now fixed.
13+
514
## 16.4.44 (2018-12-24)
615

716
### Diagram

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

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

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Table editing performance optimized.
12+
13+
## 16.4.45 (2019-01-02)
614

715
### Document Editor
816

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

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

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": "16.4.44",
3+
"version": "16.4.45",
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

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

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
12+
13+
## 16.4.44 (2018-12-24)
614

715
### MultiSelect
816

0 commit comments

Comments
 (0)