Skip to content

0.15.0

Compare
Choose a tag to compare
@matteblair matteblair released this 14 Mar 06:04
· 48 commits to main since this release

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)

Core

  • Fix scale gesture calculations producing NaN results in rare situations (#2238)
  • Fix texture URL resolution in scene zip bundles (#2245)