v2.2.0
- 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, theChapter
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.