Skip to content

Releases: nuxt-modules/device

v2.2.0

15 Feb 02:35
Compare
Choose a tag to compare

What's Changed

  • [CloudFront] Extend device type detection and add tests for v2 by @randompch in #134

Full Changelog: v2.1.0...v2.2.0

v3.1.0

15 Feb 02:23
Compare
Choose a tag to compare

What's Changed

  • [CloudFront] Extend device type detection and add tests by @randompch in #133

Full Changelog: v3.0.0...v3.1.0

v3.0.0

23 Nov 06:29
Compare
Choose a tag to compare

Features

  • Nuxt3 support

v2.1.0

12 Apr 00:56
Compare
Choose a tag to compare

Features

Bug Fixes

  • fix incorrect regex for edge browser (79e4ffd)
  • make the regex that detect a crawler case sensitive. (8032d85)

v2.0.1

27 Feb 06:18
Compare
Choose a tag to compare

Features

  • added support for the in-app browsers of Instagram and Facebook (#59)

v2.0.0

27 Jan 10:56
Compare
Choose a tag to compare

This new version breaks using flags directly from ctx (ex: ctx.isMobile), you need to use $device.isMobile.

  • Removed flags attached to the context: ctx.isMobile is now ctx.$device.isMobile
  • Added device option in nuxt.config.js
  • Improvements the REAME
  • Upgraded dependencies
  • Added yarn dev comment to run the fixture + allow CodeSandbox demo

v1.1.4

11 Mar 03:35
Compare
Choose a tag to compare
  • support TypeScript