0.15.0
This is a major update to the Tangram Android SDK and the Tangram iOS SDK. There is one breaking change to the Tangram iOS SDK in this release.
iOS
- Breaking change: The Tangram iOS SDK is now distributed as an XCFramework. XCFrameworks are structured differently from the Frameworks that we distributed previously. Consumers of Tangram ES on iOS may need to make adjustments to their build configuration. Xcode versions 10 and earlier will not recognize the XCFramework structure, so consumers using those versions will need additional build configuration to link to the individual Frameworks within the XCFramework.
Android
- Enable translucent map views using TextureView (#2244)