Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 16.2.3-rc.3 (2016-12-14)

### Bug Fixes

- Resolve AoT compilation issue (after the Angular 2.3.0 release)

## 16.2.3-rc.2 (2016-12-13)

### Bug Fixes

- Resolve AoT compilation issue
- Resolve AoT compilation issue (after the TypeScript 2.1.4 release)

## 16.2.3-rc.1 (2016-12-12)

Expand Down Expand Up @@ -51,14 +57,14 @@

### Features

- Introduce configuration components ([#5](https://github.com/DevExpress/devextreme-angular/issues/5)).
- Introduce configuration components ([#5](https://github.com/DevExpress/devextreme-angular/issues/5)).
[See examples](https://github.com/DevExpress/devextreme-angular#advanced-devextreme-widget-options-configuration).

### Bug Fixes

- Fix the 'dx-validator' component ([#30](https://github.com/DevExpress/devextreme-angular/issues/30))
- Fix the component property change propagation to the corresponding widget option ([#6](https://github.com/DevExpress/devextreme-angular/issues/6))
- Fix the 'dxTemplate' directive issues ([#4](https://github.com/DevExpress/devextreme-angular/issues/4) and [#106](https://github.com/DevExpress/devextreme-angular/issues/106))
- Fix the 'dxTemplate' directive issues ([#4](https://github.com/DevExpress/devextreme-angular/issues/4) and [#106](https://github.com/DevExpress/devextreme-angular/issues/106))
- Fix the 2-way data binding to DevExtreme collection widgets, dxDataGrid and dxForm ([#36](https://github.com/DevExpress/devextreme-angular/issues/36))

## 16.2.1-alpha.1 (2016-10-20)
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-angular",
"version": "16.2.3-rc.2",
"version": "16.2.3-rc.3",
"description": "Angular 2 UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
Expand All @@ -21,21 +21,21 @@
"peerDependencies": {
"devextreme": "~16.2.3",
"zone.js": "^0.6.25",
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0"
"@angular/core": "2.0.0 - 2.2.4",
"@angular/common": "2.0.0 - 2.2.4"
},
"devDependencies": {
"devextreme": "~16.2.3",
"jquery": "^2.0.0 || ^3.0.0",
"zone.js": "^0.6.25",
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0 - 2.2.4",
"@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@angular/compiler-cli": "^2.0.0",
"@angular/core": "2.0.0 - 2.2.4",
"@angular/common": "2.0.0 - 2.2.4",
"@angular/compiler": "2.0.0 - 2.2.4",
"@angular/forms": "2.0.0 - 2.2.4",
"@angular/http": "2.0.0 - 2.2.4",
"@angular/platform-browser": "2.0.0 - 2.2.4",
"@angular/platform-browser-dynamic": "2.0.0 - 2.2.4",
"@angular/compiler-cli": "2.1.0 - 2.2.4",
"@types/dot": "^1.0.29",
"@types/jasmine": "^2.5.38",
"@types/jquery": "^2.0.34",
Expand Down