Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: palithalahiru/wavesurfer.js Loading
base: master
Choose a base ref
...
head repository: katspaugh/wavesurfer.js Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    8441988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9336f80 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. TimelinePlugin: try to retrieve wrapper scrollWidth value from wavesu…

    …rfer wrapper when computing pxPerSec in initTimeline() (katspaugh#3743)
    alexanderleecii committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    90c6cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700d997 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    741f71c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Make yarn build command cross-platform (katspaugh#3747)

    * Make npm build command cross-platform
    
    * Update scripts/clean.cjs
    
    Co-authored-by: katspaugh <381895+katspaugh@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: katspaugh <381895+katspaugh@users.noreply.github.com>
    alexanderleecii and katspaugh committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    08afa79 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Feat (Record): add timeslice option (katspaugh#3760)

    - Add mediaRecorderTimeslice option to RecordPluginOptions to which is passed to mediaRecorder.start().
    - Add 'record-data-available' event which returns the blob that is delivered by the mediaRecorder and only that blob
    nizar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    13cc442 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. 7.8.0

    katspaugh committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    1a88cd4 View commit details
    Browse the repository at this point in the history
  2. Fix: async duration to allow ready event subscriptions (katspaugh#3762)

    * Fix: async duration to allow ready event subscriptions
    
    * Fix tests
    katspaugh committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    fb027ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcca8e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Docs: add golden sponsor

    katspaugh committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    057de39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712e868 View commit details
    Browse the repository at this point in the history
  3. 7.8.1

    katspaugh committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    08c854d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    001f3d0 View commit details
    Browse the repository at this point in the history
  5. Fix: [Regions] export Region class for TypeScript docs (katspaugh#3775)

    * Fix: [Regions] export Region class for TypeScript docs
    
    * prettier
    katspaugh committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9cbc9a1 View commit details
    Browse the repository at this point in the history
Loading