Skip to content

Latest commit

 

History

History
175 lines (117 loc) · 6.46 KB

CHANGE_LOG.MD

File metadata and controls

175 lines (117 loc) · 6.46 KB

2.0.3 (2020-12-01)

Bug Fixes

  • device-detector-service: fix window.matchMedia is not a function (800ba15)

2.0.3 (2020-12-01)

Bug Fixes

  • device-detector-service: fix window.matchMedia is not a function (800ba15)

2.0.3 (2020-12-01)

2.0.0 (2020-18-27)

BREAKING CHANGES

  • DeviceDetectorModule DOES NOT EXIST ANY MORE. Please remove its imports from your code base
  • angular 5 support dropped

1.5.2 (REVERTED the introduced BREAKING CHANGES)

  • DeviceDetectorModule PUT BACK IN THE PACKAGE. Updating from 1.4.x to 1.5.2 will have no effect

1.5.1

  • just docs updates

1.5.0 (BREAKING CHANGES)

  • 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

1.4.2

1.4.1

1.4.0

1.3.20

1.3.19

  • Fixes of Angular Universal breaking for navigator (same as 1.3.17 because I was sleepy)

1.3.18

  • Fixes of Angular Universal breaking for navigator

1.3.16

  • iOS Firefox detection fix

1.3.15

  • Minor fixes

1.3.14

  • Minor fixes

1.3.13

  • Minor fixes

1.3.12

1.3.11

1.3.11

  • resolved the issue of device being "Unknown"

1.3.9

  • minor fixes
  • resolved a packaging issue

1.3.8 (just reverts the breaking changes introduced in 1.3.7)

  • Compatible with v7 and v8 projects
  • Library compiled with Angular v7
  • .forRoot() resurrected again
  • fixes issue AhsanAyaz#92 and AhsanAyaz#91

1.3.7 (contains breaking changes)

  • 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 import DeviceDetectorModule in your imports.

1.3.6

1.3.5

1.3.4

  • Minor patches

1.3.3

  • Minor patch for UC browser detection #51. Thanks to Gailbear

1.3.2

  • Minor patch for edge version detection #49. Thanks to pmcelreavy

1.3.1

  • Added better support for Android Browsers #48. Thanks to Gailbear

1.3.0 (contains breaking changes)

  • Added support for angular 6 #37
  • Drop support for angular 4

1.2.3

  • Updated the readme for IE support

1.2.2 (contains breaking changes)

  • Removing the SSR (Universal) support because of the raising issues.
  • Will be revisiting SSR support properly in April.

1.2.1

  • moved @angular/platform-server to peer-dependencies

1.2.0

  • minor fixes
  • fixed #27.

1.1.7

  • minor fixes

1.1.6

  • fixes. Readme Updated with Angular Universal dependency info

1.1.5

  • fixes #22, #23

1.1.4

  • fixes
  • Support added for Angular Universal

1.1.3

  • fixes

1.1.2

  • fixes

1.1.1

  • fixes

1.1.0 (contains breaking changes)

  • Added official support to Angular5
  • The package name has been changed to ngx-device-detector
  • Renamed the Service from Ng2DeviceService to DeviceDetectorService
  • Renamed the Module from Ng2DeviceDetector to DeviceDetectorModule

1.0.0 (contains breaking changes)

  • Renamed the Service from Device to Ng2DeviceService
  • Renamed the Module from Ng2DeviceDetector to Ng2DeviceDetectorModule
  • Import has changed from imports: [Ng2DeviceDetectorModule] to imports: [Ng2DeviceDetectorModule.forRoot()]