Releases: lochstar/nativescript-cast
Releases · lochstar/nativescript-cast
NativeScript 7 Support
Queue Support
- Added basic Queue support:
loadQueue
,queueNextItem
&queuePreviousItem
. Thanks to loop.tv. - Implemented some
textTrackStyle
options. - Added
showCastInstructions
andshowCastDialog
. - Updated
tns-core-modules
to6.5.4
. - Added more types.
- android: Updated
com.google.android.gms:play-services-cast-framework
to18.1.0
. - ios: Updated
GoogleCast.framework
to4.4.7
. - ios: Fixed incorrect metadata key names.
NativeScript 6 Support
- Migrated to NativeScript 6. Thanks @jcarolus
- Updated
tns-core-modules
to6.1.2
. - ios: Replaced
GoogleCast.framework
withDynamic Cast 4.4.5 iOS Sender API
. Thanks @jcarolus - android: Updated
com.google.android.gms:play-services-cast-framework
to17.0.0
. - android: Removed
org.nativescript.cast.CastActivity
requirement.
Fix Android crash
- Fixed a crash that would occur on Android if
metadata.images
ortextTracks
were not set.
Expanded Controller & Angular support
NativeScript 5 Support
- Updated
tns-core-modules
to5.3.1
. - Updated Android Cast Framework to
15.0.0
. - Big thanks to @jcarolus.
Vue & Webpack config
- Added instructions for Vue and Webpack configuration.
- Simplified the iOS configuration instructions.
Initial Release
- Support for CastButton and basic media functionality.