Skip to content

Releases: jessuni/shikwasa

v2.0.0-beta.0

04 Sep 07:53
609e011
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

New features:

  • dark mode
  • keyboard support for playback controls
  • chapter plugin
  • integration with external audio metadata reader
  • text marquee
  • completely new look

Optimizations:

  • remove preload:none hack intended for iOS Safari
  • improve ARIA support
  • control style with data attributes instead of classes
  • better click feedback
  • smoother progress animation

Bug fixes:

  • fix utility function bugs
  • prevent potential bugs that multiple container els could cause

v1.0.7

06 Dec 05:45
Compare
Choose a tag to compare

Minor fixes

  1. Emitting Web Audio API events;
  2. Support independent playback control on multiple player instances in the same page;
    • automatically pausing other Shikwasa players on the same page while one is playing;
    • improving keyboard support for the situation where multiple Shikwasa players are mounted on the same page;
  3. API support for seeking and audio's currentTime property, allowing to seek from a certain timestamp & share episode content with timestamp
  4. Fix progress lags on seeking;
  5. Avoid using browser-inclusive API document so that Shikwasa can be used upon SSR; (PR #15 )
  6. Minor dev dependency security bumps;