Skip to content

Latest commit

 

History

History
131 lines (74 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

131 lines (74 loc) · 6.5 KB

1.8.0 (2020-10-09)

Features

  • Add support for poster URL override (#67) (d341708), closes #67

1.7.1 (2019-06-21)

Code Refactoring

  • Rename the mis-named configId parameter (#52) (6896897), closes #52

1.7.0 (2019-06-04)

Features

  • Support adConfigId and configId params (#50) (b33157c), closes #50

Chores

  • package: Update outdated dependencies (#49) (cae135e), closes #49

1.6.0 (2018-10-23)

Features

  • Add support for an iframeHorizontalPlaylist embed option, enhance playlist embed option to support legacy playlists. (#35) (09e8694), closes #35
  • Replace existing demo pages with one page allowing many configurations. (#34) (123c7a8), closes #34

Chores

  • package: update videojs-generate-rollup-config to version 2.3.0 (4f401e5)

1.5.0 (2018-10-05)

Features

  • allow player url to be passed in (#32) (fc52bc8), closes #32

Chores

  • package: update videojs-standard to version 8.0.2 (#31) (9161428), closes #31

1.4.2 (2018-09-17)

Chores

  • Mark players as having been loaded with this library. (#30) (e327286), closes #30

1.4.1 (2018-09-12)

Bug Fixes

  • Fix an issue where embedding a player more than once would result in "Uncaught TypeError: resolve is not a function" (#28) (2d54995), closes #28

1.4.0 (2018-09-06)

Features

  • Add embedOptions.tagName parameter to improve support for older Brightcove Player versions. (#26) (c4c10e7), closes #26

1.3.2 (2018-09-05)

Bug Fixes

  • Remove the postinstall script to prevent install issues (5fca070)

Chores

  • package: Update dependencies to enable Greenkeeper 🌴 (#20) (fc9ee13), closes #20

1.3.1 (2018-08-30)

Chores

  • Update tooling using plugin generator v7.2.0 (#19) (fa7961b), closes #19

1.3.0 (2018-08-28)

Features

  • Allow an embed to use the unminified version of a player. (#14) (49a1819), closes #14

Bug Fixes

  • Fix an issue with using the refNode param as a string. (#13) (57f64fa), closes #13
  • Fix usage of the 'replace' value for refNodeInsert. (#15) (36ba6f2), closes #15

Documentation

  • Add note describing which Brightcove Player versions this is compatible with. (#17) (7301b73), closes #17

1.2.1 (2018-08-17)

Code Refactoring

1.2.0 (2018-08-14)

Features

  • Detect pre-existing players on the page and cache them to avoid downloading players that may exist before player-loader gets to run. (#10) (566d4ed), closes #10

1.1.0 (2018-08-01)

Features

  • Expose the getUrl function from utils (#9) (63b18ce), closes #9

1.0.0 (2018-07-23)

Features

  • Allow Brightcove Players to be embedded and loaded asynchronously. (#2) (be708db), closes #2