Skip to content

Commit 79bf743

Browse files
author
pipeline
committed
v19.1.54 is released
1 parent 94c7171 commit 79bf743

File tree

108 files changed

+405
-549
lines changed

Some content is hidden

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

108 files changed

+405
-549
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### Barcode
8-
9-
#### Bug Fixes
10-
11-
- `#316606` - "UPC-A does not render some code value" issue has been fixed.
12-
135
## 18.4.30 (2020-12-17)
146

157
### Barcode

components/barcodegenerator/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-vue-barcode-generator)](https://www.npmjs.com/package/@syncfusion/ej2-vue-barcode-generator)
2-
31
# Changelog
42

53
## [Unreleased]

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": "18.4.39",
3+
"version": "18.4.2",
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: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### Common
8-
9-
#### Bug Fixes
10-
11-
- `I285745` - Resolved null date value while intial value assigned dynamically.
12-
13-
## 18.4.34 (2021-01-12)
14-
15-
### Common
16-
17-
#### Bug Fixes
18-
19-
- `I307971` - Resolved data accessing issue in templates.
20-
215
## 17.4.47 (2020-02-05)
226

237
### Common

components/base/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-base",
3-
"version": "18.4.39",
3+
"version": "17.4.51",
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/base/src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function compile(templateElement: any, helper?: Object):
2121
if(context){
2222
let templateFunction: any = tempObj.template;
2323
let propsData: any = getValue('template.propsData',tempObj);
24-
let dataObj: any = { 'data': { data: extend(tempObj.data || {}, data) }, parent: context.vueInstance};
24+
let dataObj: any = { 'data': { data: extend(tempObj.data || {}, data) }, parent: context.vueInstance};
2525
if (propsData) {
2626
templateFunction = tempObj.template.extends;
2727
dataObj.propsData = propsData;

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### RadioButton
8-
9-
#### Bug Fixes
10-
11-
- Two way binding issue resolved.
12-
135
## 18.4.44 (2021-02-23)
146

157
### CheckBox

components/buttons/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-vue-buttons)](https://www.npmjs.com/package/@syncfusion/ej2-vue-buttons)
2-
31
# ej2-vue-buttons
42

53
A package of Syncfusion Vue UI Components (Essential JS 2) Button, CheckBox, RadioButton and Switch.

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": "18.4.44",
3+
"version": "18.2.44",
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/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-vue-calendars)](https://www.npmjs.com/package/@syncfusion/ej2-vue-calendars)
2-
31
# ej2-vue-calendars
42

53
The calendar package contains date and time components such as calendar, date picker, date range picker, date time picker, and time picker. These components come with options to disable dates, restrict selection, and show custom events. It also has documentation and support available under commercial and community licenses. Please visit [www.syncfusion.com](https://www.syncfusion.com/) to get started.

0 commit comments

Comments
 (0)