Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 727 Bytes

File metadata and controls

41 lines (25 loc) · 727 Bytes

Browser Detection - Release Notes

1.6.0 (2017-07-25)

  • Correct is-chrome to not return true on edge browser
  • Correct supports-popups to not return true on iOS Firefox
  • Add isSamsungBrowser
  • Add isMobileFirefox
  • Add isIosFirefox

1.5.0 (2017-07-03)

  • Add isIe
  • Add isIe11
  • Add isEdge

1.4.1 (2017-06-01)

  • publish to npm as scoped package @braintree/browser-detection

1.4.0 (2017-05-22)

  • Add is-ios-uiwebview method
  • Add is-ios-wkwebview method

1.3.0 (2017-04-11)

  • Add is-ios-webview method
  • Add is-ios-safari method

1.2.0 (2017-04-10)

  • Add is-ie10 method

1.1.0 (2017-04-07)

  • Add is-chrome method

1.0.0 (2017-04-05)

  • Initial public release of browser-detection