Skip to content

0.9.3

Compare
Choose a tag to compare
@matteblair matteblair released this 23 May 20:09

This is a minor update to the Tangram Android SDK and the Tangram iOS SDK. There are no breaking changes to the SDK interfaces in this release.

Features

  • All continuous integration builds now run on CircleCI (#1793).
  • Enable sizing point features with % and auto (#1788).

Fixes

  • Building tests is fixed on macOS (#1791).
  • Point type now uses less memory (#1798).
  • Thread sanitizer issues have been fixed (#1795).
  • GL resource management is more robust (#1801, #1809).

Android

  • Fixed an unnecessary call to a font loading function (#1807, thanks @m-sasha!)

iOS

  • Fixed shouldRecognizeShoveGesture by correcting a typo (#1804, thanks @placz!)

macOS

  • Replaced a deprecated enum with newer value (#1810).