Skip to content

Commit e078ca6

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

File tree

46 files changed

+199
-42
lines changed

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

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.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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 15 additions & 1 deletion
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

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.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

Lines changed: 12 additions & 0 deletions
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

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.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

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.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

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.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

Lines changed: 16 additions & 0 deletions
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

0 commit comments

Comments
 (0)