Skip to content

Releases: aws-amplify/amplify-ios-maplibre

2.1.1 (2024-09-18)

18 Sep 19:10
311b0e7
Compare
Choose a tag to compare

Bug Fixes

  • Fixing compilation issues with the new Amplify version (#34)

2.1.0 (2024-08-14)

14 Aug 19:07
78fcf54
Compare
Choose a tag to compare

Features

  • Upgrading to latest version of MapLibre iOS to address maps not being rendered anymore (#31)

Bug Fixes

  • Fixing compilation issues (#31)

2.0.1 (2023-06-28)

28 Jun 20:19
5090b7f
Compare
Choose a tag to compare

Bug Fixes

  • fix: Build failure due to external dependency (#25)

v2.0.0

14 Dec 21:02
Compare
Choose a tag to compare

Breaking Changes

  • Updated dependency on Amplify Swift to v2.2.0.
  • Changed completion handler APIs to async/await.

v1.0.0

01 Apr 01:09
176416a
Compare
Choose a tag to compare

Launch of AmplifyMapLibreAdapter! 🎉

v0.1.4

24 Jan 15:18
176416a
Compare
Choose a tag to compare

Chores:

This release adds several UI tests and an extensive example project in AMLExamples.

Fixes:

The onCancel closure in AMLSearchBar now executes as expected.

Breaking Changes:

  • AMLSearchBar has added the argument onEditing in its initializer. This gets called when the user taps the search bar to begin editing.

v0.1.3

29 Nov 23:52
3a1331d
Compare
Choose a tag to compare

Fixes:

This release fixes an issue of the underlying MGLMapView that prevents the attribution string from being properly displayed.

Breaking Changes:

  • hideAttributionButton(_:) view modifier on AMLMapView has been removed.
  • hideAttributionButton(_:) view modifier on AMLMapCompositeView has been removed.

v.0.1.2

24 Nov 18:58
f3dd65f
Compare
Choose a tag to compare

Features:

  • Dropped minimum Xcode version requirement from 13.0 to 12.0.

v0.1.1

19 Nov 20:06
c59ebc4
Compare
Choose a tag to compare

Chores:

Update dependency rule to Amplify to point at release version.

v0.1.0

19 Nov 17:36
a0d1c68
Compare
Choose a tag to compare

Initial developer preview release of AmplifyMapLibreAdapter.

Features:

  • Custom URL protocol that signs MapLibre calls to Amazon Location Service endpoints.
  • SwiftUI wrappers AMLMapView and AMLMapCompositeView of MGLMapView + various related UI components.