Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: sandydoo/ember-is-mobile

v4.1.2

13 May 17:29
1c2d558
Compare
Choose a tag to compare

This is a maintenance release.

  • Remove outdated and unnecessary dependencies
  • Upgrade dependencies
  • Add tests for Embroider
  • Remove extraneous development files from published package

v4.1.1

26 Oct 11:31
e56c4c7
Compare
Choose a tag to compare
  • Upgrade ismobilejs in the post-install blueprint to match the current version.

v4.1.0

25 Oct 19:11
12aa4cf
Compare
Choose a tag to compare
  • Upgrade ismobilejs to v1.1.1

v4.0.2

25 Oct 19:11
9c8a861
Compare
Choose a tag to compare
  • Upgrade Ember and dependencies

v4.0.1

19 Jul 13:04
Compare
Choose a tag to compare
  • #6 Fix runtime bug in projects that do not use FastBoot. Thanks, @elgordino.

v4.0.0

16 Mar 01:19
Compare
Choose a tag to compare
  • Upgrade Ember

  • Upgrade to ismobilejs: v1.0.3

  • [BREAKING] Remove automatic service injection.
    isMobile is no longer automatically injected into your templates due to compatability, maintainability, and performance reasons. Either use the is-mobile helper or inject the service manually into whichever controller, component, or route needs it.

  • [BREAKING] Fix ismobilejs export.
    If you imported ismobilejs directly like so:

    import isMobile from 'ember-is-mobile';

    It previously returned a function in FastBoot and an object containing all of the tests in the browser. It will now always return a function. Make sure to call it in the browser isMobile().

  • The parameter passed to the is-mobile helper is now optional. Without it, the helper returns the entire test object.

v3.0.0

10 Aug 13:30
Compare
Choose a tag to compare

Features

  • (#2 ) Add is-mobile helper. Thanks, @Amerr.

Breaking Changes

  • Rename the library import from ismobilejs to ember-is-mobile. ismobilejs now returns the actual isMobile.js package. The difference between the two is that the ember-is-mobile import returns only the isMobile function is FastBoot.

v1.0.0

07 Jun 12:40
Compare
Choose a tag to compare
Release version 1.0.0