Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.19.0 #416

Merged
merged 39 commits into from
Mar 22, 2024
Merged
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
aab562a
Add events in ts
123mpozzi Mar 1, 2024
156f499
Add listeners in ts
123mpozzi Mar 1, 2024
15dcf35
Add Kotlin serializers
123mpozzi Mar 1, 2024
7a02c60
Add kotlin listeners bindings
123mpozzi Mar 1, 2024
eae4991
Add Swift serializers
123mpozzi Mar 1, 2024
39cefdd
Add listeners and bindings on Swift
123mpozzi Mar 1, 2024
310737d
Merge branch 'development' into feature/support-cue-enter-and-exit-ev…
123mpozzi Mar 1, 2024
6175942
Remove one TODO
123mpozzi Mar 1, 2024
423250a
Improve docs
123mpozzi Mar 1, 2024
215e5f6
Fix `text` being a number
123mpozzi Mar 1, 2024
27fde2e
Use common interface for both cue events
123mpozzi Mar 1, 2024
76c301c
Remove TODOs
123mpozzi Mar 1, 2024
666db00
Add cue events to captions demo page
123mpozzi Mar 1, 2024
2444319
Cover integration
123mpozzi Mar 4, 2024
7067fb3
Do not use a common interface for both cue events
123mpozzi Mar 4, 2024
b2b311a
Add CHANGELOG entry
123mpozzi Mar 4, 2024
2a4cc12
Align listener docs to match the event phrasing
123mpozzi Mar 4, 2024
ca321df
Add note into docs for `text` being null
123mpozzi Mar 5, 2024
0aa1e4c
Merge pull request #410 from bitmovin/main
rolandkakonyi Mar 6, 2024
d960929
Revert "Add note into docs for `text` being null"
123mpozzi Mar 6, 2024
f60c8e6
Merge commit '0aa1e4cfbca65ef96b7823c63d529333e26e4f50' into feature/…
123mpozzi Mar 6, 2024
941eec6
Merge pull request #406 from bitmovin/feature/support-cue-enter-and-e…
123mpozzi Mar 6, 2024
a1cf2eb
chore(ios): update ios player version to 3.57.0
Mar 8, 2024
62dabc6
Merge pull request #411 from bitmovin/update_ios_player_to_3.57.0
rolandkakonyi Mar 8, 2024
d2bbbdb
fix(event conflicts): fix event conflicts for iOS and tvOS
rolandkakonyi Mar 18, 2024
3273b6d
fix(event conflicts): fix event listeners mapping for iOS and tvOS
123mpozzi Mar 19, 2024
7885863
Rename prefixes to start with `on`
123mpozzi Mar 19, 2024
b1561a0
Fix events conflict on Android
123mpozzi Mar 19, 2024
c10b031
[skip ci] Add changelog entry
123mpozzi Mar 19, 2024
8fe5a24
Update CHANGELOG entry to be less specific
123mpozzi Mar 21, 2024
b07a53c
Merge pull request #412 from bitmovin/feature/PRN-108-fix-event-liste…
123mpozzi Mar 21, 2024
f2efaf2
chore(ios): update ios player version to 3.57.2
Mar 22, 2024
95b6574
Merge pull request #413 from bitmovin/update_ios_player_to_3.57.2
rolandkakonyi Mar 22, 2024
521f1ba
chore(android): update android player version to 3.63.0
strangesource Mar 22, 2024
3bcc9f6
ci: fix create sdk update workflow missing SwiftLint dependency
rolandkakonyi Mar 22, 2024
3af0de6
Merge branch 'development' of github.com:bitmovin/bitmovin-player-rea…
rolandkakonyi Mar 22, 2024
7783c1c
Merge pull request #415 from bitmovin/bitmovin/update_android_player_…
strangesource Mar 22, 2024
a879dfb
chore: add changelog entry for iOS SDK update
rolandkakonyi Mar 22, 2024
97f0097
chore: prepare release 0.19.0
Mar 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,21 @@
## [Unreleased]

### Added

- `CueEnterEvent` and `CueExitEvent` to signal when a subtitle entry transitions into an active or inactive status respectively

## [0.18.0] (2024-03-06)

### Changed

- React Native version to `0.73.4`
- Update Bitmovin's native Android SDK version to `3.61.0`
- Update Bitmovin's native iOS SDK version to `3.56.3`

### Fixed

- Android: Subtitles appear out of frame

## [0.17.0] (2024-01-26)

### Added