Skip to content

v1.0.7

Compare
Choose a tag to compare
@jessuni jessuni released this 06 Dec 05:45

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;