diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a759a1e3..7d5267653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package.json b/package.json index a7a964c97..aaa1e4605 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",