|
2 | 2 |
|
3 | 3 | Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
|
4 | 4 |
|
| 5 | +## 6.0.0-beta.6 - April 4, 2018 |
| 6 | + - Fix race condition crash for heavily modified annotations [#11551](https://github.com/mapbox/mapbox-gl-native/pull/11551) |
| 7 | + - Throw exception when converting PropertyValue with an expression [#11572](https://github.com/mapbox/mapbox-gl-native/pull/11572) |
| 8 | + - Invalidate camera position before delivering onMapReady [#11585](https://github.com/mapbox/mapbox-gl-native/pull/11585) |
| 9 | + - Rework logical condition convenience expressions [#11555](https://github.com/mapbox/mapbox-gl-native/pull/11555) |
| 10 | + - Telemetry library version update to 3.0.0-beta.4 [#11590](https://github.com/mapbox/mapbox-gl-native/pull/11590) |
| 11 | + |
| 12 | +## 6.0.0-beta.5 - March 27, 2018 |
| 13 | + - Avoid flashing on pitched overzoomed tiles [#11488](https://github.com/mapbox/mapbox-gl-native/pull/11488) |
| 14 | + - Literal array conversion of primitive arrays [#11500](https://github.com/mapbox/mapbox-gl-native/pull/11500) |
| 15 | + - Make default output from step more descriptive [#11501](https://github.com/mapbox/mapbox-gl-native/pull/11501) |
| 16 | + - Expose public Telemetry API [#11503](https://github.com/mapbox/mapbox-gl-native/pull/11503) |
| 17 | + - Convert Android int colors with to-color expression [#11506](https://github.com/mapbox/mapbox-gl-native/pull/11506) |
| 18 | + - Prevent default style reload when string style json was set [#11520](https://github.com/mapbox/mapbox-gl-native/pull/11520) |
| 19 | + - String, number and bool Expressions with multiple values [#11512](https://github.com/mapbox/mapbox-gl-native/pull/11512) |
| 20 | + - Telemetry library 3.0.0-beta.3 [#11534](https://github.com/mapbox/mapbox-gl-native/pull/11534) |
| 21 | + - Gestures library v0.2.0 [#11535](https://github.com/mapbox/mapbox-gl-native/pull/11535) |
| 22 | + |
| 23 | +## 5.5.1 - March 26, 2018 |
| 24 | + - Verify optional access of FileSource deactivation [#11480](https://github.com/mapbox/mapbox-gl-native/pull/11480) |
| 25 | + - Prevent default style loading when style json was set [#11519](https://github.com/mapbox/mapbox-gl-native/pull/11519) |
| 26 | + - Delete local reference when convering Image.java [#11350](https://github.com/mapbox/mapbox-gl-native/pull/11350) |
| 27 | + - Use float for pixel ratio when creating a snapshotter [#11367](https://github.com/mapbox/mapbox-gl-native/pull/11367) |
| 28 | + - Validate if width and height aren't 0 when creating a snapshot [#11364](https://github.com/mapbox/mapbox-gl-native/pull/11364) |
| 29 | + - Null check body of http request [#11413](https://github.com/mapbox/mapbox-gl-native/pull/11413) |
| 30 | + - Clamp TileJSON bounds [#11425](https://github.com/mapbox/mapbox-gl-native/pull/11425) |
| 31 | + |
5 | 32 | ## 6.0.0-beta.4 - March 20, 2018
|
6 | 33 | - Gesture library 0.1.0 stable [#11483](https://github.com/mapbox/mapbox-gl-native/pull/11483)
|
7 | 34 | - Filters with expressions [#11429](https://github.com/mapbox/mapbox-gl-native/pull/11429)
|
|
0 commit comments