Skip to content

Releases: lugg/maps

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)

Release 0.2.0-alpha.29

13 Feb 18:25
62868e0

Choose a tag to compare

Pre-release

0.2.0-alpha.29 (2026-02-13)

Bug Fixes

  • ios: apply props after map view initialization (fda3aa6)

Release 0.2.0-alpha.28

12 Feb 03:56
93ecf82

Choose a tag to compare

Pre-release

0.2.0-alpha.28 (2026-02-12)

Features

  • add setEdgeInsets native command (#32) (dc3ef5c)

Release 0.2.0-alpha.27

11 Feb 07:59
958a12b

Choose a tag to compare

Pre-release

0.2.0-alpha.27 (2026-02-11)

Bug Fixes

  • example-web: fix example in web (36b0965)
  • ios: improve edge insets animation smoothness (#30) (f1a4393)
  • web: use DEMO_APP_ID in favor of google var (147e501)

Performance Improvements

  • optimize native animators, re-renders, and exports (#31) (8efde33)

Release 0.2.0-alpha.26

10 Feb 18:36
e2a0e0f

Choose a tag to compare

Pre-release

0.2.0-alpha.26 (2026-02-10)

Features

  • android: add myLocationButtonEnabled prop to control native location button (#29) (965df57)

Release 0.2.0-alpha.25

10 Feb 05:16
712f86b

Choose a tag to compare

Pre-release

0.2.0-alpha.25 (2026-02-10)

Release 0.2.0-alpha.24

10 Feb 03:58
1c59a0b

Choose a tag to compare

Pre-release

0.2.0-alpha.24 (2026-02-10)

Bug Fixes

  • android: theme prop not applied on initial load, polyline animation speed and crash (549e708)

Release 0.2.0-alpha.23

10 Feb 01:16
e50d68c

Choose a tag to compare

Pre-release

0.2.0-alpha.23 (2026-02-10)

Bug Fixes

  • polyline animation OOM and pause when inactive (#27) (63ac9d1)
  • theme prop not applied on iOS Google Maps (175d2d2)

Features

  • unify native map views into single LuggMapView host (#26) (e6e8983)

Release 0.2.0-alpha.22

06 Feb 13:55
8ebb228

Choose a tag to compare

Pre-release

0.2.0-alpha.22 (2026-02-06)

Bug Fixes

  • example: use bridging header for react-native-config on iOS (953e455)

Features