7.12.6
Fixed 3
- Spectrogram plugin now respects user-provided container option
- Renderer caches container inline padding to avoid reading CSS values on each render
- Hover plugin resets the transform on the onPointerLeave event
From wavesurfer.js
- Bump version from 7.12.5 to 7.12.6
- fix(Spectrogram): respect user-provided container option (#4302) by @Copilot
- fix(Renderer): cache container inline padding to avoid reading CSS values on each render (#4298) by @Copilot
- fix(Hover plugin): reset the transform on the onPointerLeave event (#4237) (3767) by @xiaoliyooo