Skip to content

Commit 9cbfb31

Browse files
authored
Prepare 18.1.8 (#939)
1 parent 3feb8be commit 9cbfb31

File tree

3 files changed

+36
-14
lines changed

3 files changed

+36
-14
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.8 (2019-02-20)
2+
3+
### Features
4+
- Update `devextreme` version to 18.1.8
5+
16
## 18.1.7 (2018-11-02)
27

38
### Features

metadata/NGMetaData.json

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9370,12 +9370,14 @@
93709370
"shading": {
93719371
"PrimitiveTypes": [
93729372
"boolean"
9373-
]
9373+
],
9374+
"Description": "Specifies whether to shade the widget when the load panel is shown."
93749375
},
93759376
"shadingColor": {
93769377
"PrimitiveTypes": [
93779378
"string"
9378-
]
9379+
],
9380+
"Description": "Specifies the shading color. Applies only if shading is true."
93799381
},
93809382
"showIndicator": {
93819383
"PrimitiveTypes": [
@@ -11592,7 +11594,7 @@
1159211594
"PrimitiveTypes": [
1159311595
"string"
1159411596
],
11595-
"Description": "Specifies the value passed to the name attribute of the underlying input element."
11597+
"Description": "Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server."
1159611598
},
1159711599
"onContentReady": {
1159811600
"PrimitiveTypes": [
@@ -15632,6 +15634,7 @@
1563215634
"PositionConfig"
1563315635
],
1563415636
"IsFunc": true,
15637+
"IsChangeable": true,
1563515638
"Description": "Positions the widget."
1563615639
},
1563715640
"rtlEnabled": {
@@ -23077,6 +23080,7 @@
2307723080
"ComplexTypes": [
2307823081
"PositionConfig"
2307923082
],
23083+
"IsChangeable": true,
2308023084
"Description": "An object defining widget positioning options."
2308123085
},
2308223086
"rtlEnabled": {
@@ -23494,6 +23498,7 @@
2349423498
"PositionConfig"
2349523499
],
2349623500
"IsFunc": true,
23501+
"IsChangeable": true,
2349723502
"Description": "Positions the widget."
2349823503
},
2349923504
"resizeEnabled": {
@@ -26363,6 +26368,13 @@
2636326368
"IsChangeable": true,
2636426369
"Description": "Specifies the currently displayed view. Accepts the view's name or type."
2636526370
},
26371+
"customizeDateNavigatorText": {
26372+
"PrimitiveTypes": [
26373+
"Function"
26374+
],
26375+
"IsFunc": true,
26376+
"Description": "Customizes the date navigator's text."
26377+
},
2636626378
"dataCellTemplate": {
2636726379
"PrimitiveTypes": [
2636826380
"any"
@@ -26474,7 +26486,7 @@
2647426486
"PrimitiveTypes": [
2647526487
"number"
2647626488
],
26477-
"Description": "Specifies an end hour in the scheduler view's time interval."
26489+
"Description": "Specifies the last hour in the time scale. Cannot be greater than 24."
2647826490
},
2647926491
"firstDayOfWeek": {
2648026492
"PrimitiveTypes": [
@@ -26612,7 +26624,7 @@
2661226624
],
2661326625
"IsFunc": true,
2661426626
"IsEvent": true,
26615-
"Description": "A function that is executed when an appointment's edit form is created."
26627+
"Description": "A function that is executed before an appointment details form is opened."
2661626628
},
2661726629
"onAppointmentRendered": {
2661826630
"PrimitiveTypes": [
@@ -26836,7 +26848,7 @@
2683626848
"PrimitiveTypes": [
2683726849
"number"
2683826850
],
26839-
"Description": "Specifies a start hour in the scheduler view's time interval."
26851+
"Description": "Specifies the first hour in the time scale."
2684026852
},
2684126853
"tabIndex": {
2684226854
"PrimitiveTypes": [
@@ -26932,7 +26944,7 @@
2693226944
"PrimitiveTypes": [
2693326945
"number"
2693426946
],
26935-
"Description": "The end hour of the view time scale."
26947+
"Description": "Specifies the last hour in the view's time scale."
2693626948
},
2693726949
"firstDayOfWeek": {
2693826950
"PrimitiveTypes": [
@@ -26993,7 +27005,7 @@
2699327005
"PrimitiveTypes": [
2699427006
"number"
2699527007
],
26996-
"Description": "The start hour of the view time scale."
27008+
"Description": "Specifies the start hour in the view's time scale. Cannot be greater than 24."
2699727009
},
2699827010
"timeCellTemplate": {
2699927011
"PrimitiveTypes": [
@@ -31352,6 +31364,7 @@
3135231364
"ComplexTypes": [
3135331365
"PositionConfig"
3135431366
],
31367+
"IsChangeable": true,
3135531368
"Description": "Positions the widget."
3135631369
},
3135731370
"rtlEnabled": {
@@ -31875,6 +31888,7 @@
3187531888
"ComplexTypes": [
3187631889
"PositionConfig"
3187731890
],
31891+
"IsChangeable": true,
3187831892
"Description": "An object defining widget positioning options."
3187931893
},
3188031894
"rtlEnabled": {
@@ -32653,12 +32667,14 @@
3265332667
"shading": {
3265432668
"PrimitiveTypes": [
3265532669
"boolean"
32656-
]
32670+
],
32671+
"Description": "Specifies whether to shade the widget when the load panel is shown."
3265732672
},
3265832673
"shadingColor": {
3265932674
"PrimitiveTypes": [
3266032675
"string"
32661-
]
32676+
],
32677+
"Description": "Specifies the shading color. Applies only if shading is true."
3266232678
},
3266332679
"showIndicator": {
3266432680
"PrimitiveTypes": [
@@ -40620,7 +40636,8 @@
4062040636
"type": {
4062140637
"PrimitiveTypes": [
4062240638
"string"
40623-
]
40639+
],
40640+
"Description": "Specifies the type of gauge indicators."
4062440641
},
4062540642
"verticalOrientation": {
4062640643
"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.7",
3+
"version": "18.1.8",
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.7",
20+
"devextreme": "~18.1.8",
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.7",
26+
"devextreme": "~18.1.8",
2727
"zone.js": "^0.8.25",
2828
"@angular/animations": "^5.0.0",
2929
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)