Skip to content

Latest commit

 

History

History
398 lines (206 loc) · 15.1 KB

CHANGE_LOG.MD

File metadata and controls

398 lines (206 loc) · 15.1 KB

8.0.0 (2024-06-12)

  • revert(package.json): revert the package version in favor of automation (904817b)
  • bump v8 (46218a0)
  • ncu completed (a292844)
  • ng update completed (bbf115a)
  • ng update completed (bb0c47c)
  • ng update completed (1358fb9)
  • packages update (04d18c6)
  • project peerDependencies (088af2c)
  • fix(ci): fix ci token for ghpages (3004442)
  • fix(demo): bump ngx-device-detector version to 7.x (7cb3874)

8.0.0 (2024-06-12)

  • revert(package.json): revert the package version in favor of automation (904817b)
  • bump v8 (46218a0)
  • ncu completed (a292844)
  • ng update completed (bbf115a)
  • ng update completed (bb0c47c)
  • ng update completed (1358fb9)
  • packages update (04d18c6)
  • project peerDependencies (088af2c)
  • fix(ci): fix ci token for ghpages (3004442)
  • fix(demo): bump ngx-device-detector version to 7.x (7cb3874)

7.0.0 (2023-11-16)

Features

6.0.2 (2023-06-27)

6.0.1 (2023-05-23)

Bug Fixes

  • jest: fix jest-preset-angular dependency (85c8fd4)
  • jest: install jsdom separately (7d2f13d)
  • tests: update workflow to use node v18 (afa4bb5)

Features

  • detect HUAWEI AGS-L09 as tablet (62d1232)
  • detect Samsung Galaxy Tab S7+ SM-T970 as a tablet (757a502)
  • v16: migrate to v16 (2ab640c)

6.0.0 (2023-05-13)

Features

5.0.1 (2023-01-20)

5.0.0 (2023-01-20)

Bug Fixes

  • package.json: add missing scripts (0bebd2e)

4.0.1 (2022-08-18)

4.0.1 (2022-08-18)

4.0.0 (2022-07-05)

Features

  • angular: upgrade to angular 14 (ec1ca8e)
  • ie11: remove IE11 compatiblity information (84f0d74)

3.0.0 (2021-11-30)

2.2.1 (2021-11-30)

Bug Fixes

  • backward-compat: fix angular12 backward compat (d4ddcaa)

2.2.0 (2021-11-25)

Bug Fixes

2.2.0 (2021-11-25)

Bug Fixes

2.1.1 (2021-05-26)

Bug Fixes

  • ci: fix ci builds by bumping to nodejs 12.20 (ea7dd1c)

2.1.0 (2021-05-26)

Bug Fixes

  • jest: fix jest env issues for running testS (cfe4e55)

2.1.0 (2021-05-26)

Bug Fixes

  • jest: fix jest env issues for running testS (cfe4e55)

2.0.10 (2021-05-10)

Bug Fixes

  • 210: fix Chrome and Safari not detected as desktop anymore (cea0f9e)
  • ci: fix travis.yml to use jest tests (6ec4052)
  • demo: fix demo deployment in CI (b7f79c8)
  • tests: fix tests (493f1e2)

2.0.9 (2021-05-05)

Bug Fixes

2.0.8 (2021-04-29)

Bug Fixes

2.0.7 (2021-04-20)

2.0.7 (2021-04-20)

2.0.7 (2021-04-20)

2.0.6 (2021-02-27)

2.0.6 (2021-02-27)

2.0.6 (2021-02-27)

2.0.5 (2021-01-12)

Features

  • ssr-demo: add ssr demo (e0cf90a)
  • support-ie11: make necessary changes to have the app run on ie11 (cbca0c5)

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 #92 and #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

  • 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

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()]