Skip to content

Commit b91e997

Browse files
author
pipeline
committed
v17.1.48 is released
1 parent b77f365 commit b91e997

File tree

100 files changed

+304
-88
lines changed

Some content is hidden

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

100 files changed

+304
-88
lines changed

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.1.42",
3+
"version": "17.1.47",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 17.1.48 (2019-05-21)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- #235561 - Now, you can navigate year within min and max range in decade view.
12+
13+
### DatePicker
14+
15+
#### Bug Fixes
16+
17+
- #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
18+
19+
### DateRangePicker
20+
21+
#### Bug Fixes
22+
23+
- #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
24+
525
## 17.1.43 (2019-04-30)
626

727
### 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.1.43",
3+
"version": "17.1.47",
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/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.1.43",
3+
"version": "17.1.47",
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/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.1.48 (2019-05-21)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- #I236468 - When drag the range bar pointer, the console error thrown is resolved now.
12+
513
## 17.1.44 (2019-05-07)
614

715
### CircularGauge

components/circulargauge/dist/ej2-react-circulargauge.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.

components/circulargauge/dist/es6/ej2-react-circulargauge.es2015.js

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

components/circulargauge/dist/es6/ej2-react-circulargauge.es2015.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.

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

components/circulargauge/src/circular-gauge/axes-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AxisModel } from '@syncfusion/ej2-circulargauge';
33

44

55
/**
6-
* `Axis` directive represent a axes of the react circular gauge.
6+
* `Axis` directive represent a axes of the react circular gauge
77
* It must be contained in a CircularGauge component(`CircularGauge`).
88
* ```tsx
99
* <CircularGaugeComponent>

components/diagrams/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,34 @@
22

33
## [Unreleased]
44

5+
## 17.1.48 (2019-05-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- #234537 - The BPMN shape style is now applied to the BPMN inner elements.
12+
- #235977 -The issue "User handles drawn multiple times while dragging a node from the palette" has been resolved.
13+
- #235742 -The issue with the oldValue of selectionChange is shown incorrect when mouse down on node has been resolved.
14+
- #235794 - The `textEdit` event is now fired in Edge browser.
15+
- #236322 - The module property in the package.json has been updated.
16+
17+
## 17.1.47 (2019-05-14)
18+
19+
### Diagram
20+
21+
#### Breaking Changes
22+
23+
- The `hyperLink` property in the Shape Annotation and Path annotation is renamed properly as `hyperlink`.
24+
25+
#### Bug Fixes
26+
527
## 17.1.44 (2019-05-07)
628

29+
### Diagram
30+
31+
#### Bug Fixes
32+
733
- #234537 - Conditional sequence connector is now working properly when connected with BPMN Service shape.
834
- #234307 - Undo/redo is now working properly when modifying the annotation's font size at run time.
935
- #234106 - When the node having different size and executing the layout, nodes are now arranged properly.

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.1.44",
3+
"version": "17.1.47",
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.1.48 (2019-05-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #234799 - Bold button is now aligned properly in modify style dialog.
12+
- #236061, #236039 - Document editor container component is now destroyed properly.
13+
- #234146 - Section formats are now applied properly.
14+
- #233556, #234406 - Table of Contents are now inserted properly.
15+
- #234249 - Multilevel lists are now exported properly.
16+
- #234084 - Selection is now updated properly after clear formatting.
17+
- #234073 - Copy is now working properly for nested table.
18+
- #234799 - Renaming the existing style in modify style dialog is now updated properly.
19+
- #234799 - Text alignment is now updating properly while modify style using style dialog.
20+
521
## 17.1.47 (2019-05-14)
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.1.44",
3+
"version": "17.1.47",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.48 (2019-05-21)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- Provided change event for ListBox.
12+
513
## 17.1.44 (2019-05-07)
614

715
### 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.1.44",
3+
"version": "17.1.47",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.48 (2019-05-21)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- #144270 - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
12+
513
## 17.1.42 (2019-04-23)
614

715
### File Manager

0 commit comments

Comments
 (0)