1.8.0 (2020-10-09)
1.7.1 (2019-06-21)
1.7.0 (2019-06-04)
1.6.0 (2018-10-23)
- 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
- package: update videojs-generate-rollup-config to version 2.3.0 (4f401e5)
1.5.0 (2018-10-05)
1.4.2 (2018-09-17)
1.4.1 (2018-09-12)
- 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)
- Add
embedOptions.tagName
parameter to improve support for older Brightcove Player versions. (#26) (c4c10e7), closes #26
1.3.2 (2018-09-05)
- Remove the postinstall script to prevent install issues (5fca070)
1.3.1 (2018-08-30)
1.3.0 (2018-08-28)
- 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
- Add note describing which Brightcove Player versions this is compatible with. (#17) (7301b73), closes #17
1.2.1 (2018-08-17)
- Use @brightcove/player-url to generate URLs. (253d019)
1.2.0 (2018-08-14)
- 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