Skip to content

Commit eb21cf7

Browse files
author
pipeline
committed
v20.4.40 is released
1 parent f463831 commit eb21cf7

Some content is hidden

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

58 files changed

+619
-1040
lines changed

components/barcodegenerator/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"Syncfusion",
10-
"web-components",
11-
"barcode",
128
"vue",
139
"vue-barcodes",
1410
"ej2-vue-barcodes"

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.38 (2022-12-21)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- `#FB34897` - Provided Vue 3 direct script support for Syncfusion Vue components.
12+
13+
#### Bug Fixes
14+
15+
- `#I409205` - The issue with the "Signature plugin missing in the latest Vue 2 direct script" has been resolved.
16+
- The issue with the "v-model support is not working for the textbox component in Vue 3" has been resolved.
17+
518
## 20.3.47 (2022-09-29)
619

720
### Common

components/base/src/component-base.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ import Vue from 'vue';
424424
if (keyTags.indexOf(dirTag) !== -1) {
425425
let tagName: string = tagNameMapper[`${dirTag}`] ? tagNameMapper[`${dirTag}`] : dirTag;
426426
dir[tagName.replace('e-', '')] = [];
427-
for (let tagDirChild of tagDirective.componentOptions.children) {
427+
let children = tagDirective.componentOptions ? tagDirective.componentOptions.children : tagDirective.children;
428+
for (let tagDirChild of children) {
428429
let retObj: Object = this.getVNodeValue(tagDirChild, tagMapper[`${dirTag}`], tagNameMapper);
429430
if (Object.keys(retObj).length !== 0) {
430431
dir[tagName.replace('e-', '')].push(retObj);
@@ -511,4 +512,4 @@ import Vue from 'vue';
511512
return this.ej2Instances.setProperties(arg, muteOnChange);
512513
}
513514
}
514-
515+

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.38 (2022-12-21)
5+
## 20.4.40 (2022-12-28)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
612

713
### Floating Action Button `Preview`
814

components/buttons/package.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-buttons",
11-
"button",
12-
"ej2 button",
13-
"checkbox",
14-
"ej2 checkbox",
15-
"checkboxes",
16-
"radio button",
17-
"radiobutton",
18-
"radiobuttons",
19-
"ej2 radiobutton",
20-
"switch",
21-
"ej2 switch",
22-
"primary button",
23-
"flat button",
24-
"round button",
25-
"icon button",
26-
"togglebutton",
27-
"toggle button",
28-
"form control",
29-
"form controls",
30-
"input",
31-
"fab",
32-
"floating button",
33-
"floating action button",
34-
"speeddial",
35-
"floating menu",
368
"vue",
379
"vuejs",
3810
"ej2-vue-buttons",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.38 (2022-12-21)
5+
## 20.4.40 (2022-12-28)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.40 (2022-12-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I423644` - Now axis label is aligned properly when minimum value is high.
12+
- `#I423606` - Trendline is now proper for zero values,
13+
- `#I424547` - Now zooming the multi colored line is working properly.
14+
515
## 20.4.38 (2022-12-21)
616

717
### Chart

components/charts/package.json

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,19 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2-chart",
9-
"chart",
10-
"pie",
11-
"ej2-pie",
12-
"accumulation-chart",
13-
"ej2-rangeNavigator",
14-
"rangenavigator",
15-
"stockchart",
16-
"accumulation",
17-
"syncfusion",
18-
"web-components",
19-
"Javascript",
20-
"Typescript",
21-
"data",
22-
"sparkline",
23-
"Sparkline ej2-smithchart",
24-
"smithchart",
25-
"bulletchart",
26-
"syncfusion",
278
"vue",
289
"vuejs",
2910
"vue-charts",
30-
"ej2-vue-charts",
31-
"vue-accumulationchart",
32-
"ej2-vue-accumulationchart",
11+
"vue-graph",
12+
"vue-stock-chart",
13+
"vue-accumulation-chart",
3314
"vue-rangenavigator",
34-
"ej2-vue-rangenavigator",
15+
"vue-rangeselector",
3516
"vue-sparkline",
36-
"ej2-vue-sparkline",
37-
"vue-smithchart",
38-
"ej2-vue-smithchart",
39-
"vue-bulletchart",
40-
"ej2-vue-bulletchart"
17+
"vue-sparkline-chart",
18+
"vue-smith-chart",
19+
"vue-bullet-chart",
20+
"vue-bullet-graph"
4121
],
4222
"repository": {
4323
"type": "git",

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.4.38 (2022-12-21)
8+
## 20.4.40 (2022-12-28)
99

1010
### Circular Gauge
1111

components/circulargauge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Vue.use(CircularGaugePlugin);
5353

5454
> Registering **CircularGaugePlugin** in Vue, will register the Circular Gauge component along with its required child directives globally.
5555
56-
## Add Circular Gauge Component
56+
### Add Circular Gauge Component
5757

5858
Add the Vue Circular Gauge by using **ejs-circulargauge** selector in **template** section of the **App.vue** file.
5959

0 commit comments

Comments
 (0)