Skip to content

Commit

Permalink
Merge branch 'beta' into fix/camera
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 10, 2024
2 parents 869db53 + 58abdb0 commit beb5cdb
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 779 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,45 @@
# [10.0.0-beta.5](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.4...v10.0.0-beta.5) (2024-12-08)
# [10.0.0-beta.7](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.6...v10.0.0-beta.7) (2024-12-09)


### Features

* upgrade Android gradle setup ([#539](https://github.com/maplibre/maplibre-react-native/issues/539)) ([761ae0d](https://github.com/maplibre/maplibre-react-native/commit/761ae0d527169eef663bb61222847e7110fc2221))
* remove Style component ([#547](https://github.com/maplibre/maplibre-react-native/issues/547)) ([9d4c458](https://github.com/maplibre/maplibre-react-native/commit/9d4c458b26a1ace046e8da0e3b974233cec946b2))


### BREAKING CHANGES

* Remove `Style` component, use `styleJSON` of `MapView` instead

# [10.0.0-beta.4](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.3...v10.0.0-beta.4) (2024-12-08)
# [10.0.0-beta.6](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.3...v10.0.0-beta.6) (2024-12-09)


### Features

* upgrade Android gradle setup ([#539](https://github.com/maplibre/maplibre-react-native/issues/539)) ([761ae0d](https://github.com/maplibre/maplibre-react-native/commit/761ae0d527169eef663bb61222847e7110fc2221))
* remove deprecations ([#543](https://github.com/maplibre/maplibre-react-native/issues/543)) ([0c41ada](https://github.com/maplibre/maplibre-react-native/commit/0c41adac7f75b695c3edaabe50f5cef808af268b))


### BREAKING CHANGES

* - Deprecated `UserTrackingModes` is removed in favor of `UserTrackingMode`
- Removed deprecated `setCamera` from `MapView`
- Removed deprecated `byId` methods from `ShapeSource`
- Removed deprecated `children` from `SymbolSource`
- Removed deprecated `assets` key from `Images`
- Removed deprecated event keys
- deprecated `UserTrackingModes` is removed in favor of `UserTrackingMode`
- removed deprecated `setCamera` from `MapView`
- removed deprecated `byId` methods from `ShapeSource`
- removed deprecated `children` from `SymbolSource`
- removed deprecated `assets` key from `Images`
- removed deprecated event keys

# [10.0.0-beta.3](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.2...v10.0.0-beta.3) (2024-12-08)


### Features

* export RegionPayload and MapLibreRNEvent types ([#544](https://github.com/maplibre/maplibre-react-native/issues/544)) ([b342f1b](https://github.com/maplibre/maplibre-react-native/commit/b342f1b5c82fe3d8bb1a353ebb33c3df26d47532))
* export `RegionPayload` and `MapLibreRNEvent` types ([#544](https://github.com/maplibre/maplibre-react-native/issues/544)) ([b342f1b](https://github.com/maplibre/maplibre-react-native/commit/b342f1b5c82fe3d8bb1a353ebb33c3df26d47532))
* remove duplicate of `OfflinePackStatus` type ([#542](https://github.com/maplibre/maplibre-react-native/issues/542)) ([9e231b7](https://github.com/maplibre/maplibre-react-native/commit/9e231b79ed5f8d7c03189cd7e2264fb0a2dcf1c9))


### BREAKING CHANGES

* Replace OfflineProgressStatus with OfflinePackStatus
* replace `OfflineProgressStatus` with `OfflinePackStatus`

# [10.0.0-beta.2](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2024-12-08)

Expand Down
261 changes: 0 additions & 261 deletions __tests__/components/Style.test.js

This file was deleted.

Loading

0 comments on commit beb5cdb

Please sign in to comment.