Skip to content

Commit 465edd1

Browse files
author
pipeline
committed
v20.2.46 is released
1 parent 4b018b4 commit 465edd1

File tree

41 files changed

+127
-31
lines changed

Some content is hidden

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

41 files changed

+127
-31
lines changed

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-react-barcode-generator",
3-
"version": "20.2.43",
3+
"version": "20.2.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.46 (2022-08-30)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I399484` - The issue with aria-checked accessibility issue in angular checkbox has been fixed.
12+
513
## 20.2.43 (2022-08-08)
614

715
### 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-react-buttons",
3-
"version": "20.2.43",
3+
"version": "20.2.45",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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.2.46 (2022-08-30)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I395559` - Issue with "change event triggers multiple times when we use `setState` in react" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/calendars/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-react-calendars",
3-
"version": "20.2.40",
3+
"version": "20.2.45",
44
"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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.46 (2022-08-30)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I399799` - Console error thrown in stock chart issue has been fixed.
12+
- `#I390359` - Now chart is rendered properly in all pixel resolution.
13+
514
## 20.2.45 (2022-08-23)
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-react-charts",
3-
"version": "20.2.44",
3+
"version": "20.2.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
1212
- `#I397678` - Now, the connector is dropped properly inside the swimlane.
1313
- `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
14+
- `#I397116` - Now, Bezier connector annotation rendered at the proper position.
1415

1516
## 20.2.44 (2022-08-16)
1617

components/diagrams/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-react-diagrams",
3-
"version": "20.2.44",
3+
"version": "20.2.45",
44
"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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.46 (2022-08-30)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I390678` - Resolved the issue with rendering complex text.
12+
- `#I393953` - Resolved the issue with pasting contents while switching paste options.
13+
- `#I396125` - `AfterFormFieldFill` event is now triggered properly.
14+
- `#I395575` - Resolved the issue with rendering cell right border.
15+
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
16+
- `#I394115` - Resolved the table resizing issue.
17+
518
## 20.2.45 (2022-08-23)
619

720
### Document Editor
@@ -3071,4 +3084,4 @@ The Document Editor component is used to create, edit, view, and print Word docu
30713084
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
30723085
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
30733086
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
3074-
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
3087+
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.

0 commit comments

Comments
 (0)