Skip to content

Releases: hyperaudio/hyperaudio-lite

Version 2.0.8

12 Nov 11:22
749d9b5
Compare
Choose a tag to compare

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

20 Oct 11:14
db12ed5
Compare
Choose a tag to compare

What's Changed

  • 71/72 add youtube example and fix youtube bug by @maboa in #74

Full Changelog: v2.0.6...v2.0.7

Version 2.0.6

07 Oct 15:38
3c0a7d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

Version 2.0.5

07 Oct 14:54
190afbe
Compare
Choose a tag to compare
  • 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

Full Changelog: v2.0.4...v2.0.5

Version 2.0.4

15 Sep 14:03
43d5c2d
Compare
Choose a tag to compare

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

14 Sep 14:15
2e9bb8e
Compare
Choose a tag to compare

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

23 Jul 11:29
c096822
Compare
Choose a tag to compare

Version 2.0.2

  • Deals with stray class="active"
  • Adds support for Web Monetization

Methods to turn autoscroll on and off

17 Feb 14:52
b9ab86d
Compare
Choose a tag to compare
  • toggleAutoScroll()
  • setAutoScroll(Boolean)

Customisable scrolling behaviour

17 Feb 08:59
8fbac7f
Compare
Choose a tag to compare

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

16 Feb 15:52
2498670
Compare
Choose a tag to compare

This release addresses this bug #29