Releases: ShiiRochi/wavesurfer-react
Releases · ShiiRochi/wavesurfer-react
3.0.4
What's Changed
- change process of building demo distributive by @ShiiRochi in #99
- move to pnpm by @ShiiRochi in #101
- add logo by @ShiiRochi in #102
- Remove unecessary log in Region.tsx by @longfangsong in #103
New Contributors
- @longfangsong made their first contribution in #103
Full Changelog: v3.0.3...v3.0.4
3.0.3
What's Changed
-
- remove defaultProps from WaveSurfer.tsx by @RunRanger in #98
New Contributors
- @RunRanger made first contribution in #98
Full Changelog: v3.0.2...v3.0.3
3.0.2
What's Changed
- fix wavesurfer instance created twice by @ShiiRochi in #78
Full Changelog: v3.0.1...v3.0.2
3.0.1
3.0.0
What's Changed
- VERSION 3 UPDATE by @ShiiRochi in #73
- v3: day-0 update by @ShiiRochi in #74
WATCHOUTs
- Not backward compatible with versions of wavesurfer.js below 7
- To use package with wavesurfer below 7'th version please use 2.X.X version of the package, I will try to support them also.
- Marker component is now using Region component under the hood.
Full Changelog: v2.2.3...v3.0.0
2.2.3
What's Changed
- codebase updates to suit TypeScript checks
- small typings updates
Full Changelog: v2.2.2...v2.2.3
2.2.2
What's Changed
- update event names by @franciscomdelgado in #56
New Contributors
- @franciscomdelgado made first contribution in #56
Full Changelog: v2.2.1...v2.2.2
2.2.1
What's Changed
- useWavesurferHook implementation by @ShiiRochi in #54
BREAKING CHANGES WARNING:
onMount
prop is now called for both:mount
andunmount
eventsuseWavesurfer
hook is now used in the package at its core (WaveSurfer
component)
Full Changelog: v2.1.6...v2.2.1
2.1.6
2.1.5
- remove
prop-types
import
Full Changelog: v2.1.4...v2.1.5