Skip to content

Commit

Permalink
Merge pull request #570 from DevExpress/Update_to_17.1.7
Browse files Browse the repository at this point in the history
Update to 17.1.7
  • Loading branch information
Aden-git authored Oct 4, 2017
2 parents e8f58b7 + 08de6f2 commit 2d9d55e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 17.1.7 (2017-10-04)

### Bug Fixes

[Open the list of closed bugs](https://github.com/DevExpress/devextreme-angular/milestone/23?closed=1)

## 17.1.7-rc.2 (2017-09-25)

### Bug Fixes
Expand Down
25 changes: 17 additions & 8 deletions metadata/StrongMetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@
},
"displayMode": {
"EnumName": "ChartLabelDisplayMode",
"Description": "Allows you to rotate or stagger axis labels."
"Description": "Allows you to rotate or stagger axis labels. Applies to the horizontal axis only."
},
"font": {
"ComplexTypes": [
Expand Down Expand Up @@ -3206,7 +3206,7 @@
},
"displayMode": {
"EnumName": "ChartLabelDisplayMode",
"Description": "Allows you to rotate or stagger axis labels."
"Description": "Allows you to rotate or stagger axis labels. Applies to the horizontal axis only."
},
"font": {
"ComplexTypes": [
Expand Down Expand Up @@ -4942,7 +4942,7 @@
},
"displayMode": {
"EnumName": "ChartLabelDisplayMode",
"Description": "Allows you to rotate or stagger axis labels."
"Description": "Allows you to rotate or stagger axis labels. Applies to the horizontal axis only."
},
"font": {
"ComplexTypes": [
Expand Down Expand Up @@ -8313,7 +8313,7 @@
},
"showCheckBoxesMode": {
"EnumName": "GridSelectionShowCheckBoxesMode",
"Description": "Specifies when to display checkboxes in rows. Applies only if selection.mode is \"multiple\"."
"Description": "Specifies when to display check boxes in rows. Applies only if selection.mode is \"multiple\"."
}
}
},
Expand Down Expand Up @@ -21330,7 +21330,7 @@
},
"fieldTemplate": {
"IsTemplate": true,
"Description": "The template to be used for rendering the widget text field."
"Description": "The template to be used for rendering the widget text field. Must contain the TextBox widget."
},
"focusStateEnabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -23378,7 +23378,7 @@
},
"fieldTemplate": {
"IsTemplate": true,
"Description": "The template to be used for rendering the widget text field."
"Description": "The template to be used for rendering the widget text field. Must contain the TextBox widget."
},
"focusStateEnabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -30947,7 +30947,7 @@
},
"sortingMethod": {
"IsFunc": true,
"Description": ""
"Description": "Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client."
},
"sortOrder": {
"EnumName": "SortOrder",
Expand Down Expand Up @@ -34536,7 +34536,7 @@
},
"sortingMethod": {
"IsFunc": true,
"Description": ""
"Description": "Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client."
},
"sortOrder": {
"EnumName": "SortOrder",
Expand Down Expand Up @@ -37196,6 +37196,15 @@
},
{
"Name": "String"
},
{
"Name": "Boolean"
},
{
"Name": "Single"
},
{
"Name": "Decimal"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-angular",
"version": "17.1.7-rc.2",
"version": "17.1.7",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d9d55e

Please sign in to comment.