Skip to content

Releases: vueuse/sound

v2.1.3

28 Dec 17:35
Compare
Choose a tag to compare
  • feat(useSound): use global Howl constructor as it seem safer (be566c1)

v2.1.2

28 Dec 17:10
Compare
Choose a tag to compare
  • feat(useSound): fix dynamic import default (96e1b62)

v2.1.1

28 Dec 17:06
Compare
Choose a tag to compare
  • feat(types): expose typings ; fix nuxt autoimports/type resolution (a438130)
  • feat(ci): try to fix netlify deployment (1f066d6)

v2.1.0

28 Dec 16:43
Compare
Choose a tag to compare
  • feat(global): update dependencies ; support latest nuxt (c5947d9)
  • feat(demo): update (e8634b7)
  • feat(usesound): improve impl (00a62ba)
  • feat(nuxt): update module ; fix #build types ref (98482f0)
  • feat(usesound): update impl (5b38dac)
  • chore(lint): update lint config & add vscode settings (57b7d13)
  • fix: watch sound url value (#46) (796d185)
  • export ComposableOptions (#48) (bb4cc7c)
  • Updated package.json to export type definitions (#43) (be3cad5)
  • chore(docs): add twitter:card tag (9b6342b)
  • chore(docs): add banner (c6fe7fa)

v2.0.1

02 Feb 04:26
Compare
Choose a tag to compare
  • fiv: HowlConstructor.value is not a constructor error (#29) (31ae87f)
  • fix(demo): fix horizontal viewport (3c4978b)
  • chore(readme): add @vueuse/sound/nuxt docs (0c54e60)

2.0.0

25 Nov 02:05
Compare
Choose a tag to compare

V2 Release πŸ”ˆ

Hey @vueuse/sound users! πŸ˜„

This release has exact same API, except it deprecates nuxt-use-sound.

You can now install the Nuxt module via @vueuse/sound/nuxt.

The demo page is now deployed with Nuxt 3.

It should fix most issues about latest versions of Vite and other bundlers, as it is now built with unbuild.

PRs

New Contributors

Full Changelog: https://github.com/vueuse/sound/commits/2.0.0