Skip to content

v0.10.0

Compare
Choose a tag to compare
@sargunv sargunv released this 10 Jul 07:53
· 51 commits to main since this release
be8baae

Breaking changes

  • Support raw json base styles by @sargunv in #462
    • MapLibreMap(styleUri = "..") is now MapLibreMap(baseUrl = BaseStyle.Uri(".."))
  • Auto assign source IDs to fix a common crash by @sargunv in #497
    • all the remember*Source() functions no longer take an id parameter.
  • Correct iconPadding type: It is a DpPaddingValue by @westnordost in #471

Other changes

Documentation changes

New Contributors

Full Changelog: v0.9.1...v0.10.0