Skip to content

3.0.0

Compare
Choose a tag to compare
@lhz516 lhz516 released this 15 Mar 23:19
· 108 commits to master since this release

Introduced Advanced Layout customization:

  • Added props layout
  • Added props customProgressBarSection
  • Added props customControlsSection
  • Added props customAdditionalControls
  • Added props customVolumeControls

Breaking changes:

  • Dropped support under React 16.3.0
  • Dropped support under IE 11 (IE 10 had stopped being maintained by Microsoft after Jan. 14, 2020)
  • Changed onListen callback's argument from current time number to Event object
    • You can still get current time by event.target.currentTime
  • Deprecated props showVolumeControl. Now use customVolumeControls={[]} to hide volume control
  • Deprecated props showLoopControl. Now use customAdditionalControls={[]} to hide loop button