Releases: hyperaudio/hyperaudio-lite
Releases · hyperaudio/hyperaudio-lite
Version 2.0.8
Various fixes for calling a page with start and end parameters. And a Web Mon intermittent bug fix.
What's Changed
Full Changelog: v2.0.7...v2.0.8
Version 2.0.7
What's Changed
Full Changelog: v2.0.6...v2.0.7
Version 2.0.6
What's Changed
- Set currentTime after audio is loaded. by @maartenhunink in #66
Full Changelog: v2.0.5...v2.0.6
Version 2.0.5
- Fixed vulnerabilities by updating dependencies
- Merged PR from @maartenhunink which fixed a bug related to classes being overwritten on word elements
What's Changed
- Add data-player-type attribute in soundcloud snippet in the README by @kytrinyx in #63
- Add 'active' class without replacing all existing classes. by @maartenhunink in #67
New Contributors
- @kytrinyx made their first contribution in #63
- @maartenhunink made their first contribution in #67
Full Changelog: v2.0.4...v2.0.5
Version 2.0.4
Fixes some small SoundCloud bugs including:
- Irregular word update
- Not highlighting words when playing from start using play button
- Selection not showing from URL params
Version 2.0.3
Version 2.0.3
This release fixes a critical bug with the SoundCloud implementation, leftover from the refactor to 2.0.x
Also included is a standalone SoundCloud example.
Version 2.0.2
Version 2.0.2
- Deals with stray class="active"
- Adds support for Web Monetization
Methods to turn autoscroll on and off
toggleAutoScroll()
setAutoScroll(Boolean)
Customisable scrolling behaviour
You can now affect the scrolling behaviour from outside the plugin.
You can pass parameters such as:
- Container
- Offset
- Duration
- Delay
Mobile selection share fix
This release addresses this bug #29