v0.10.0
Breaking changes
- Support raw json base styles by @sargunv in #462
MapLibreMap(styleUri = "..")
is nowMapLibreMap(baseUrl = BaseStyle.Uri(".."))
- Auto assign source IDs to fix a common crash by @sargunv in #497
- all the
remember*Source()
functions no longer take anid
parameter.
- all the
- Correct iconPadding type: It is a DpPaddingValue by @westnordost in #471
Other changes
- Added ImageSource by @andreas-umbricht in #457
- Added ComputedSource by @sargunv in #456
- Exposed finished and failed map loading callbacks by @andreas-umbricht in #470
- Added camera bounding box by @andreas-umbricht in #469
- Filled out some gaps in the expressions DSL:
- Added translation of "map attribution" to 19 languages, most from Europe by @westnordost in #493
- Bumped many dependency versions
Documentation changes
- Expression function cheatsheet by @westnordost in #450
- Update CONTRIBUTING.md by @sargunv in #444
- Partial overhaul of the demo app
- extend docs for anchors by @westnordost in #445
New Contributors
- @andreas-umbricht made their first contribution in #457
- @louwers made their first contribution in #490
Full Changelog: v0.9.1...v0.10.0