Skip to content

Commit 8654e5c

Browse files
author
pipeline
committed
v17.4.39 is released
1 parent 8dd98f6 commit 8654e5c

File tree

83 files changed

+604
-269
lines changed

Some content is hidden

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

83 files changed

+604
-269
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.27",
3+
"version": "17.2.48",
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.34 (2019-12-10)
5+
## 17.4.39 (2019-12-17)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.39 (2019-12-17)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#250583` - Now, the selected chips values are maintained after selecting and deselecting the chips.
12+
513
## 17.3.16 (2019-10-09)
614

715
### CheckBox
@@ -20,7 +28,7 @@
2028

2129
#### Bug Fixes
2230

23-
- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
31+
- `#239111` - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
2432

2533
## 17.2.28-beta (2019-06-27)
2634

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.27",
3+
"version": "17.2.48",
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

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

33
## [Unreleased]
44

5+
## 17.4.39 (2019-12-17)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
12+
513
## 17.3.27 (2019-11-12)
614

715
### DateTimePicker

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.28",
3+
"version": "17.2.48",
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

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

33
## [Unreleased]
44

5+
## 17.4.39 (2019-12-17)
6+
7+
### RangeNavigator
8+
9+
#### Bug Fixes
10+
11+
- `#255451` - Label alignment issue in range navigator has been fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#256664` - Polar and radar axis labels overlapping with legend issue got fixed.
18+
- `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue got fixed.
19+
20+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
21+
- `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue fixed.
22+
23+
### Bullet Chart
24+
25+
Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good. All stock elements are rendered by using Scalable Vector Graphics (SVG).
26+
27+
28+
- **Data Binding** - Binds the data with local and remote data source.
29+
- **Animation** - Feature and target bar will be animated when rendering.
30+
- **Tooltip** - Supports tooltip for the feature and target bar.
31+
- **Orientation** - Supports vertical and horizontal rendering.
32+
- **Flow Direction** - Supports to render from right to left.
33+
- **Multiple Target** - Supports multiple targets.
34+
- **Data Labels** - Supports data label to enhance the data.
35+
536
## 17.3.30 (2019-12-03)
637

738
### Chart

components/charts/dist/ej2-react-charts.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+46-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-react-charts.es2015.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "17.3.30",
3+
"version": "17.4.1",
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",
@@ -22,6 +22,7 @@
2222
"sparkline",
2323
"Sparkline ej2-smithchart",
2424
"smithchart",
25+
"bulletchart",
2526
"syncfusion",
2627
"react",
2728
"reactjs",
@@ -34,7 +35,9 @@
3435
"react-sparkline",
3536
"ej2-react-sparkline",
3637
"react-smithchart",
37-
"ej2-react-smithchart"
38+
"ej2-react-smithchart",
39+
"react-bulletchart",
40+
"ej2-react-bulletchart"
3841
],
3942
"repository": {
4043
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
import * as React from 'react';
2+
import { BulletChart, BulletChartModel } from '@syncfusion/ej2-charts';
3+
import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
4+
5+
6+
7+
/**
8+
* Represents react BulletChart Component
9+
* ```tsx
10+
* <BulletChartComponent></BulletChartComponent>
11+
* ```
12+
*/
13+
export class BulletChartComponent extends BulletChart {
14+
public state: Readonly<{ children?: React.ReactNode | React.ReactNode[] }>
15+
& Readonly<BulletChartModel & DefaultHtmlAttributes>;
16+
public setState: any;
17+
private getDefaultAttributes: Function;
18+
public initRenderCalled: boolean = false;
19+
private checkInjectedModules: boolean = true;
20+
public directivekeys: { [key: string]: Object } = {'bulletRangeCollection': 'bulletRange'};
21+
private immediateRender: boolean = true;
22+
public props: Readonly<{ children?: React.ReactNode | React.ReactNode[] }>
23+
& Readonly<BulletChartModel & DefaultHtmlAttributes>;
24+
public forceUpdate: (callBack?: () => any) => void;
25+
public context: Object;
26+
public isReactComponent: Object;
27+
public refs: {
28+
[key: string]: React.ReactInstance
29+
};
30+
31+
constructor(props: any) {
32+
super(props);
33+
}
34+
35+
public render(): any {
36+
if ((this.element && !this.initRenderCalled) || this.refreshing) {
37+
super.render();
38+
this.initRenderCalled = true;
39+
} else {
40+
return React.createElement('div', this.getDefaultAttributes(), this.props.children);
41+
}
42+
43+
}
44+
}
45+
46+
applyMixins(BulletChartComponent, [ComponentBase, React.PureComponent]);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './ranges-directive';
2+
export * from './bulletchart.component';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { ComplexBase } from '@syncfusion/ej2-react-base';
2+
import { RangeModel } from '@syncfusion/ej2-charts';
3+
4+
5+
/**
6+
* `BulletRangeDirective` directive represent a ranges of the react BulletChart.
7+
* ```tsx
8+
* <BulletChartComponent>
9+
* <BulletRangeCollectionDirective>
10+
* <BulletRangeDirective></BulletRangeDirective>
11+
* </BulletRangeCollectionDirective>
12+
* </BulletChartComponent>
13+
* ```
14+
*/
15+
export class BulletRangeDirective extends ComplexBase<RangeModel, RangeModel> {
16+
public static moduleName: string = 'bulletRange';
17+
}
18+
19+
export class BulletRangeCollectionDirective extends ComplexBase<{}, {}> {
20+
public static propertyName: string = 'ranges';
21+
public static moduleName: string = 'bulletRangeCollection';
22+
}

components/charts/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export * from './range-navigator';
44
export * from './sparkline';
55
export * from './smithchart';
66
export * from './stock-chart';
7+
export * from './bullet-chart';
78
export { Inject } from '@syncfusion/ej2-react-base';
89
export * from '@syncfusion/ej2-charts';

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

components/diagrams/CHANGELOG.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,45 @@
22

33
## [Unreleased]
44

5-
## 17.3.34 (2019-12-10)
5+
## 17.4.39 (2019-12-17)
66

77
### Diagram
88

9+
#### New Features
10+
11+
- `#248460`,`#253930` - The support has been provided to restrict the movement of lane children beyond their boundaries.
12+
- `#254732` - The support has been provided to rearrange lanes within the swimlane.
13+
914
#### Bug Fixes
1015

16+
- `F149060` - The issue "unable to remove the connector drawn at the run time" has been fixed.
17+
- `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
18+
- `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
19+
- `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
20+
- `F148889` - The issue with the Position change event that is not raised properly has been fixed.
21+
- `#227953` - The issue with updating line routing dynamically has been fixed.
22+
- `#254993` - The issue "Text Wrapping is not working for lane headers" has been fixed.
23+
- `#255299` - Visibility issue while using image as content for user handle is now fixed.
24+
- `#249873` - The issue with an exception that thrown while dragging an element from the pale if we have several diagrams and destroy one diagram has been resolved.
25+
- `#F147762` - The issue "Template annotation drawn numerous times during runtime changes" has been fixed.
26+
- `#249484` - The issue "Multi-selected node rotation not rotating based on center" has been resolved.
27+
- `#242645` - The issue "Unable to select a node in swimlane" has been fixed.
28+
- `#249697` - The selection after drag and drop the nodes out side of the diagram region is now working fine.
29+
- `#250965` - The performance issue occurs while dragging the diagram elements in flowchart samples has been resolved.
30+
- `#F148052` - The issue "CollectionChange event support while adding lanes at runtime" has been fixed.
31+
- `#250191` - The issue "Exception raised while deleting a node/connector when you set a diagram node/connector Id as a number" has been fixed.
32+
- The issue "Unable to hide a layer at runtime" has been fixed.
33+
- `#249091` - The issue with the grid lines that are black in Safari browser for Angular sample has been fixed.
34+
- Now, the image size will be set as image node size when the size is not given.
35+
- `#246889` - The issue "Context menu event will be triggered in ubuntu before the mouse up event, while context menu event will be fired in windows after mouse up" has been fixed.
36+
- `#253855` - The exception that thrown in addNodeToLane method because Undo/Redo Module is not injected has been fixed.
37+
- `#253804` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
38+
- `#254194` - The issue "when resizing the text node, text content does not wraps with respect to node size" has been fixed.
39+
- `#253742` - The issue "children in the swimlane cannot be selected when resizing the lane, which is outside the view ports" has been fixed.
40+
- `F148797`,`F148792` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
41+
- `#249143` - The issue "Horizontal and vertical alignment not working for the complex hierarchical layout" has been fixed.
42+
- `#256080` - The issue with the shapes in the overview component that cannot be dragged, if the diagram ScrollLimit is Limited has been fixed.
43+
- `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
1144
- `F149553` - The issue with the position of nodes in the layout that is not retained when we interact and serialize the diagram with the layout at runtime has been fixed.
1245

1346
## 17.3.30 (2019-12-03)

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.30",
3+
"version": "17.2.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

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

33
## [Unreleased]
44

5-
## 17.3.34 (2019-12-10)
5+
## 17.4.39 (2019-12-17)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#249197`, `#249364`, `#148274`, `#253325` Added support for converting SFDT to Word document in server side.
12+
- `#125563`, `#158324`, `#210401`, `#231575`, `#239871`, `#238529`, `#240405`, `#252988`, `#255850` - Added support for insert and edit comments.
13+
- `#245203` - Added support for section pages field.
14+
- `#255626`,`#254750` - RTL and locale is now updated properly on property change.
15+
- `#251866` - Enhancement for Auto list feature.
16+
17+
## 17.3.29 (2019-11-26)
618

719
### Document Editor
820

0 commit comments

Comments
 (0)