Releases: TheWidlarzGroup/react-native-video-player
Releases · TheWidlarzGroup/react-native-video-player
v0.15.0
What's Changed
- fix RCTVIEW [{flexGrow:<>}] is not usable as a native method argument #126 issue by @ayuleul in #168
- Fix resume when autoPlay is false by @martinfrouin in #174
- Update README.md by @Okelm in #185
- Update README.md by @Okelm in #188
- Release beta V0.15 🎉 by @moskalakamil in #196
- docs: fix demo video by @moskalakamil in #197
- chore: issue workflow - stale bot & templates by @moskalakamil in #198
- feat: add docs by @moskalakamil in #199
- docs: update
intro
section by @moskalakamil in #201 - docs(readme): add guide for running documentation locally by @moskalakamil in #200
- fix(ci): deploy-docs by @moskalakamil in #202
- docs: put docs link in readme by @moskalakamil in #203
- feat: add slide animation by @moskalakamil in #204
- ci(docs): check docs build on pr by @moskalakamil in #205
- chore: release 0.15.0 by @moskalakamil in #206
New Contributors
- @martinfrouin made their first contribution in #174
- @Okelm made their first contribution in #185
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
v0.9.0
v0.8.6
v0.8.0
v0.7.0
v0.6.1
- Added a hitSlop to the seek bar knob.
- Fixed the seek bar on android.
- Changed the way the seek bar is build up. There are new customStyles called
seekBarFullWidth
andseekBarBackground
. A part of the script needs the width of the seek bar. The padding is
added to this width by by reading paddingHorizontal or paddingLeft and paddingRight from the
customseekBar
styles.