Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 949413c

Browse files
Update to 17.2.11 (#903)
1 parent 47a2118 commit 949413c

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 17.2.11 (2018-11-02)
2+
3+
### Features
4+
- Update `devextreme` version to 17.2.11
5+
16
## 17.2.10 (2018-09-05)
27

38
### Features

metadata/NGMetaData.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
"PrimitiveTypes": [
10381038
"string"
10391039
],
1040-
"Description": "Specifies DOM event names that update a widget's value."
1040+
"Description": "Specifies the DOM events after which the widget's value should be updated."
10411041
},
10421042
"valueExpr": {
10431043
"PrimitiveTypes": [
@@ -10709,7 +10709,7 @@
1070910709
"PrimitiveTypes": [
1071010710
"string"
1071110711
],
10712-
"Description": "Specifies DOM event names that update a widget's value."
10712+
"Description": "Specifies the DOM events after which the widget's value should be updated."
1071310713
},
1071410714
"visible": {
1071510715
"PrimitiveTypes": [
@@ -11269,7 +11269,7 @@
1126911269
"PrimitiveTypes": [
1127011270
"string"
1127111271
],
11272-
"Description": "Specifies after which DOM events the widget updates the value."
11272+
"Description": "Specifies the DOM events after which the widget's value should be updated."
1127311273
},
1127411274
"valueExpr": {
1127511275
"PrimitiveTypes": [
@@ -16109,7 +16109,7 @@
1610916109
"PrimitiveTypes": [
1611016110
"string"
1611116111
],
16112-
"Description": "Specifies DOM event names that update a widget's value."
16112+
"Description": "Specifies the DOM events after which the widget's value should be updated."
1611316113
},
1611416114
"valueExpr": {
1611516115
"PrimitiveTypes": [
@@ -17764,7 +17764,7 @@
1776417764
"PrimitiveTypes": [
1776517765
"string"
1776617766
],
17767-
"Description": "Specifies DOM event names that update a widget's value."
17767+
"Description": "Specifies the DOM events after which the widget's value should be updated."
1776817768
},
1776917769
"visible": {
1777017770
"PrimitiveTypes": [
@@ -27374,7 +27374,7 @@
2737427374
"PrimitiveTypes": [
2737527375
"string"
2737627376
],
27377-
"Description": "Specifies DOM event names that update a widget's value."
27377+
"Description": "Specifies the DOM events after which the widget's value should be updated. Applies only if acceptCustomValue is set to true."
2737827378
},
2737927379
"valueExpr": {
2738027380
"PrimitiveTypes": [
@@ -30209,7 +30209,7 @@
3020930209
"PrimitiveTypes": [
3021030210
"string"
3021130211
],
30212-
"Description": "Specifies DOM event names that update a widget's value."
30212+
"Description": "Specifies the DOM events after which the widget's value should be updated."
3021330213
},
3021430214
"visible": {
3021530215
"PrimitiveTypes": [
@@ -30551,7 +30551,7 @@
3055130551
"PrimitiveTypes": [
3055230552
"string"
3055330553
],
30554-
"Description": "Specifies DOM event names that update a widget's value."
30554+
"Description": "Specifies the DOM events after which the widget's value should be updated."
3055530555
},
3055630556
"visible": {
3055730557
"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": "17.2.10",
3+
"version": "17.2.11",
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": "~17.2.10",
20+
"devextreme": "~17.2.11",
2121
"@angular/core": ">2.4.2",
2222
"@angular/common": ">2.4.2",
2323
"@angular/forms": ">2.4.2"
2424
},
2525
"devDependencies": {
26-
"devextreme": "~17.2.10",
26+
"devextreme": "~17.2.11",
2727
"zone.js": "^0.8.17",
2828
"@angular/core": "~4.4.5",
2929
"@angular/common": "~4.4.5",

0 commit comments

Comments
 (0)