Skip to content

Releases: jessuni/shikwasa

v2.2.1

14 Feb 05:24
Compare
Choose a tag to compare

Fixed: cannot import CSS in v2.2.0 #72

v2.2.0

31 Aug 08:16
Compare
Choose a tag to compare
  • Breaking change: named export.
    Shikwasa now uses named export to cater to projects that use the modular system, allowing bundlers to tree-shake unused components. That being said, the Chapter component is thus safely merged into the library core. For usage updates, view docs.
  • Bug fix:
    • Playback rate display text now updates if the playback rate is mutated programmatically. #67
  • Dev related:
    • Migrated from Webpack and rollup to vite.

v2.1.4

23 Jun 05:08
Compare
Choose a tag to compare

Fixed instance destruction error stated in #60

v2.1.3

22 Feb 07:32
Compare
Choose a tag to compare

Fix: missing icons on destroying the first player instance

v2.1.2

22 Feb 07:31
7d16f6b
Compare
Choose a tag to compare

Fix: marquee animation

v2.1.1

22 Feb 07:31
bada682
Compare
Choose a tag to compare

Fix: progress bar customization style

v2.1.0

24 Mar 11:19
6914025
Compare
Choose a tag to compare

Live stream and style customization

Features:

  1. support live stream audio source
  2. support basic style customization
  3. update audio metadata without interrupting playback

Bug fixes:

  1. fixed visited download link style
  2. other minor fixes

v2.0.1

24 Sep 02:17
bb094f9
Compare
Choose a tag to compare

Minor fixes

  • Fixed cover display in Chrome mini player and Windows overlay player.
  • Update dev dependencies.

v2.0.0

04 Sep 07:52
e727844
Compare
Choose a tag to compare

Breaking Changes:

The UI is completely different from v1.0+.
Using play(audio) to update the audio source has been deprecated. Use the new update(audio). play is reserved solely for playback control.
container option now accepts HTMLElement instead of CSS selector string to avoid ambiguity.
Most of the codes have been rewritten.

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

v2.0.0-beta.1

04 Sep 07:52
5418ca7
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
publish v2.0.0beta.1