Skip to content

Latest commit

 

History

History
94 lines (42 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

94 lines (42 loc) · 2.91 KB

4.0.1 (2022-07-22)

Bug Fixes

  • readme: tiny typo in readme (3714624)

4.0.0 (2020-03-15)

Features

  • use original plyr typings (adb27b7)

BREAKING CHANGES

  • no typings are served by this repository any longer

3.0.1 (2019-07-26)

Bug Fixes

  • properly handle parameter changes (de4a6d6)

3.0.0 (2019-07-24)

Features

  • turn playsinline and crossorigin attributes to be configurable as ngx-plyr parameters (395ac3c)

BREAKING CHANGES

  • crossorigin and playsinline are no more set initially, please set the up manually as [plyrCrossOrigin]="true" and [plyrPlaysInline]="true"

2.0.0 (2019-07-22)

Features

BREAKING CHANGES

  • angular 8 breaks the original behavior of ViewChild (and the library depends on it)

1.2.2 (2019-05-06)

Bug Fixes

  • plyr is recreated properly after options change, fix #12 (4f81dfc)

1.2.1 (2019-04-08)

Bug Fixes

  • add keywords & badge for NPM (a882108)

1.2.0 (2018-12-21)

Features

  • add hls.js and dash.js example integrations (53f8a51)
  • add plyr-driver (8f6053f)

1.1.1 (2018-12-18)

Bug Fixes

  • add component export to public api, close #1 (5af440f)

1.1.0 (2018-12-18)

Features

  • add attribute selector (f14b3c9)
  • add plyrPlayerInit event (f730424)
  • add support for plyr initial options (bdf5c6e)

1.0.0 (2018-12-18)

Features