Skip to content

Releases: maplibre/swiftui-dsl

v0.18.0

14 Oct 05:22
210b632
Compare
Choose a tag to compare

Version 0.18.0

Commits

  • [210b632] Update to be compatible with swift-syntax 602.0.0 (#110)
  • [548b2bb] Run swiftformat
  • [b1e514f] Disable SPM Prebuilts in CI workflow
  • [d8b2e19] Add lineOpacity to LineStyleLayer. (#108)
  • [162c857] Fix LineStyleLayerInternal.sourceLayerIdentifier not being set. (#106)

v0.17.0

11 Sep 02:26
59fc604
Compare
Choose a tag to compare

Version 0.17.0

Commits

v0.16.0

10 Sep 12:47
f6979ec
Compare
Choose a tag to compare

What's Changed

This release consists of one major PR that improves our ability to test the library, and adds more camera operations. This is technically a breaking change, but we don't expect most apps will be affected by the changes.

Full Changelog: v0.15.0...v0.16.0

v0.15.0

05 Sep 15:04
327a93f
Compare
Choose a tag to compare

Version 0.15.0

Commits

  • [327a93f] Add onUserTrackingModeChanged modifier to MapView. (#100)
  • [8f80abd] Add lastHeading property to StaticLocationManager. (#99)
  • [420a1f4] CI Updates + some StyleLayerCollection (#101)
  • [4dc3820] adding iconAnchor, textAllowsOverlap (#97)
  • [b77b658] Update MapLibre logo in README.md (#95)

v0.14.0

23 Jun 08:47
ee68391
Compare
Choose a tag to compare

Version 0.14.0

Commits

  • [ee68391] Support SwiftSyntax v601 (#93)
  • [0747609] Introduce lineDashPattern for LineStyleLayers (#94)

v0.13.0

10 Jun 00:49
0e86379
Compare
Choose a tag to compare

Version 0.13.0

Commits

v0.12.0

09 May 02:31
5bc0284
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

02 May 02:41
579c378
Compare
Choose a tag to compare

Enhancements

Bug fixes

Updates

  • Update to the latest snapshot testing package version by @bolsinga in #85
  • Document the testing process better for new contributors by @ianthetechie in #86

Full Changelog: v0.10.0...v0.11.0

v0.10.0

28 Apr 13:38
26eced8
Compare
Choose a tag to compare

Version 0.10.0

Commits

  • [26eced8] Nix the changelog for now (#82)
  • [f4a2d21] Add MapActivity to track what MapView is being used for. (#81)
  • [9324755] Use self.init instead of setting member variables directly. (#80)

v0.9.1

02 Apr 23:41
13e4808
Compare
Choose a tag to compare

Version 0.9.1

Commits

  • [13e4808] Use latest Mockable version to build with XCode 16.3 (#79)