v6.2.0
What's Changed
General
- feat: add getCurrentPosition to component's ref by @seyedmostafahasani in #3824
- fix: ensure progress is sent before
onEnd
callback by @freeboub in #3872 - docs: update min iOS version info by @KrzysztofMoch in #3814
- docs: fix ordering by @freeboub in #3848
- chore(sample): review seeker in sample by @freeboub in #3787
Android
- feat(android): Change subtitleLayout from child to sibling of layout by @YangJonghun in #3830
- feat(android): handle increment forward and rewind buttons by @seyedmostafahasani in #3818
- feat(android): allow chunckless preparation by @freeboub in #3882
- fix(android): allow notification tap to foreground app by @paulrinaldi in #3831
- fix(android): cache header by @lovegaoshi in #3832
- fix(android): refactor source, fix random DRM issue and crop start on local asset by @freeboub in #3835
- fix(android): optimize lag on old android by @freeboub in #3860
- fix(android): video resolution orientation android by @freeboub in #3862
- fix(android): fix null pointer exception at playback start with item metadata by @freeboub in #3879
- chore(android): add colors and dimens files to handle variables by @seyedmostafahasani in #3836
iOS
- fix(ios): don't crash app if view wasn't found by @KrzysztofMoch in #3841
- fix(ios): fix playback status with lifecycle by @YangJonghun in #3819
- fix(ios): notification controls enabled by default by @KrzysztofMoch in #3861
- fix(ios): Implicit use of 'self' in closure - use 'self.' to make capture semantics explicit (#3764) by @dibyendu in #3881
New Contributors
Full Changelog: v6.1.2...v6.2.0