Skip to content

Commit

Permalink
v19.3.48 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 2, 2021
1 parent c2f0cb3 commit c5b6f22
Show file tree
Hide file tree
Showing 39 changed files with 157 additions and 32 deletions.
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### Common

Expand Down
2 changes: 1 addition & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.46 (2021-10-19)

### TimePicker

Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-calendars",
"version": "19.3.44",
"version": "19.3.46",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 9 additions & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### Chart

#### Bug Fixes

- `#I346066` - Pie chart datalabels are now rendering properly while disabling the legend dynamically.

## 19.3.46 (2021-10-19)

### Chart

Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "19.3.45",
"version": "19.3.46",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.46 (2021-10-19)

### CircularGauge

Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-circulargauge",
"version": "19.3.44",
"version": "19.3.46",
"description": "Essential JS 2 CircularGauge Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 10 additions & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Diagram

#### Bug Fixes

- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
- `#F169922` - The issue "Need to provide support to set assistants based on datasource field in organizational chart" has been fixed.
- `#I345570` - The issue "Nodes doesn't gets arranged in zindex order after grouping it" has been fixed.

## 19.3.47 (2021-10-26)

### Diagram

#### Bug Fixes

- `#I342681` - The issue "BPMN Task shape becomes square shape when printing the diagram" has been fixed.
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.

## 19.3.46 (2021-10-19)

Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "19.3.46",
"version": "19.3.47",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 11 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Document Editor

#### Bug Fixes

- `#I340276` - Resolved issue with entering custom date time value in form field.
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
- `#I343106` - Resolved the table border rendering issue.

## 19.3.47 (2021-10-26)

### Document Editor
Expand Down Expand Up @@ -65,7 +75,7 @@
- `#I339872` – Page number is footer is now updated properly.
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
- `#I340532` – Html elements are nor properly disposed.
- `#I340532` – Html elements are now properly disposed.
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
- `#I341840` – Resolved the table rendering issue.
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "19.3.46",
"version": "19.3.47",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Dropdown Tree

#### Bug Fixes

- `#I344723` - The issue with "The selected value is not removed from the Dropdown Tree while using the value property as two-way binding" has been resolved.

## 19.3.47 (2021-10-26)

### Dropdown Tree
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "19.3.46",
"version": "19.3.47",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### File Manager

Expand Down
10 changes: 10 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Gantt

#### Bug Fixes

- `#343417` - Issue in updating row index after row drag and drop has been fixed.
- `#346516` - Issue in context menu after cell editing has been fixed.
- `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.

## 19.3.47 (2021-10-26)

### Gantt
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "19.3.46",
"version": "19.3.47",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Grid

#### Bug Fixes

- `#I345881` - Script error while reordering with the column `virtualization` is resolved.
- `#I345229` - `expandAll` and `CollapseAll` in grouping issue has been fixed.
- `#I343503` - row Selected data is incorrect while apply Sorting and Grouping is fixed.

## 19.3.47 (2021-10-26)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-grids",
"version": "19.3.46",
"version": "19.3.47",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### In-place Editor

Expand Down
11 changes: 10 additions & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### ColorPicker

#### Bug Fixes

- `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
- `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.

## 19.3.44 (2021-10-05)

### NumericTextBox

Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inputs",
"version": "18.34.1",
"version": "19.3.47",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### Kanban

Expand Down
10 changes: 9 additions & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### ListBase

#### Bug Fixes

- `#I344581` - The issue with "ListView item is displayed as an anchor element when URL is present in data source" has been resolved.

## 19.3.45 (2021-10-12)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-lists",
"version": "19.3.44",
"version": "19.3.45",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### Maps

Expand Down
2 changes: 1 addition & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.46 (2021-10-19)

### Tab

Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-navigations",
"version": "19.3.45",
"version": "19.3.46",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### PDF Viewer

#### Bug Fixes

- `#344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
- `#346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
- `#344897`, `#345574` - Now, the indicator text and required properties for signature fields settings are working properly.
- `#344082`- Now, signature text annotation is rendered properly on loading the document.

## 19.3.47 (2021-10-26)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pdfviewer",
"version": "19.3.46",
"version": "19.3.47",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 17 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 19.3.48 (2021-11-02)

### Pivot Table

#### Bug Fixes

- While no fields are bound in the values axis, the empty pivot table is now properly displayed.
- Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.

## 19.3.47 (2021-10-26)

### Pivot Table

#### Bug Fixes

- `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.

## 19.3.46 (2021-10-19)

### Pivot Table
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pivotview",
"version": "19.3.46",
"version": "19.3.47",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### Tooltip

Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### QueryBuilder

Expand Down
2 changes: 1 addition & 1 deletion components/richtexteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.47 (2021-10-26)
## 19.3.48 (2021-11-02)

### RichTextEditor

Expand Down

0 comments on commit c5b6f22

Please sign in to comment.