Releases: DevExpress/devextreme-angular
Releases · DevExpress/devextreme-angular
18.1.1-beta.4
18.1.1-beta.3
17.2.7
18.1.1-beta.2
Features
- Implement ajax on server #705
Breaking changes
- Since the @angular/http module is deprecated (see angular/angular#18906), DevExtreme-angular now requires adding the following modules to config.ts if you use SystemJS:
'@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.
17.2.6
17.1.10
Features
- DevExtreme dependency has been updated to the 17.1.10
18.1.1-beta.1
Features
- Render dx-button widget on server #694
Bug Fixes
- DevExtreme Angular components force Angular change detection #516
Breaking changes
- TypeScript declarations of nested components have become strict, which can cause a build failure. Use correct types to prevent this.
- Angular version 2.x is no longer supported. Now our integration library is based on the Angular Renderer2 class, which is available starting with Angular version 4 and allows manipulating DOM elements on the server side (server-side rendering).