Releases: castlabs/prestoplay-react-components
0.8.1-beta.1
This beta release is for the purposes of the IAB Show 2024 (13th Sept).
Changes
- Add support for
autoplay
to<InterstitialPlayer/>
.
0.8.0
What's Changed
New Features
- Add option to disable focus-based keyboard interactivity.
- Add option to keep player controls hidden.
- Make
BaseThemeOverlay
more configurable:- Add option to hide buttons (audio, full screen, track options).
- Add option to hide the top bar of player controls.
- Add option to render a companion component above the bottom bar
of player controls.
- Add option to display cues on the seek bar.
Fixes
- Fix rounding of duration.
- Fix touch interaction on mobile platforms.
NPM release https://www.npmjs.com/package/@castlabs/prestoplay-react-components
API Docs https://players.castlabs.com/react-dom/0.8.0/docs/
0.8.0-beta.3
This beta release is for the purposes of the NAB Show 2024 (13th April).
It contains the InterstitialPlayer
component, more info in https://castlabs.atlassian.net/browse/DE-6960.
Compared to 0.8.0-beta.2:
- InterstitialPlayer more configurable, option to listen to events, option to modify interstitial asset configs, option to add top companion component etc.
0.8.0-beta.2
This beta release is for the purposes of the NAB Show 2024 (13th April).
If contains the InterstitialPlayer
component, more info in https://castlabs.atlassian.net/browse/DE-6960.
Compared to 0.8.0-beta.1:
- Fixed peerDependencies entry
0.8.0-beta.1
This beta release is for the purposes of the NAB Show 2024 (13th April).
If contains the InterstitialPlayer
component, more info in https://castlabs.atlassian.net/browse/DE-6960.
0.7.3
What's Changed
Fixes
- Show UI controls on mouse move. #23
- Add basic keyboard shortcuts (Fast-forward, Rewind, Pause/Play). #24
NPM Release: https://www.npmjs.com/package/@castlabs/prestoplay-react-components
API Docs https://players.castlabs.com/react-dom/0.7.3/docs/
0.7.2
What's Changed
Fixes
- Fix styling of video canvas.
NPM Release: https://www.npmjs.com/package/@castlabs/prestoplay-react-components
API Docs https://players.castlabs.com/react-dom/0.7.2/docs/
0.7.1
What's Changed
Fixes
- Make sure the default entry point is ESM (this helps prevent webpack/webpack#4674).
NPM Package https://www.npmjs.com/package/@castlabs/prestoplay-react-components
API Docs https://players.castlabs.com/react-dom/0.7.1/docs/
0.7.0
What's Changed
- DE-6489: Clean up props by @fingerartur in #10
- DE-6498: Add Storybook by @fingerartur in #12
- DE-6596: VU meter component by @fingerartur in #15
Full Changelog: https://github.com/castlabs/prestoplay-react-components/blob/main/CHANGELOG.md
Package on NPM: https://www.npmjs.com/package/@castlabs/prestoplay-react-components/v/0.7.0
API Docs: https://players.castlabs.com/react-dom/0.7.0/docs/
MediaTailor player for NAB Show 2023 April 13
This is a beta version with support for Media Tailor SSAI streams with companion client-side ad overlays by Innovid (Innovid SDK integrated).
If I recall Innovid didn't really have an SDK, it was more about copy/pasting and finishing some example code designed to work with their payload for the companion UI.
NPM Package: https://www.npmjs.com/package/@castlabs/prestoplay-react-components/v/0.6.0-beta.13
Ticket: https://castlabs.atlassian.net/browse/DE-6364