Skip to content

Releases: AhsanAyaz/ngx-device-detector

1.3.7

28 Jun 22:03
Compare
Choose a tag to compare
  • Moved to Angular CLI for creating and packing the library.
  • Converted to mono-repo using Angular workspaces.
  • Fixed tablet and mobile devices and also fixed desktop issue. Thanks to Syed Saad Qamar for the PR
  • Detect ms edge chromium. Thanks to jrrod507 for the PR

Breaking Changes:
We're not using .forRoot() with the DeviceDetectorModule import. Please see the Readme.md on how to use the library.

v1.3.6

05 Jun 22:44
Compare
Choose a tag to compare
  • Added support for Angular 8.0
  • Works with IVY engine now. (#69). Thanks to mattlewis92
  • Detects ms edge chromium (#73). Thanks to jrrod507
  • Support headless chrome to be detected as Chrome browser (#61). Thanks to tmair

bump v1.3.5

10 Dec 11:36
Compare
Choose a tag to compare
Upgraded demo app to Angular 7 stable
Updated change logs
Updated the demo build

v1.3.0

18 May 11:40
Compare
Choose a tag to compare

Dropped support for Angular4.
The plugin now supports Angular v6.
Special thanks to @PascalHonegger for his contribution in updating the dependencies and placing the PR #39

v1.2.1

06 Mar 08:54
Compare
Choose a tag to compare
chore: moved @angular/platform-server to peer-dependencies

v1.1.7

06 Feb 08:35
2d74c07
Compare
Choose a tag to compare

Minor fixes.
Issues resolved regarding Angular Universal usage.
Readme Updated.

v1.1.4

05 Jan 10:27
Compare
Choose a tag to compare

Notable differences compared to v1.0.0

Angular5 officially supported
Angular Universal supported ( Thanks to @maciejtreder )
Changed the package name to ngx-device-detector
Deprecated ng2-device-detector

See the Change Log for more details regarding 1.0.0 -> 1.10 update.