Skip to content

v2.2.0

Compare
Choose a tag to compare
@jessuni jessuni released this 31 Aug 08:16
· 11 commits to main since this release
  • 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.