Skip to content

Commit a2b4868

Browse files
author
pipeline
committed
v17.4.47 is released
1 parent 1839c30 commit a2b4868

Some content is hidden

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

55 files changed

+232
-89
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": "17.4.43",
3+
"version": "17.4.46",
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/base/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-
## 17.4.46 (2020-01-30)
5+
## 17.4.47 (2020-02-05)
66

77
### Common
88

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": "17.4.43",
3+
"version": "17.4.46",
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+
## 17.4.47 (2020-02-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
12+
513
## 17.4.46 (2020-01-30)
614

715
### DatePicker

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": "17.4.44",
3+
"version": "17.4.46",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `262642` - Accumulation Chart data manager result getting previous data while using query issue has fixed.
12+
- `147090` - 'clearSeries' Method is added to the Chart for clearing the all series.
13+
- `#149030` - Label Intersect Action does not work for datalabel template issue fixed.
14+
- `#262400` - Tooltip y value is not working when enable the group separator issue fixed.
15+
516
## 17.4.46 (2020-01-30)
617

718
### 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": "17.4.43",
3+
"version": "17.4.46",
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/circulargauge/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-circulargauge",
3-
"version": "17.4.41",
3+
"version": "17.4.46",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "17.4.44",
3+
"version": "17.4.46",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#260639` - Added `enableComment` property to enable and disable comment.
12+
- `#259970` - Handled paste list behaviour using start at value of list.
13+
14+
#### Bug Fixes
15+
16+
- `#260206` - Resolved numbering list issue when list contains start at value.
17+
- `#260206` - Restart numbering is now working properly for different number format.
18+
- `#260637` - Resolved script error when removing comment in header.
19+
- `#249197` - Resolved exception when export Sfdt to other type in server side.
20+
521
## 17.4.46 (2020-01-30)
622

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

components/dropdowns/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+
## 17.4.47 (2020-02-05)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F151029` - Checkbox selection not updated on initial load, while rendering the ListBox with `iconCss` issue fixed.
12+
- Provided 'actionBegin' and 'actionComplete' event when moving items.
13+
514
## 17.4.46 (2020-01-30)
615

716
### MultiSelect

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-react-dropdowns",
3-
"version": "17.4.44",
3+
"version": "17.4.46",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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-
## 17.4.46 (2020-01-30)
5+
## 17.4.44 (2021-01-21)
66

77
### File Manager
88

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-react-filemanager",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"description": "Essential JS 2 FileManager Component for React",
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-
## 17.4.46 (2020-01-30)
5+
## 17.4.47 (2020-02-05)
66

77
### Gantt
88

components/grids/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+
## 17.4.47 (2020-02-05)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#261008` - Aggregate issue while batch adding in empty Grid has been resolved.
12+
- `#150685` - Persist selection behaviour issue has been fixed
13+
514
## 17.4.46 (2020-01-30)
615

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

components/inplaceeditor/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-inplace-editor",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-inputs",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
## 17.4.46 (2020-01-30)
66

7-
### `Kanban`
7+
### Kanban
88

9-
The `Kanban` component is an efficient way to visually depict work at various stages of a process using cards, columns, and `swimlane`.
9+
The Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
1010

1111

12-
- **`Swimlane`**: It is a horizontal categorization of cards in the `Kanban`, which brings transparency to the workflow.
12+
- **Swimlane**: It is a horizontal categorization of cards in the Kanban, which brings transparency to the workflow.
1313
- **Toggle Column**: The columns can be expanded and collapsed.
1414
- **WIP Validation**: Sets minimum and maximum number of cards in a column to validate.
15-
- **Drag and Drop**: Cards can be easily dragged and dropped from one column to other and also supports to drag from one `swimlane` to another.
16-
- **Template**: The key elements such as cards, column header, `swimlane`, and tooltip comes with the default template support that allows the flexible end-user customization to embed any kind of text, images, or styles to it.
17-
- **Adaptive rendering**: Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the users application to scale elegantly across all the form-factors without any additional effort.
18-
- **Keyboard interaction**: All the common actions such as traversing through the cards, multiple card selection, add, edit, or delete the cards, drag and drop to other column or `swimlane` and much more can be performed through keyboard inputs.
15+
- **Drag and Drop**: Cards can be easily dragged and dropped from one column to other and also supports to drag from one swimlane to another.
16+
- **Template**: The key elements such as cards, column header, swimlane and tooltip comes with the default template support that allows the flexible end-user customization to embed any kind of text, images, or styles to it.
17+
- **Adaptive rendering**: Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the users application to scale elegantly across all the form-factors without any additional effort.
18+
- **Keyboard interaction**: All the common actions such as traversing through the cards, multiple card selection, add, edit, or delete the cards, drag and drop to other column or swimlane and much more can be performed through keyboard inputs.
1919
- **Localization**: All the static text content can be localized to any desired language.
2020
- **RTL**: Supports displaying the component from right to left.
2121

components/kanban/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-kanban",
3-
"version": "0.13.1",
3+
"version": "17.4.46",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#261892` - Issue with removePane public method does not update the value of the paneSettings property.
12+
13+
### Dashboard Layout
14+
15+
#### Bug Fixes
16+
17+
- `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
18+
519
## 17.4.46 (2020-01-30)
620

721
### Dashboard Layout
@@ -42,6 +56,8 @@
4256

4357
- `#259892` - Resolved the issue "Splitter pane is not properly resized when it has percentage pane size".
4458

59+
- `#258254` - Resolved the issue with the public method `addPane` that does not work when rendered a single pane.
60+
4561
## 17.4.41 (2020-01-07)
4662

4763
### Dashboard Layout

components/layouts/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-layouts",
3-
"version": "17.4.44",
3+
"version": "17.4.46",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
## [Unreleased]
1313

14+
## 17.4.47 (2020-02-05)
15+
16+
### LinearGauge
17+
18+
#### Breaking Changes
19+
20+
- Previously, the `Offset` property in the Pointers and Ranges takes `number` values as input and now it supports `string` values too.
21+
1422
## 17.2.28-beta (2019-06-27)
1523

1624
### LinearGauge

components/lineargauge/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-lineargauge",
3-
"version": "17.4.39",
3+
"version": "17.4.46",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-lists",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
## [Unreleased]
1010

11+
## 17.4.47 (2020-02-05)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- `#244109` - Zooming will not be maintained properly when the sublayers are added to the Maps control.
18+
1119
## 17.4.46 (2020-01-30)
1220

1321
### Maps

components/maps/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-maps",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 17.4.47 (2020-02-05)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- An issue when setting id as number in menu Item is fixed.
12+
513
## 17.4.46 (2020-01-30)
614

715
### Tab

components/navigations/dist/ej2-react-navigations.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)