Device Module Versions Save

Nuxt module for detecting device type.

v2.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/nuxt-community/device-module/compare/v2.1.0...v2.2.0

v3.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/nuxt-community/device-module/compare/v3.0.0...v3.1.0

v3.0.0

1 year ago

Features

  • Nuxt3 support

v2.1.0

3 years ago

Features

Bug Fixes

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

v2.0.1

3 years ago

Features

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

v2.0.0

3 years ago

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

5 years ago
  • support TypeScript