New
0.17.0
This is a major update to the Tangram ES SDKs.
This is the first release that includes full support for building and running Tangram ES on Windows with MSVC! Many thanks to @sopyer, @mathisloge, and @tehKaiN for leading the way on this.
Windows
- Fix Windows debug assertion: "cannot seek vector iterator before begin" by @sopyer in https://github.com/tangrams/tangram-es/pull/2273
- Fix GL_CHECK macro on Windows by @sopyer in https://github.com/tangrams/tangram-es/pull/2277
- Added support for windows paths by @sopyer in https://github.com/tangrams/tangram-es/pull/2276
- WIP Added Windows Platform by @sopyer in https://github.com/tangrams/tangram-es/pull/2272
- Add Windows CI on GitHub Actions by @matteblair in https://github.com/tangrams/tangram-es/pull/2286
- Clean up for CMake scripts and Windows platform by @matteblair in https://github.com/tangrams/tangram-es/pull/2287
Android
- Add default User-Agent header to HTTP requests on Android by @matteblair in https://github.com/tangrams/tangram-es/pull/2278
- Android upgrade gradle plugin by @matteblair in https://github.com/tangrams/tangram-es/pull/2301
macOS
- Run macOS CI on GitHub Actions by @matteblair in https://github.com/tangrams/tangram-es/pull/2291
Core
- Add view padding API to enable adjusting position of map center by @matteblair in https://github.com/tangrams/tangram-es/pull/2294
- Add 'visible' toggle for Android MapData and iOS TGMapData by @matteblair in https://github.com/tangrams/tangram-es/pull/2302
New Contributors
- @sopyer made their first contribution in https://github.com/tangrams/tangram-es/pull/2273
Full Changelog: https://github.com/tangrams/tangram-es/compare/0.16.2...0.17.0