Skip to content

Commit e078ca6

Browse files
author
pipeline
committed
v17.3.26 is released
1 parent 7533805 commit e078ca6

Some content is hidden

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

46 files changed

+199
-42
lines changed

components/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-barcode-generator",
3-
"version": "17.3.9",
3+
"version": "17.3.19",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.21 (2019-10-30)
5+
## 17.3.26 (2019-11-05)
66

77
### Common
88

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "17.3.16",
3+
"version": "17.3.19",
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

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## [Unreleased]
44

5-
## 17.3.21 (2019-10-30)
5+
## 17.3.26 (2019-11-05)
6+
7+
### DateTimePicker
8+
9+
#### New Features
10+
11+
- `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
12+
13+
### Calendar
14+
15+
#### New Features
16+
17+
- `#246049` - Now, month name, day name are capitalized for all localization.
18+
19+
## 17.3.19 (2019-10-22)
620

721
### TimePicker
822

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "17.3.17",
3+
"version": "17.3.19",
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

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 17.3.26 (2019-11-05)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- #250563 - Provided support to render background image for chart.
12+
13+
#### Bug Fixes
14+
15+
- #253297 - Cross shape is now working fine in scatter chart.
16+
517
## 17.3.21 (2019-10-30)
618

719
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "17.3.14",
3+
"version": "17.3.19",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 17.3.26 (2019-11-05)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#250061`, `#246305` - Added property to retrieve bookmarks on selection.
12+
- `#251247` - Added API for restrict editing.
13+
- `#251247`, `#238969`, `#252954`,`#253149` - Added API for selection.
14+
15+
#### Bug Fixes
16+
17+
- `251355` - Script error while importing the document is now resolved.
18+
- `251910` - Status bar disappear on mouse hover is now resolved.
19+
- `251219` - Script errors due to Content security policy are now resolved.
20+
521
## 17.3.21 (2019-10-30)
622

723
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424

2525
- `#251466` - Now, you can set width property in `em` unit.
2626

27+
### ListBox
28+
29+
#### Bug Fixes
30+
31+
- `#F147087` - script error "class List of undefined" while grouping has been fixed.
32+
- `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
33+
- `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
34+
- `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
35+
2736
## 17.3.19 (2019-10-22)
2837

2938
### ListBox

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
## [Unreleased]
44

5-
## 17.3.21 (2019-10-30)
5+
## 17.3.26 (2019-11-05)
66

77
### File Manager
88

99
#### Bug Fixes
1010

1111
- The issue `file manager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
1212

13+
#### New Features
14+
15+
- Support has been provided to include a custom message in `AccessRule` class using the message property.
16+
17+
#### Breaking Changes
18+
19+
- Now, in access control, the `FolderRule` and `FileRule` classes are combined into a single `AccessRule` class, where you can specify both folder and file rules by using the `IsFile` property.
20+
- Now, the `Edit` and `EditContents` in access control are renamed as `Write` and `WriteContents`.
21+
1322
## 17.3.17 (2019-10-15)
1423

1524
### File Manager

components/gantt/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.21 (2019-10-30)
5+
## 17.3.19 (2019-10-22)
66

77
### Gantt
88

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "17.3.9",
3+
"version": "17.3.19",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 17.3.26 (2019-11-05)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#250198` - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
12+
- `#250198` - `CellSelected` event returning same data for both current and previous cell has been fixed.
13+
- `#251226`,`#252997` - Complex field primary key column is not working while the column type is string issue has been fixed.
14+
- `#252052` - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
15+
- `#251292` - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
16+
- `#252476` - Script error throws while navigating empty grid with tab issue has been fixed.
17+
18+
#### Breaking Changes
19+
20+
- Now `disableHtmlEncode` default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content `disableHtmlEncode` need to be set as false.
21+
522
## 17.3.21 (2019-10-30)
623

724
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "17.3.9",
3+
"version": "17.3.19",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "17.3.16",
3+
"version": "17.3.19",
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/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 17.3.26 (2019-11-05)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
12+
13+
#### Breaking Changes
14+
15+
- Opacity value is removed from `value` when `enableOpacity` property is set a false.
16+
17+
### Uploader
18+
19+
#### New Features
20+
21+
- `#226384`, `#F147065` - Now, the file upload UI get changed for `synchronous upload`.
22+
523
## 17.3.21 (2019-10-30)
624

725
### NumericTextBox

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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/layouts/CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@
88

99
#### Bug Fixes
1010

11-
- '#252410' - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
11+
- `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
12+
13+
- `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
14+
15+
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
1216

1317
## 17.2.48-beta (2019-08-28)
1418

1519
### Splitter
1620

1721
#### Bug Fixes
1822

19-
- #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
23+
- `#241183` - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
2024

21-
- #242579 - Resolved the issue with "Split-bar rendering while change orientation dynamically"
25+
- `#242579` - Resolved the issue with "Split-bar rendering while change orientation dynamically"
2226

23-
- #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
27+
- `#243003` - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
2428

25-
- #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
29+
- `#243007` - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
2630

27-
- #244847 - The issue "Split panes are not resized properly on window resizing" has been resolved.
31+
- `#244847` - The issue "Split panes are not resized properly on window resizing" has been resolved.
2832

2933
## 17.1.51 (2019-06-11)
3034

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lineargauge",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.26 (2019-11-05)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#253129` - Menu child item disable issue resolved.
12+
513
## 17.3.21 (2019-10-30)
614

715
### ContextMenu

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "17.3.19",
3+
"version": "17.3.21",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-notifications",
3-
"version": "17.3.9",
3+
"version": "17.3.19",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)