Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.2
Choose a base ref
...
head repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.3
Choose a head ref
  • 3 commits
  • 6 files changed
  • 6 contributors

Commits on Jan 29, 2025

  1. chore: Change the confusing parameter position to a clear name. #637 (

    #638)
    
    * feat: Change the `position` parameter of MarkerState to a clearer name. #637
    
    * feat: Rename example codes that were using the position `parameter` to `initialPosition`. #637
    
    * Revert "feat: Rename example codes that were using the position `parameter` to `initialPosition`. #637"
    
    This reverts commit 565007e.
    
    * Revert "feat: Change the `position` parameter of MarkerState to a clearer name. #637"
    
    This reverts commit 2aa9d4a.
    
    * feat: Add 'rememberUpdatedMarkerState' which updates the state value based on updates to the input parameters.
    
    * chore: Add warning comment at rememberMarkerState.
    
    * feat: Modify the example project to use the newly added 'rememberUpdatedMarkerState'.
    
    * feat: Add test case for 'testRememberUpdatedMarkerStateBeUpdate'.
    
    * feat: remove rememberSavable for rememberUpdatedMarkerState.
    
    * feat: Deprecate rememberMarkerState function.
    
    * Update maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt
    
    Co-authored-by: Uli Bubenheimer <[email protected]>
    
    ---------
    
    Co-authored-by: Uli Bubenheimer <[email protected]>
    Co-authored-by: Enrique López Mañas <[email protected]>
    3 people authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    0d6f023 View commit details
    Browse the repository at this point in the history
  2. fix: minor enhancements for DraggableMarkersCollectionWithPolygonActi…

    …vity (#674)
    
    Co-authored-by: Uli Bubenheimer <[email protected]>
    Co-authored-by: Dale Hawkins <[email protected]>
    3 people authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    af9b873 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.4.3 [skip ci]

    ## [6.4.3](v6.4.2...v6.4.3) (2025-01-29)
    
    ### Bug Fixes
    
    * minor enhancements for DraggableMarkersCollectionWithPolygonActivity ([#674](#674)) ([af9b873](af9b873))
    semantic-release-bot committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    3663c74 View commit details
    Browse the repository at this point in the history
Loading