Skip to content

Commit 53c6456

Browse files
Update to 18.1.7-beta.1 (#857)
1 parent 638d8c9 commit 53c6456

File tree

3 files changed

+57
-20
lines changed

3 files changed

+57
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 18.1.7-beta.1 (2018-09-19)
2+
3+
### Bug Fixes
4+
- Clear ready callbacks after they were called [#856](https://github.com/DevExpress/devextreme-angular/pull/856)
5+
16
## 18.1.6 (2018-09-05)
27

38
### Features

metadata/NGMetaData.json

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9798,6 +9798,11 @@
97989798
}
97999799
}
98009800
},
9801+
"renderAsync": {
9802+
"PrimitiveTypes": [
9803+
"boolean"
9804+
]
9805+
},
98019806
"rowAlternationEnabled": {
98029807
"PrimitiveTypes": [
98039808
"boolean"
@@ -9824,7 +9829,7 @@
98249829
"PrimitiveTypes": [
98259830
"string"
98269831
],
9827-
"Description": "Specifies the rendering mode for columns. Applies when columns are left outside the viewport."
9832+
"Description": "Specifies the rendering mode for columns. Applies when columns are left outside the viewport. Requires the columnWidth, columnAutoWidth, or width (for all columns) option specified."
98289833
},
98299834
"mode": {
98309835
"PrimitiveTypes": [
@@ -10103,7 +10108,7 @@
1010310108
"Function"
1010410109
],
1010510110
"IsFunc": true,
10106-
"Description": "Allows you to use a custom aggregate function to calculate the value of a summary item."
10111+
"Description": "Specifies a custom aggregate function. This function is called for summary items whose summaryType is \"custom\"."
1010710112
},
1010810113
"groupItems": {
1010910114
"ItemPrimitiveTypes": [
@@ -10173,7 +10178,7 @@
1017310178
"PrimitiveTypes": [
1017410179
"string"
1017510180
],
10176-
"Description": "Specifies how to aggregate data for a summary item."
10181+
"Description": "Specifies how to aggregate data for the group summary item."
1017710182
},
1017810183
"valueFormat": {
1017910184
"PrimitiveTypes": [
@@ -10320,7 +10325,7 @@
1032010325
"PrimitiveTypes": [
1032110326
"string"
1032210327
],
10323-
"Description": "Specifies how to aggregate data for a summary item."
10328+
"Description": "Specifies how to aggregate data for the total summary item."
1032410329
},
1032510330
"valueFormat": {
1032610331
"PrimitiveTypes": [
@@ -15021,7 +15026,7 @@
1502115026
],
1502215027
"IsFunc": true,
1502315028
"IsEvent": true,
15024-
"Description": "A function that is executed when a list item is clicked or tapped. Applies only if the selectionMode is \"none\"."
15029+
"Description": "A function that is executed when a collection item is clicked or tapped."
1502515030
},
1502615031
"onItemContextMenu": {
1502715032
"PrimitiveTypes": [
@@ -17409,6 +17414,12 @@
1740917414
"IsFunc": true,
1741017415
"Description": "Specifies which data field provides keys for widget items."
1741117416
},
17417+
"noDataText": {
17418+
"PrimitiveTypes": [
17419+
"string"
17420+
],
17421+
"Description": "The text or HTML markup displayed by the widget if the item collection is empty."
17422+
},
1741217423
"onContentReady": {
1741317424
"PrimitiveTypes": [
1741417425
"Function"
@@ -17600,7 +17611,7 @@
1760017611
"ComplexTypes": [
1760117612
"Format"
1760217613
],
17603-
"Description": "Specifies the value's display format and controls the user input according to it."
17614+
"Description": "Specifies the value's display format and controls user input accordingly."
1760417615
},
1760517616
"height": {
1760617617
"PrimitiveTypes": [
@@ -29454,6 +29465,12 @@
2945429465
"IsFunc": true,
2945529466
"Description": "Specifies which data field provides keys for widget items."
2945629467
},
29468+
"noDataText": {
29469+
"PrimitiveTypes": [
29470+
"string"
29471+
],
29472+
"Description": "The text or HTML markup displayed by the widget if the item collection is empty."
29473+
},
2945729474
"onContentReady": {
2945829475
"PrimitiveTypes": [
2945929476
"Function"
@@ -32970,6 +32987,11 @@
3297032987
}
3297132988
}
3297232989
},
32990+
"renderAsync": {
32991+
"PrimitiveTypes": [
32992+
"boolean"
32993+
]
32994+
},
3297332995
"rootValue": {
3297432996
"PrimitiveTypes": [
3297532997
"any"
@@ -32995,7 +33017,7 @@
3299533017
"PrimitiveTypes": [
3299633018
"string"
3299733019
],
32998-
"Description": "Specifies the rendering mode for columns. Applies when columns are left outside the viewport."
33020+
"Description": "Specifies the rendering mode for columns. Applies when columns are left outside the viewport. Requires the columnWidth, columnAutoWidth, or width (for all columns) option specified."
3299933021
},
3300033022
"mode": {
3300133023
"PrimitiveTypes": [
@@ -38570,7 +38592,7 @@
3857038592
"string"
3857138593
],
3857238594
"IsFunc": true,
38573-
"Description": "Calculates custom display values for column cells. Used when display values should differ from values for editing."
38595+
"Description": "Calculates custom display values for column cells. Requires specifying the dataField or calculateCellValue option. Used in lookup optimization."
3857438596
},
3857538597
"calculateFilterExpression": {
3857638598
"PrimitiveTypes": [
@@ -38691,7 +38713,7 @@
3869138713
"any"
3869238714
],
3869338715
"IsChangeable": true,
38694-
"Description": "Specifies a filter value for the column."
38716+
"Description": "Specifies the column's filter value displayed in the filter row."
3869538717
},
3869638718
"filterValues": {
3869738719
"ItemPrimitiveTypes": [
@@ -38700,7 +38722,7 @@
3870038722
"IsCollection": true,
3870138723
"IsChangeable": true,
3870238724
"SingularName": "filterValue",
38703-
"Description": "Specifies filter values for the column's header filter."
38725+
"Description": "Specifies values selected in the column's header filter."
3870438726
},
3870538727
"fixed": {
3870638728
"PrimitiveTypes": [
@@ -38731,7 +38753,7 @@
3873138753
"ComplexTypes": [
3873238754
"FormSimpleItem"
3873338755
],
38734-
"Description": "Configures the form item produced by this column in the editing state. Used only if editing.mode is \"form\" or \"popup\"."
38756+
"Description": "Configures the form item that the column produces in the editing state. Applies only if editing.mode is \"form\" or \"popup\"."
3873538757
},
3873638758
"groupCellTemplate": {
3873738759
"PrimitiveTypes": [
@@ -38877,12 +38899,17 @@
3887738899
"IsDeprecated": true,
3887838900
"Description": "Use the format.precision option instead."
3887938901
},
38902+
"renderAsync": {
38903+
"PrimitiveTypes": [
38904+
"boolean"
38905+
]
38906+
},
3888038907
"selectedFilterOperation": {
3888138908
"PrimitiveTypes": [
3888238909
"string"
3888338910
],
3888438911
"IsChangeable": true,
38885-
"Description": "Specifies the selected filter operation for the column."
38912+
"Description": "Specifies the column's filter operation displayed in the filter row."
3888638913
},
3888738914
"setCellValue": {
3888838915
"PrimitiveTypes": [
@@ -39824,7 +39851,7 @@
3982439851
"string"
3982539852
],
3982639853
"IsFunc": true,
39827-
"Description": "Calculates custom display values for column cells. Used when display values should differ from values for editing."
39854+
"Description": "Calculates custom display values for column cells. Requires specifying the dataField or calculateCellValue option. Used in lookup optimization."
3982839855
},
3982939856
"calculateFilterExpression": {
3983039857
"PrimitiveTypes": [
@@ -39937,7 +39964,7 @@
3993739964
"any"
3993839965
],
3993939966
"IsChangeable": true,
39940-
"Description": "Specifies a filter value for the column."
39967+
"Description": "Specifies the column's filter value displayed in the filter row."
3994139968
},
3994239969
"filterValues": {
3994339970
"ItemPrimitiveTypes": [
@@ -39946,7 +39973,7 @@
3994639973
"IsCollection": true,
3994739974
"IsChangeable": true,
3994839975
"SingularName": "filterValue",
39949-
"Description": "Specifies filter values for the column's header filter."
39976+
"Description": "Specifies values selected in the column's header filter."
3995039977
},
3995139978
"fixed": {
3995239979
"PrimitiveTypes": [
@@ -39977,7 +40004,7 @@
3997740004
"ComplexTypes": [
3997840005
"FormSimpleItem"
3997940006
],
39980-
"Description": "Configures the form item produced by this column in the editing state. Used only if editing.mode is \"form\" or \"popup\"."
40007+
"Description": "Configures the form item that the column produces in the editing state. Applies only if editing.mode is \"form\" or \"popup\"."
3998140008
},
3998240009
"headerCellTemplate": {
3998340010
"PrimitiveTypes": [
@@ -40102,12 +40129,17 @@
4010240129
],
4010340130
"Description": "Specifies the band column that owns the current column. Accepts the index of the band column in the columns array."
4010440131
},
40132+
"renderAsync": {
40133+
"PrimitiveTypes": [
40134+
"boolean"
40135+
]
40136+
},
4010540137
"selectedFilterOperation": {
4010640138
"PrimitiveTypes": [
4010740139
"string"
4010840140
],
4010940141
"IsChangeable": true,
40110-
"Description": "Specifies the selected filter operation for the column."
40142+
"Description": "Specifies the column's filter operation displayed in the filter row."
4011140143
},
4011240144
"setCellValue": {
4011340145
"PrimitiveTypes": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-angular",
3-
"version": "18.1.6",
3+
"version": "18.1.7-beta.1",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -17,13 +17,13 @@
1717
"author": "Developer Express Inc.",
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"devextreme": "~18.1.6",
20+
"devextreme": "~18.1.7-pre-18257",
2121
"@angular/core": ">5.0.0",
2222
"@angular/common": ">5.0.0",
2323
"@angular/forms": ">5.0.0"
2424
},
2525
"devDependencies": {
26-
"devextreme": "~18.1.6",
26+
"devextreme": "~18.1.7-pre-18257",
2727
"zone.js": "^0.8.25",
2828
"@angular/animations": "^5.0.0",
2929
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)