File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 16.2.4 (2017-01-18)
2+
3+ ### RTM version has been released!
4+
15## 16.2.4-rc.5 (2017-01-18)
26
37### Breaking changes
Original file line number Diff line number Diff line change 22
33# Angular 2 UI and Visualization Components Based on DevExtreme Widgets #
44
5- Project status: ** Release candidate**
6-
75This project allows you to use [ DevExtreme Widgets] ( http://js.devexpress.com/Demos/WidgetsGallery/ ) in [ Angular 2] ( https://angular.io/ ) applications.
86
97* [ Getting started] ( #getting-started )
@@ -53,7 +51,7 @@ required to build the project and run tests.
5351Install the ** devextreme** and ** devextreme-angular** npm packages:
5452
5553``` bash
56- npm install --save devextreme@16.2 devextreme-angular@16.2-rc
54+ npm install --save devextreme devextreme-angular
5755```
5856
5957#### <a name =" import-modules " ></a >Import DevExtreme Modules ####
Original file line number Diff line number Diff line change 11{
22 "name" : " devextreme-angular" ,
3- "version" : " 16.2.4-rc.5 " ,
3+ "version" : " 16.2.4" ,
44 "description" : " Angular 2 UI and visualization components based on DevExtreme widgets" ,
55 "repository" : {
66 "type" : " git" ,
2020 "jquery" : " ^2.0.0 || ^3.0.0"
2121 },
2222 "peerDependencies" : {
23- "devextreme" : " ~16.2.4-0 " ,
23+ "devextreme" : " ~16.2.4" ,
2424 "@angular/core" : " ^2.2.1" ,
2525 "@angular/common" : " ^2.2.1"
2626 },
2727 "devDependencies" : {
28- "devextreme" : " ~16.2.4-0 " ,
28+ "devextreme" : " ~16.2.4" ,
2929 "jquery" : " ^2.0.0 || ^3.0.0" ,
3030 "zone.js" : " ^0.7.2" ,
3131 "@angular/core" : " ^2.2.1" ,
You can’t perform that action at this time.
0 commit comments