+
Skip to content

Tags: fish-can/react-native-maps

Tags

v1.8.0

Toggle v1.8.0's commit message
chore(release): 1.8.0 [skip ci]

# [1.8.0](react-native-maps/react-native-maps@v1.7.1...v1.8.0) (2023-10-09)

### Features

* **android:** Add android namespace to support react-native 0.73 ([react-native-maps#4859](react-native-maps#4859)) ([1c6c13d](react-native-maps@1c6c13d))

v2.0.0-beta.14

Toggle v2.0.0-beta.14's commit message
chore(release): 2.0.0-beta.14 [skip ci]

# [2.0.0-beta.14](react-native-maps/react-native-maps@v2.0.0-beta.13...v2.0.0-beta.14) (2023-05-26)

### Features

* **MapView:** remove loading indicator ([react-native-maps#4749](react-native-maps#4749)) ([4a4a3b1](react-native-maps@4a4a3b1))

### BREAKING CHANGES

* **MapView:** removed loading indicator. Use ActivityIndicator or similar where one is needed.

v2.0.0-beta.13

Toggle v2.0.0-beta.13's commit message
chore(release): 2.0.0-beta.13 [skip ci]

# [2.0.0-beta.13](react-native-maps/react-native-maps@v2.0.0-beta.12...v2.0.0-beta.13) (2023-05-10)

### Features

* **ios:** implement `onTilesRendered` for MapKit ([1f43340](react-native-maps@1f43340))
* **MapView:** rename `onMapLoaded` to `onTilesRendered` ([9ce06d5](react-native-maps@9ce06d5))

### BREAKING CHANGES

* **MapView:** `onMapLoaded` renamed to `onTilesRendered`

v2.0.0-beta.12

Toggle v2.0.0-beta.12's commit message
chore(release): 2.0.0-beta.12 [skip ci]

# [2.0.0-beta.12](react-native-maps/react-native-maps@v2.0.0-beta.11...v2.0.0-beta.12) (2023-05-10)

### Bug Fixes

* **android:** ui movement when using fitTo{SuppliedMarkers,Coordinates} ([657e05f](react-native-maps@657e05f)), closes [react-native-maps#4590](react-native-maps#4590)
* **ios-google:** remove redundant if/else ([db5aadc](react-native-maps@db5aadc))
* **MapView:** `fitToElements` edgePadding moves logo and UI on android ([e0946c9](react-native-maps@e0946c9))

### Features

* **ios:** support edgePadding for fitToElements & fitToSuppliedMarkers ([cf58b84](react-native-maps@cf58b84))

### BREAKING CHANGES

* **ios:** fitTo{Elements,SuppliedMarkers} no longer auto apply padding. Use edgePadding.

v2.0.0-beta.11

Toggle v2.0.0-beta.11's commit message
chore(release): 2.0.0-beta.11 [skip ci]

# [2.0.0-beta.11](react-native-maps/react-native-maps@v2.0.0-beta.10...v2.0.0-beta.11) (2023-05-06)

### Features

* **MapView:** migrate `setIndoorActiveLevelIndex` to prop ([5957e44](react-native-maps@5957e44))
* **MapView:** remove `setCamera` ([aef8148](react-native-maps@aef8148))

### BREAKING CHANGES

* **MapView:** `setIndoorActiveLevelIndex` migrated to `indoorActiveLevelIndex` prop
* **MapView:** `setCamera` removed. Use `animateCamera` with `duration: 0` instead.

v2.0.0-beta.10

Toggle v2.0.0-beta.10's commit message
chore(release): 2.0.0-beta.10 [skip ci]

# [2.0.0-beta.10](react-native-maps/react-native-maps@v2.0.0-beta.9...v2.0.0-beta.10) (2023-04-30)

### Features

* **android:** bump play-services-base 18.2.0 ([02cf884](react-native-maps@02cf884))
* **android:** bump play-services-location to 21.0.1 ([87b9916](react-native-maps@87b9916))
* **android:** bump play-services-maps to 18.1.0 ([a8f8f13](react-native-maps@a8f8f13))

v2.0.0-beta.9

Toggle v2.0.0-beta.9's commit message
chore(release): 2.0.0-beta.9 [skip ci]

# [2.0.0-beta.9](react-native-maps/react-native-maps@v2.0.0-beta.8...v2.0.0-beta.9) (2023-04-29)

### Features

* **MapView:** implement `boundary` for Apple Maps ([079e7ab](react-native-maps@079e7ab))
* **MapView:** migrate `setMapBoundaries` to `boundary` prop ([2505c3f](react-native-maps@2505c3f))

### BREAKING CHANGES

* **MapView:** drop support for iOS < 13.0.
* **MapView:** migrated `setMapBoundaries` method to `boundary` prop.

v2.0.0-beta.8

Toggle v2.0.0-beta.8's commit message
chore(release): 2.0.0-beta.8 [skip ci]

# [2.0.0-beta.8](react-native-maps/react-native-maps@v2.0.0-beta.7...v2.0.0-beta.8) (2023-04-28)

### Bug Fixes

* **android:** prevent random, missing tiles if caching locally ([react-native-maps#4598](react-native-maps#4598)) ([668e837](react-native-maps@668e837)), closes [react-native-maps#4477](react-native-maps#4477)

v2.0.0-beta.7

Toggle v2.0.0-beta.7's commit message
chore(release): 2.0.0-beta.7 [skip ci]

# [2.0.0-beta.7](react-native-maps/react-native-maps@v2.0.0-beta.6...v2.0.0-beta.7) (2023-04-28)

### Features

* **MapView:** make animateCamera async ([b1c76d8](react-native-maps@b1c76d8))
* **MapView:** make animateToRegion async ([b056709](react-native-maps@b056709))
* **MapView:** make fitToCoordinates async and accept duration ([e1b6024](react-native-maps@e1b6024))
* **MapView:** make fitToElements async and accept duration ([d397367](react-native-maps@d397367))
* **MapView:** make fitToSuppliedMarkers async and accept duration ([8fb89d8](react-native-maps@8fb89d8))

### BREAKING CHANGES

* **MapView:** made fitToCoordinates async and accept duration instead of animated boolean
* **MapView:** made fitToSuppliedMarkers async and accept duration instead of animate boolean
* **MapView:** made fitToElements async. Takes duration instead of animated boolean
* **MapView:** made MapView.animateCamera async
* **MapView:** made MapView.animateToRegion async

v2.0.0-beta.6

Toggle v2.0.0-beta.6's commit message
chore(release): 2.0.0-beta.6 [skip ci]

# [2.0.0-beta.6](react-native-maps/react-native-maps@v2.0.0-beta.5...v2.0.0-beta.6) (2023-04-27)

### Features

* **ios:** align native component names with android ([99e87dd](react-native-maps@99e87dd))
* move ios modules into seperate files and align name on android ([690c285](react-native-maps@690c285))
* restructure ios and rename class prefix ([392e352](react-native-maps@392e352))
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载