Skip to content

Releases: DevExpress/devextreme-angular

18.1.1-beta.4

03 Apr 14:52
3636297
Compare
Choose a tag to compare
18.1.1-beta.4 Pre-release
Pre-release

Features

  • Create event emitters for nested components #728
  • Support server side rendering #732
  • Implement request result caching on the server, which prevents widget blinking during data loading #721

Breaking changes

  • Angular below version 5 is not supported anymore.

18.1.1-beta.3

21 Mar 13:34
888d3f5
Compare
Choose a tag to compare
18.1.1-beta.3 Pre-release
Pre-release

Bug Fixes

  • Fix firing onValueChanged event when changing a value of dxTagBox #710
  • Prevent valueChanges event when patchValue method is used with emitEvent=false #712

17.2.7

21 Mar 14:36
20ef8bf
Compare
Choose a tag to compare

Bug Fixes

  • Fix firing onValueChanged event when changing a value of dxTagBox #708
  • Prevent valueChanges event when patchValue method is used with emitEvent=false #717

18.1.1-beta.2

06 Mar 15:03
37e8a7c
Compare
Choose a tag to compare
18.1.1-beta.2 Pre-release
Pre-release

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

05 Mar 10:08
aa7000a
Compare
Choose a tag to compare

Bug Fixes

  • The issue with the enabled FullTemplateTypeCheck option has been fixed #690

17.1.10

05 Mar 11:47
8cb1196
Compare
Choose a tag to compare

Features

  • DevExtreme dependency has been updated to the 17.1.10

18.1.1-beta.1

21 Feb 16:15
aab229f
Compare
Choose a tag to compare
18.1.1-beta.1 Pre-release
Pre-release

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).

17.2.5

24 Jan 15:09
198bb0e
Compare
Choose a tag to compare

17.2.5-beta.1

26 Dec 07:48
0709972
Compare
Choose a tag to compare
17.2.5-beta.1 Pre-release
Pre-release

17.1.9

20 Dec 17:54
b1f74e3
Compare
Choose a tag to compare