Skip to content

Commit dbc2f55

Browse files
author
pipeline
committed
v19.2.46 is released
1 parent 6ad0334 commit dbc2f55

File tree

28 files changed

+350
-161
lines changed

28 files changed

+350
-161
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-base/styles/tailwind-dark-definition.scss';

components/base/styles/tailwind.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-base/styles/tailwind-definition.scss';

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
## [Unreleased]
44

5-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Chips
88

99
#### Bug Fixes
1010

1111
- Issue with `selectedChips` property is not maintained after deletion of Chip items has been resolved.
1212

13+
### Radio Button
14+
15+
#### Bug Fixes
16+
17+
-`I332876` - cssClass need to be included wrapper element of radio button issue fixed.
18+
19+
1320
## 18.4.44 (2021-02-23)
1421

1522
### CheckBox

components/calendars/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
#### New Features
1010

11-
- `#245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property
11+
- `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
1212

1313
### DateTimePicker
1414

1515
#### New Features
1616

17-
- `#299471` - Now, you can enable the masked input using `enableMask` property
17+
- `#I299471` - Now, you can enable the masked input using `enableMask` property.
1818

1919
### TimePicker
2020

2121
#### New Features
2222

23-
- Now, you can enable the masked input using `enableMask` property
23+
- Now, you can enable the masked input using `enableMask` property.
2424

2525
## 18.4.34 (2021-01-12)
2626

components/charts/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+
## 19.2.46 (2021-07-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#332577` - `StepArea` gets truncated while using canvas mode issue has been fixed.
12+
513
## 19.2.44 (2021-06-30)
614

715
### 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-angular-charts",
3-
"version": "19.1.65",
3+
"version": "19.2.44",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8+
## 19.2.46 (2021-07-06)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I333600` - No script errors are thrown when the same start and end values are set in the range using the `setRangeValue()` method.
15+
- `#I333600` - When the `start` and `end` values of the range are set to the same value, the range's path will be correct now.
16+
817
## 19.1.58 (2021-04-27)
918

1019
### CircularGauge

components/diagrams/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+
## 19.2.46 (2021-07-06)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F166100, #F166081` - The issue "An exception occurs when resizing the diagram page with an overview" has been fixed.
12+
- `#I333468` - The issue "The connectors cannot be grouped using group API" has been fixed.
13+
- `#I332942` - The issue "The nodes that take place above the lane is not selectable" has been fixed.
14+
515
## 19.2.44 (2021-06-30)
616

717
### Diagram

components/documenteditor/CHANGELOG.md

Lines changed: 162 additions & 118 deletions
Large diffs are not rendered by default.

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-angular-documenteditor",
3-
"version": "19.1.67",
3+
"version": "19.1.69",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)