You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/buttons/CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,22 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 20.4.40 (2022-12-28)
5
+
## 20.4.42 (2023-01-04)
6
+
7
+
### Checkbox
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
6
12
7
13
### Chips
8
14
9
15
#### Bug Fixes
10
16
11
17
-`#I422262` - Added the aria-disabled attribute to the disabled Chip items.
12
18
19
+
## 20.4.40 (2022-12-28)
20
+
13
21
### Floating Action Button `Preview`
14
22
15
23
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.
Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,6 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 20.4.40 (2022-12-28)
6
-
7
-
### DateRangePicker
8
-
9
-
#### Bug Fixes
10
-
11
-
-`#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
12
-
13
5
## 19.3.46 (2021-10-19)
14
6
15
7
### TimePicker
@@ -1234,6 +1226,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1234
1226
-**Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1235
1227
1236
1228
1229
+
## 20.4.40 (2022-12-28)
1230
+
1231
+
### DateRangePicker
1232
+
1233
+
#### Bug Fixes
1234
+
1235
+
-`#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
Copy file name to clipboardExpand all lines: components/calendars/package.json
+1-37Lines changed: 1 addition & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,10 @@
1
1
{
2
2
"name": "@syncfusion/ej2-vue-calendars",
3
-
"version": "18.30.7",
3
+
"version": "20.4.40",
4
4
"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",
Copy file name to clipboardExpand all lines: components/charts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-vue-charts",
3
-
"version": "20.7.10",
3
+
"version": "20.4.40",
4
4
"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",
Copy file name to clipboardExpand all lines: components/diagrams/README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,22 +173,22 @@ Diagram component is also offered in following list of frameworks.
173
173
174
174
## Key Features
175
175
176
-
-[**Nodes**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/node.html) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily.
177
-
-[**Connectors**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/connector.html) - The relationship between two nodes is represented using a connector.
178
-
-[**Labels**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/annotation.html)- Labels are used to annotate nodes and connectors.
179
-
*[**Ports**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/port.html) - Ports act as the connection points of the node and allows to create connections with only those specific points.
180
-
-[**Interactive Features**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/drawing-tool.html) - Interactive features are used to improve the run time editing experience of a diagram.
181
-
-[**Data Binding**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/local-data.html) - Generates diagram with nodes and connectors based on the information provided from an external data source.
182
-
-[**Commands**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/keyboard-functions.html) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.
183
-
-[**Automatic Layout**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/hierarchical-model.html) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.
184
-
-[**Overview Panel**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/overview.html) - The overview panel is used to improve navigation experience when exploring large diagrams.
185
-
-[**SymbolPalettes**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/symbol-palette.html) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.
186
-
-[**Rulers**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/drawing-tool.html) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control.
187
-
-[**Serialization**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/serialization.html) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.
188
-
-[**Exporting and Printing**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/print-export.html) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.
189
-
-[**Gridlines**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/default-functionality.html) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.
190
-
-[**Page Layout**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/print-export.html)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins.
191
-
-[**Context Menu**](https://ej2.syncfusion.com/vue/demos/#/material/diagram/keyboard-functions.html) - Frequently used commands can easily be mapped to the context menu.
176
+
-[Nodes](https://ej2.syncfusion.com/vue/demos/#/material/diagram/node.html) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily.
177
+
-[Connectors](https://ej2.syncfusion.com/vue/demos/#/material/diagram/connector.html) - The relationship between two nodes is represented using a connector.
178
+
-[Labels](https://ej2.syncfusion.com/vue/demos/#/material/diagram/annotation.html)- Labels are used to annotate nodes and connectors.
179
+
*[Ports](https://ej2.syncfusion.com/vue/demos/#/material/diagram/port.html) - Ports act as the connection points of the node and allows to create connections with only those specific points.
180
+
-[Interactive Features](https://ej2.syncfusion.com/vue/demos/#/material/diagram/drawing-tool.html) - Interactive features are used to improve the run time editing experience of a diagram.
181
+
-[Data Binding](https://ej2.syncfusion.com/vue/demos/#/material/diagram/local-data.html) - Generates diagram with nodes and connectors based on the information provided from an external data source.
182
+
-[Commands](https://ej2.syncfusion.com/vue/demos/#/material/diagram/keyboard-functions.html) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.
183
+
-[Automatic Layout](https://ej2.syncfusion.com/vue/demos/#/material/diagram/hierarchical-model.html) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.
184
+
-[Overview Panel](https://ej2.syncfusion.com/vue/demos/#/material/diagram/overview.html) - The overview panel is used to improve navigation experience when exploring large diagrams.
185
+
-[SymbolPalettes](https://ej2.syncfusion.com/vue/demos/#/material/diagram/symbol-palette.html) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.
186
+
-[Rulers](https://ej2.syncfusion.com/vue/demos/#/material/diagram/drawing-tool.html) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control.
187
+
-[Serialization](https://ej2.syncfusion.com/vue/demos/#/material/diagram/serialization.html) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.
188
+
-[Exporting and Printing](https://ej2.syncfusion.com/vue/demos/#/material/diagram/print-export.html) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.
189
+
-[Gridlines](https://ej2.syncfusion.com/vue/demos/#/material/diagram/default-functionality.html) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.
190
+
-[Page Layout](https://ej2.syncfusion.com/vue/demos/#/material/diagram/print-export.html)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins.
191
+
-[Context Menu](https://ej2.syncfusion.com/vue/demos/#/material/diagram/keyboard-functions.html) - Frequently used commands can easily be mapped to the context menu.
Copy file name to clipboardExpand all lines: components/diagrams/package.json
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
{
2
2
"name": "@syncfusion/ej2-vue-diagrams",
3
-
"version": "19.13.9",
3
+
"version": "20.4.40",
4
4
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
0 commit comments