2.0.3 (2020-12-01)
- device-detector-service: fix window.matchMedia is not a function (800ba15)
2.0.3 (2020-12-01)
- device-detector-service: fix window.matchMedia is not a function (800ba15)
2.0.3 (2020-12-01)
2.0.0 (2020-18-27)
- DeviceDetectorModule DOES NOT EXIST ANY MORE. Please remove its imports from your code base
- angular 5 support dropped
- DeviceDetectorModule PUT BACK IN THE PACKAGE. Updating from 1.4.x to 1.5.2 will have no effect
- just docs updates
- DeviceDetectorModule DOES NOT EXIST ANY MORE. Please remove its imports from your code base
- using angular cli monorepo now
- validated tests
- linting issues fixed
- angular 5 support dropped
- Fixes DeviceDetectorModule.forRoot returns a ModuleWithProviders type without a generic type argument. Thanks to PascalHonegger for PR and millerf for verifying.
- Fixes Add angular 9.x universal support. Thanks to BruneXX for PR
- Fixes Add Tesla detection.
- Fixes Galaxy Tab A is not detected (SM-T290)
- Exposed
setDeviceInfo
method from theDeviceDetectorService
- Fixes Windows 10 detection. Thanks to Nabeel Hassan.
- Fixes of Angular Universal breaking for
navigator
(same as 1.3.17 because I was sleepy)
- Fixes of Angular Universal breaking for
navigator
- iOS Firefox detection fix
- Minor fixes
- Minor fixes
- Minor fixes
- Fixed #113 - iPad OS13 detection. Thanks to Syed Saad Qamar
- resolved the issue of device being "Unknown"
- minor fixes
- resolved a packaging issue
- Compatible with v7 and v8 projects
- Library compiled with Angular v7
.forRoot()
resurrected again- fixes issue AhsanAyaz#92 and AhsanAyaz#91
- 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 CHANGE
DeviceDetectorModule.forRoot()
is not supported any more. Please just importDeviceDetectorModule
in yourimports
.
- Added support for Angular 8.0
- Works with IVY engine now. (AhsanAyaz#69). Thanks to mattlewis92
- Detects ms edge chromium (AhsanAyaz#73). Thanks to jrrod507
- Support headless chrome to be detected as Chrome browser (AhsanAyaz#61). Thanks to tmair
- Minor patches
- Uppercased names/descriptions of the properties for the UI
- (AhsanAyaz#58). Thanks to ccd2008
- (AhsanAyaz#57). Thanks to sumitgupta0627
- Minor patches
- Minor patch for edge version detection #49. Thanks to pmcelreavy
- Added support for angular 6 #37
- Drop support for angular 4
- Updated the readme for IE support
- Removing the SSR (Universal) support because of the raising issues.
- Will be revisiting SSR support properly in April.
- moved @angular/platform-server to peer-dependencies
- minor fixes
- fixed #27.
- minor fixes
- fixes. Readme Updated with Angular Universal dependency info
- fixes #22, #23
- fixes
- Support added for Angular Universal
- fixes
- fixes
- fixes
- Added official support to Angular5
- The package name has been changed to
ngx-device-detector
- Renamed the Service from
Ng2DeviceService
toDeviceDetectorService
- Renamed the Module from
Ng2DeviceDetector
toDeviceDetectorModule
- Renamed the Service from
Device
toNg2DeviceService
- Renamed the Module from
Ng2DeviceDetector
toNg2DeviceDetectorModule
- Import has changed from
imports: [Ng2DeviceDetectorModule]
toimports: [Ng2DeviceDetectorModule.forRoot()]