Nothing Special   »   [go: up one dir, main page]

Skip to content

Releases: p-lr/MapCompose

2.12.12

14 Nov 21:06
Compare
Choose a tag to compare
  • Fix #122: undesired scroll behavior at lower scale ratios after device rotation
  • Uses Compose BOM 2024.10.01, Kotlin 1.9.25, Compose compiler 1.5.15

2.12.11

03 Nov 19:07
Compare
Choose a tag to compare
  • Path click handling now accounts for draw order
  • Uses Compose BOM 2024.10.01, Kotlin 1.9.25, Compose compiler 1.5.15

2.12.9

02 Nov 10:39
Compare
Choose a tag to compare
  • Fix centering on bounding box when visible area passing is set
  • Update demo app to use material3 and edge-to-edge
  • Uses Compose BOM 2024.10.01, Kotlin 1.9.25, Compose compiler 1.5.15

2.12.8

05 Oct 09:25
Compare
Choose a tag to compare

This release is a dependency update.

  • Uses Compose BOM 2024.09.03, Kotlin 1.9.24, Compose compiler 1.5.14

2.12.7

21 Sep 06:07
Compare
Choose a tag to compare

This release is a dependency update.

  • Uses Compose BOM 2024.09.02, Kotlin 1.9.24, Compose compiler 1.5.14
  • Update coroutines 1.8.1

2.12.6

04 Aug 13:40
Compare
Choose a tag to compare
  • Improved performance of path click handler
  • Fix issue when adding a path with an offset but without specifying a count
  • Fix potential subsampling issue
  • Custom cluster click bahavior now have an optional parameter withDefaultBehavior (#115)
  • Uses Compose BOM 2024.06.00, Kotlin 1.9.23, Compose compiler 1.5.11
  • Targets Android 15 (api 35)

2.12.2

07 Apr 08:03
Compare
Choose a tag to compare
  • Add ability to fill a path with a color, as if the path was closed, using the new fillColor parameter of addPath api. The path then looks like a filled polygon. However, click handling is unchanged. So even if fillColor is set, click gestures are only handled along the path.
  • Uses Compose BOM 2024.04.00, Kotlin 1.9.23, Compose compiler 1.5.11

2.12.0

08 Feb 18:56
Compare
Choose a tag to compare
  • Uses Compose BOM 2024.02.00, Kotlin 1.9.22, Compose compiler 1.5.8

2.11.1

28 Jan 12:24
Compare
Choose a tag to compare
  • New reloadTiles api
  • Uses Compose BOM 2023.10.01, Kotlin 1.9.21, Compose compiler 1.5.7

2.11.0

01 Jan 09:42
Compare
Choose a tag to compare
  • New apis to handle long-press on markers and paths: onMarkerLongPress and onPathLongPress
  • ⚠ The recently added onPathClickTraversal api is renamed onPathHitTraversal which takes an additional HitType parameter. Usages are straightforward to fix.
  • Uses Compose BOM 2023.10.01, Kotlin 1.9.21, Compose compiler 1.5.7