Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add image handling for waveColor and progressColor #2348

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6899409
enhancement: add image handling for waveColor and progressColor param…
califken Aug 28, 2021
fbb1735
Delete settings.json
califken Aug 28, 2021
25d3b51
update type checks and JSdocs for the set and getFillStyle methods
califken Aug 29, 2021
a62bfd7
update image fill style example HTML CSS and WaveSurfer options
califken Aug 29, 2021
13aa47a
return ctx.createPattern rather than store it in a variable
califken Aug 31, 2021
f94d789
fix CHANGES.md rename section instead of add new section
califken Aug 31, 2021
37fe8a4
update: add setWaveStyle and setProgressStyle methods to wavesurfer.js
califken Sep 5, 2021
d74d8ab
fix: space issues
califken Sep 11, 2021
37c73df
fix: change br elements to ul and li
califken Sep 11, 2021
5f01b66
Merge branch 'master' into image-fill-styles
califken Sep 11, 2021
f4e25f5
fix: add version marker to new methods
califken Sep 12, 2021
ce75654
docs: add changelog entry for pull request #2348
califken Sep 15, 2021
8ea3907
feat: add repeat option for image fill style
califken Sep 24, 2021
bc3134c
fix: undo variable declaration change const to let
califken Sep 24, 2021
9e69788
feat: add canvas and video fill style examples
califken Sep 24, 2021
4fba05a
remove audio file and add attribution for video file
califken Sep 28, 2021
41b74a8
fix: updates to canvas and video examples
califken Oct 3, 2021
54c098e
Merge branch 'master' into image-fill-styles
thijstriemstra Feb 20, 2022
1f567c3
remove trailing space
thijstriemstra Feb 20, 2022
f95472f
use var
thijstriemstra Feb 20, 2022
61416dc
Merge branch 'master' into image-fill-styles
thijstriemstra Jul 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGES.md
@@ -1,8 +1,10 @@
wavesurfer.js changelog
=======================
5.3.0 (unreleased)
6.0.0 (unreleased)
------------------
- add additional type to `waveColor` and `progressColor` parameters to support linear gradients (#2345)
- Add `setWaveStyle` and `setProgressStyle` methods, which enable specifying a
canvas image source to use as the waveform background (#2348)
- Add additional type to `waveColor` and `progressColor` parameters to support linear gradients (#2345)
- Regions plugin: increase region z-index to fix stacking inconsistencies (#2353)
califken marked this conversation as resolved.
Show resolved Hide resolved

5.2.0 (16.08.2021)
Expand Down