Skip to content

Commit c60df61

Browse files
author
pipeline
committed
v16.4.47 is released
1 parent cdc7884 commit c60df61

File tree

90 files changed

+280
-102
lines changed

Some content is hidden

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

90 files changed

+280
-102
lines changed

Diff for: components/base/CHANGELOG.md

+1-1

Diff for: components/base/ReadMe.md

+1-1

Diff for: components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-base",
3-
"version": "16.4.42",
3+
"version": "16.4.45",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/buttons/README.md

+1-1

Diff for: components/calendars/CHANGELOG.md

+9-1

Diff for: components/calendars/README.md

+1-1

Diff for: components/calendars/dist/ej2-react-calendars.umd.min.js

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

Diff for: 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": "16.4.45",
3+
"version": "16.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",

Diff for: components/charts/CHANGELOG.md

+8

Diff for: components/charts/README.md

+1-1

Diff for: components/circulargauge/CHANGELOG.md

+9-1

Diff for: components/circulargauge/README.md

+1-1

Diff for: components/circulargauge/dist/ej2-react-circulargauge.umd.min.js

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

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

Diff for: components/circulargauge/src/circular-gauge/annotations-directive.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { AnnotationModel } from '@syncfusion/ej2-circulargauge';
33

44
export interface AnnotationDirTypecast {
5-
content?: string | Function;
5+
content?: string | Function | any;
66
}
77
/**
88
* `Annotations` directive represent a annotations of the react circular gauge.

Diff for: components/diagrams/CHANGELOG.md

+9-1

Diff for: components/diagrams/README.md

+1-1

Diff for: components/diagrams/dist/ej2-react-diagrams.umd.min.js

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

Diff for: 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": "16.4.44",
3+
"version": "16.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",

Diff for: components/documenteditor/CHANGELOG.md

+1-1

Diff for: components/documenteditor/README.md

+1-1

Diff for: components/documenteditor/dist/ej2-react-documenteditor.umd.min.js

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

Diff for: 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": "16.4.45",
3+
"version": "16.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",

Diff for: components/dropdowns/CHANGELOG.md

+1-1

Diff for: components/grids/CHANGELOG.md

+9-1

Diff for: components/grids/README.md

+1-1

Diff for: components/grids/dist/ej2-react-grids.umd.min.js

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

Diff for: 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": "16.4.45",
3+
"version": "16.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",

Diff for: components/heatmap/README.md

+1-1

Diff for: components/heatmap/dist/ej2-react-heatmap.umd.min.js

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

Diff for: components/inplaceeditor/CHANGELOG.md

+1-1

Diff for: components/inplaceeditor/README.md

+1-1

Diff for: components/inplaceeditor/dist/ej2-react-inplace-editor.umd.min.js

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

Diff for: 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": "16.4.42",
3+
"version": "16.4.44",
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",

Diff for: components/inplaceeditor/src/inplace-editor/inplaceeditor.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface InPlaceEditorTypecast {
7-
template?: string | Function;
7+
template?: string | Function | any;
88
}
99
/**
1010
* `InPlaceEditor` represents the react InPlaceEditor.

Diff for: components/inputs/CHANGELOG.md

+11-1

Diff for: components/inputs/README.md

+2

Diff for: components/inputs/dist/ej2-react-inputs.umd.min.js

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

Diff for: 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": "16.4.45",
3+
"version": "16.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",

Diff for: components/layouts/CHANGELOG.md

+8

Diff for: components/layouts/README.md

+1-1

Diff for: components/lineargauge/CHANGELOG.md

+1-1

0 commit comments

Comments
 (0)