Skip to content

Releases: nuxt-modules/device

v3.2.4

19 Sep 14:25
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Inline crawler-user-agents dependency (#232)

🤖 CI

  • Run CI workflow on Node version from matrix (c504a6f)

❤️ Contributors

v3.2.3

17 Sep 20:27
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Generate crawlers regex at build time (#230)

🏡 Chore

  • Update README and module options JSDoc (5483663)
  • Unpin dependencies and update renovate config (a12c6a4)

❤️ Contributors

v3.2.2

29 Aug 10:20
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Move runtime types to src/runtime/ dir (57a658a)

❤️ Contributors

v3.2.1

29 Aug 09:32
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Deprecate enabled option (7b64ac6)

🩹 Fixes

  • Do not warn about refreshOnResize deprecation if not explicitly used (11196cd)
  • Add augmentations for $device helper (e758cc6)

💅 Refactors

  • Use single return in plugin (401a366)
  • Shorten useDevice syntax (e528ba7)

🏡 Chore

  • Use local module in playground (eca8ff1)

❤️ Contributors

v3.2.0

28 Aug 19:35
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Module overhaul (#199)
  • Deprecate refreshOnResize option (#211)
  • Detect Google-InspectionTool crawler (#219)
  • Replace manual crawler regex generation with crawler-user-agents (#224)

🩹 Fixes

  • Import Nuxt composables from #imports (#174)
  • Update to latest @nuxt/module-builder (#223)
  • Augment runtime config on @nuxt/schema (a84ad64)
  • Disable 'vue/multi-word-component-names' for test/ dir (502d5b1)
  • Account for absence of module's runtime config in plugin (a311d11)

📖 Documentation

  • Use new nuxi module add command in installation (#187)
  • Update link to 2.x branch (2aec2e7)
  • Remove unused badges (4cdf090)
  • Revert removing badges (eea7813)
  • Update badges style and links (d290e56)
  • Add banner (1130799)

🏡 Chore

  • Add pull request template (2de7def)
  • Lint pull request template (0faf42f)
  • Update renovate config (855e082)
  • Test bundler module resolution (#181)
  • Indicate compatibility with new v4 major (#216)
  • Exclude 2.x branch from renovate (487f042)
  • Remove commented out module config from test fixture (6d860a4)

🤖 CI

  • Add label PR workflow (50a9f4f)
  • Add reproduire (#188)

❤️ Contributors

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)