Skip to content

Releases: lugg/maps

Release 1.0.0-beta.9

02 Apr 20:15
2a41d01

Choose a tag to compare

Release 1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2026-04-02)

Bug Fixes

  • android: cap gradient spans to prevent OOM on long polylines (#66) (db61569)
  • iOS gesture props (rotateEnabled, zoomEnabled, scrollEnabled, pitchEnabled) silently ignored on first render (#64) (a475c16)

Release 1.0.0-beta.8

26 Mar 19:16
3b2099a

Choose a tag to compare

Release 1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2026-03-26)

Bug Fixes

  • ios: marker onPress not firing after navigation back (#60) (8aa0a49), closes #58

Release 1.0.0-beta.6

26 Mar 11:47
a7a582b

Choose a tag to compare

Release 1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2026-03-26)

Features

  • ios: add iOS 18 POI filter categories (a90fd20)

Performance Improvements

  • memoize components to prevent unnecessary re-renders (#59) (ad5d3d4)

Release 1.0.0-beta.5

24 Mar 00:56
21f987d

Choose a tag to compare

Release 1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2026-03-24)

Bug Fixes

  • android: prevent non-bubbled callout from intercepting touches at wrong position (deb469a)
  • android: reposition Google watermark with edge insets (#55) (d4387a8)
  • reactively apply dark mode on Android when system theme changes (#53) (2e22598), closes #47

Features

  • add centerOnPress prop to Marker (#57) (de2060c)
  • add insetAdjustment prop to MapView (#56) (da13e6d)
  • add mapType prop to MapView (#51) (97676ae), closes #45
  • add poiEnabled and poiFilter props to MapView (#52) (ff2cd24)
  • add showCallout and hideCallout methods to Marker (#49) (3b1f3ee)
  • replace callout anchor with offset (#50) (4a7aaab)

Release 1.0.0-beta.4

20 Mar 20:15
2c62f6d

Choose a tag to compare

Release 1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2026-03-20)

Bug Fixes

  • default marker anchor to bottom-center (#42) (4eb8d44)

Features

Release 1.0.0-beta.3

19 Mar 11:13
041d31a

Choose a tag to compare

Release 1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2026-03-19)

Bug Fixes

  • non-bubbled callout Y position to top of marker (36898cb)

Release 1.0.0-beta.2

19 Mar 06:56
c68bd59

Choose a tag to compare

Release 1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2026-03-19)

Bug Fixes

  • Apple Maps marker scale and callout positioning (#41) (66a2acb)

Release 1.0.0-beta.1

18 Mar 20:05
c911a5a

Choose a tag to compare

Release 1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2026-03-18)

Features

Release 1.0.0-beta.0

04 Mar 21:13
c74aec3

Choose a tag to compare

Release 1.0.0-beta.0 Pre-release
Pre-release

1.0.0-beta.0 (2026-03-04)

Bug Fixes

  • improve web Polyline animation stability and timing (c46c801)

Features

  • add dragging support to Marker component (#37) (1595675)
  • add dragging support to web Marker (d06d615)
  • add GeoJson component (#39) (f207b55)
  • add holes support to Polygon component (#38) (769683f)
  • add onPress and onLongPress events to MapView (#35) (cfa79c6)
  • add onPress event to Marker component (#36) (80d967a)
  • add Polygon component (#34) (9ce2be3)

Release 0.2.0-alpha.30

17 Feb 16:20
bff4176

Choose a tag to compare

Pre-release

0.2.0-alpha.30 (2026-02-17)

Bug Fixes

  • android: copy reusablePoints before passing to polyline (a8ff42e)