Skip to content

Commit

Permalink
Add breaking change description to 18.1.1-beta.2 (#713)
Browse files Browse the repository at this point in the history
* Add breaking changes to 18.1.1-beta.2

* Update bc description

* Update bc description about angular version

* Fix typo
  • Loading branch information
dxvladislavvolkov committed Mar 15, 2018
1 parent 21e26d5 commit a412e14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
### Features
- Implement ajax on server [#705](https://github.com/DevExpress/devextreme-angular/pull/705)

### Breaking changes

- Since the @angular/http module is deprecated (see https://github.com/angular/angular/pull/18906), DevExtreme-angular now requires adding the following modules to config.ts if you use SystemJS:
```JavaScript
'@angular/common/http': 'npm:@angular/common/bundles/common-http.umd.js',
'tslib': 'npm:tslib/tslib.js',
```
- Angular below version 4.3 is not supported anymore.

## 18.1.1-beta.1 (2018-02-21)

### Features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"license": "MIT",
"peerDependencies": {
"devextreme": "~18.1.1-pre-18064",
"@angular/core": ">4.0.0",
"@angular/common": ">4.0.0",
"@angular/forms": ">4.0.0"
"@angular/core": ">4.3.0",
"@angular/common": ">4.3.0",
"@angular/forms": ">4.3.0"
},
"devDependencies": {
"devextreme": "~18.1.1-pre-18064",
Expand Down

0 comments on commit a412e14

Please sign in to comment.