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
textTrackStyleoptions. - Added
showCastInstructionsandshowCastDialog. - Updated
tns-core-modulesto6.5.4. - Added more types.
- android: Updated
com.google.android.gms:play-services-cast-frameworkto18.1.0. - ios: Updated
GoogleCast.frameworkto4.4.7. - ios: Fixed incorrect metadata key names.
NativeScript 6 Support
- Migrated to NativeScript 6. Thanks @jcarolus
- Updated
tns-core-modulesto6.1.2. - ios: Replaced
GoogleCast.frameworkwithDynamic Cast 4.4.5 iOS Sender API. Thanks @jcarolus - android: Updated
com.google.android.gms:play-services-cast-frameworkto17.0.0. - android: Removed
org.nativescript.cast.CastActivityrequirement.
Fix Android crash
- Fixed a crash that would occur on Android if
metadata.imagesortextTrackswere not set.
Expanded Controller & Angular support
NativeScript 5 Support
- Updated
tns-core-modulesto5.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.