Skip to content

Commit 391b431

Browse files
author
pipeline
committedJan 18, 2023
v20.4.44 is released
1 parent 4b0c722 commit 391b431

40 files changed

+586
-104
lines changed
 

‎components/buttons/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+
## 20.4.44 (2023-01-18)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided the `htmlAttributes` support to the switch component.
12+
513
## 20.4.42 (2023-01-04)
614

715
### Checkbox

‎components/buttons/src/switch/switch.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Switch } from '@syncfusion/ej2-buttons';
77

88

99
// {{VueImport}}
10-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'change', 'created'];
10+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'change', 'created'];
1111
export const modelProps: string[] = ['checked'];
1212

1313
export const testProp: any = getProps({props: properties});

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I426511` - Chart cut off when the parent container width is less than the chart width has been fixed.
12+
- `#I427185` - The DateTimeCategory axis now correctly sorts data.
13+
514
## 20.4.43 (2023-01-10)
615

716
### Chart

‎components/charts/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-charts",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
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/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#425697` - Resolved the positioning and line spacing issue in shape document
12+
13+
#### New Features
14+
15+
- `#419514` - Added API to modify form field name
16+
517
## 20.4.43 (2023-01-10)
618

719
### Document Editor

‎components/documenteditor/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-documenteditor",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
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/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-dropdowns",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/filemanager/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-filemanager",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/gantt/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.43 (2023-01-10)
5+
## 20.4.44 (2023-01-18)
66

77
### Gantt
88

‎components/grids/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.44 (2023-01-18)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I427528` - First column missing highlight when tabbing into grid issue has been fixed.
12+
- `#I427309` - API document has wrong information issue has been fixed.
13+
- `#I423348` - Autofit on the columns is not work as expected in the frozen grid has been fixed.
14+
- `#I419759` - Column Reordering is not working fine with Frozen column and hidden columns has been fixed.
15+
- `#I416705` - Alignment issue with row drag and drop and frozen columns in stacked headers has been fixed.
16+
- `#I424387` - Misalignment has been fixed when applying auto-fit for frozen columns with `allowtextwrap`.
17+
518
## 20.4.43 (2023-01-10)
619

720
### Grid

‎components/grids/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-grids",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/imageeditor/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.43 (2023-01-10)
5+
## 20.4.44 (2023-01-18)
66

77
### Image Editor
88

‎components/kanban/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+
## 20.4.44 (2023-01-18)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I426567` - Now, drag and drop between the cards will work fine with out any flickering.
12+
513
## 20.4.38 (2022-12-21)
614

715
### Kanban

‎components/kanban/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "20.4.38",
3+
"version": "20.4.42",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"kanban",
11-
"Kanban-board",
12-
"swimlane",
13-
"wip",
14-
"task-management",
15-
"sprint-board",
16-
"scrum-board",
17-
"agile-board",
188
"vue",
199
"vue-kanban",
2010
"vue-kanban-board"

‎components/navigations/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+
## 20.4.44 (2023-01-18)
6+
7+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#I425173` - The issue with "Context menu Submenus not opening properly with multiple levels " has been resolved.
12+
513
## 20.4.43 (2023-01-10)
614

715
### ContextMenu

‎components/navigations/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-navigations",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/notifications/CHANGELOG.md

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## 20.3.47 (2022-09-29)
6+
7+
### Message
8+
9+
The Message component has an option to display the messages with severity by differentiating icons and colors to denote the importance and context of the message to the end user. The following key features are available in the Message component.
10+
11+
12+
- **Severity** - Provides an option to display the message with distinctive icons and colors based on the severity type. The available severity types such as **Normal**, **Success**, **Info**, **Warning**, and **Error**.
13+
- **Variants** - Provides an option to display the message with predefined appearance variants. The available variants such as **Text**, **Outlined**, and **Filled**.
14+
- **Visibility** - Provides an option to show or hide the message.
15+
- **Template** - Provides an option to customize the content of the message.
16+
17+
### Skeleton `Preview`
18+
19+
The Skeleton is a placeholder that animates a shimmer effect to let users know that the page's content is currently loading. In other words, it simulates the layout of page content while loading the actual content.
20+
21+
22+
- **Rendering** - The Skeleton component can be rendered as Circle, Square, Text, and Rectangle shapes.
23+
- **Effects** - Supports wave, fade, and pulse shimmer effects.
24+
25+
## 20.1.61 (2022-06-21)
26+
27+
### Toast
28+
29+
#### Bug Fixes
30+
31+
- `F175544` - Now, the toast will render properly in the target container when the `target` API is set as an HTML element.
32+
33+
## 20.1.60 (2022-06-14)
34+
35+
### Toast
36+
37+
#### Bug Fixes
38+
39+
- `I382879` - Now, the close event will be triggered only once when the toast is closed by swiping on the mobile devices.
40+
41+
## 20.1.47 (2022-04-04)
42+
43+
### Toast
44+
45+
#### Bug Fixes
46+
47+
- `I367641` - Now, the icon in the toast with type `warning` that is displayed using the toast utility method works properly.
48+
49+
## 19.3.43 (2021-09-30)
50+
51+
### Toast
52+
53+
#### New Features
54+
55+
- `#I329725`, `#F164851` - Provided the support to show the toast in any place using the toast utility function.
56+
57+
## 19.1.54 (2021-03-30)
58+
59+
### Toast
60+
61+
#### Bug Fixes
62+
63+
- `308530` - The issue with "Toast elements are not destroyed properly when open and hide the toast" has been fixed.
64+
65+
## 17.4.40 (2019-12-24)
66+
67+
### Toast
68+
69+
#### Bug Fixes
70+
71+
- `#254606` - Web accessibility related issues have been resolved.
72+
73+
## 17.4.39 (2019-12-17)
74+
75+
### Toast
76+
77+
#### Bug Fixes
78+
79+
`#F149339`, `#256583` - The issue with passing empty string value to cssClass API has been fixed.
80+
81+
82+
## 17.3.27 (2019-11-12)
83+
84+
### Toast
85+
86+
#### New Features
87+
88+
- `252807` - Provided the support to access the 'dynamic toast model properties passed in the show method', as arguments in the `beforeOpen`, `open` and `close` events.
89+
90+
## 17.2.48-beta (2019-08-28)
91+
92+
### Toast
93+
94+
#### Bug Fixes
95+
96+
- `#242279` - The DOM selector processing has been prevented in the `title` property. The Toast component now accepts only string and HTML string in the `title` property.
97+
98+
## 16.3.31 (2018-11-07)
99+
100+
### Toast
101+
102+
#### Bug Fixes
103+
104+
- Resolved the issue "window is not define" on registering component as plugin in Toast component.
105+
106+
## 16.2.45 (2018-07-17)
107+
108+
### Toast
109+
110+
#### New Features
111+
112+
- Provided support for `Swipe` action on Toast in devices.
113+
114+
#### Bug Fixes
115+
116+
- The issue with Toast title ellipsis has been fixed.
117+
118+
## 16.2.41 (2018-06-25)
119+
120+
### Badge
121+
122+
Badge can be used to alert users about new or unread messages, notifications, and additional information
123+
to the content. This can be used in conjunction with lists to represent each list’s timeline such as `new`, `old`, and `preview`.
124+
125+
126+
- **Types** - Provided 8 different types of Badges.
127+
- **Predefined Colours** - Provided 8 predefined situational colours of Badges.
128+
- **Position** - Supports 3 different positions, such as `default`, `top` and `bottom`.
129+
130+
### Toast
131+
132+
The toast is a small container, in which user can show a single or multiple informative lines with actions.
133+
134+
135+
- **Position**: Enables to position the toast anywhere on the screen. It has a predefined set of positions and custom inputs for position based on the target.
136+
- **Autohide and TimeOut**: Toast can be expired based on the timeOut property; it hides toast automatically when reaches specific time without user interaction.
137+
- **Multi Toast**: Toasts can support to display multiple toasts with various time delay.
138+
- **Progress Bar**: Supports to visually indicate time lapse when the toast expires.
139+
- **Action Buttons**: Supports to add buttons in the toast for archiving any actions within the toast.
140+
- **Template**: User customized element can be defined for the toast using the template property.
141+
142+
143+
## 17.1.1-beta (2019-01-29)
144+
145+
### Toast
146+
147+
#### Bug Fixes
148+
149+
- Resolved the issue "window is not define" on registering component as plugin in Toast component.
150+

0 commit comments

Comments
 (0)
Please sign in to comment.