Skip to content

Files

Latest commit

Dec 12, 2022
73da38e · Dec 12, 2022

History

History
203 lines (113 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

203 lines (113 loc) · 15.3 KB

2.0.2 (2022-12-12)

Bug Fixes

2.0.1 (2022-12-09)

Bug Fixes

  • app: move react strict to fix api load (aba24ed)
  • autocomplete-widget: fix styles import for autocomplete widget (6962db8)
  • distance-matrix-service: update import name for useGeocodingService hook (c5a95c3)
  • distance-matrix: types were missing (68ecb32)
  • elevation: check for elevator (64e278e)
  • examples: stop rendering GoogleMapsProvider twice because of strict mode (3cecd10)
  • google-maps-provider: fixes advanced markers break map loading (6bb30e7)
  • google-maps-provider: quick fix google maps check (ce6ee04)
  • map-clean-up: clean up map instance and scripts correctly (eb93d71)
  • map-clean-up: make sure Google Maps script is added only once (40d56da)
  • package: use cross-env to make environment variables work properly for all platforms (8fe9b97)
  • package: use right start script (ce36728)
  • places-service-with-element: fix typos (71272e8)
  • places-service-with-element: use div ref with container and state (fb8edba)
  • readme: use relative links (021f7cd)
  • street-view-panorama: condition for zoom should allow 0 (1e0246b)

Code Refactoring

  • google-maps-provider: rename Google Maps provider component (12f5c1e)
  • google-maps-provider: rename map options property (3b04c66)

Features

  • directions: add directions renderer to hook return value (2e225cf)
  • examples: add autocomplete service example (e2e000b)
  • examples: add elevation service example (d2a4f16)
  • examples: add example for max zoom hook (2dd78ba)
  • examples: add multiple maps example (29017ab)
  • examples: add places services with div element example (adae04e)
  • examples: add street view panorama in div element example (c5019ef)
  • examples: add street view panorama map example (8d10884)
  • examples: clean up examples properly (9f667fe)
  • examples: update render conditions in examples (71f5139)
  • examples: update render conditions in examples (7a67d1e)
  • google-maps-provider: add Google Maps API loading state to context (5f40dbb)
  • google-maps-provider: handle Google Maps API loading and map creation independently (40f16d3)
  • google-maps-provider: update Autocomplete Service hook for new maps provider and context (a46b145)
  • google-maps-provider: update max zoom example for new maps provider and map hook (b9db90e)
  • hooks: add autocomplete-service hook (8de5c95)
  • hooks: add street view hook (2f44913)
  • multiple-map-instances: add support for usage of multiple GoogleMapsProvider components (4c2e57d)
  • package: add new start script for elevation example (e1931b5)
  • package: add start script for places service with element example (69e24cf)
  • package: add start scripts for autocomplete service example (c63ccbc)
  • package: add start scripts for street view examples (e4d8ae9)
  • package: adjust start script for max zoom example (d2ceef4)
  • places-service: add divElement as props to usePlacesService hook (3068f6c)
  • REAME: add links to new examples (a81f999)
  • street-view-panorama: rename to street view panorama (0cd73d9)
  • street-view-panorama: update hook with map contest and api loading check (23bc975)

BREAKING CHANGES

  • google-maps-provider: The useGoogleMap hook no longer returns an object, but only a Google Maps map instance instead. The onLoad callback property of the GoogleMapsProvider was removed in favor of the new onLoadScript and onLoadMap callback properties.
  • google-maps-provider: The GoogleMapProvider component was renamed to GoogleMapsProvider.
  • google-maps-provider: The GoogleMapProvider property options was renamed to mapOptions.

1.6.2 (2022-10-25)

Bug Fixes

  • index: export map provider component (8f2874e)

1.6.1 (2022-10-25)

Bug Fixes

  • index: export default elevation and maxzoom hook (0af9eeb)
  • README: use right title for useDistanceMatrix example (613d359)

Features

  • examples: add distance matrix example (49e7e2b)
  • index: auto generated exports with named exports (b95c7fa)
  • package: add autogenerated exports (17b70a3)
  • readme: add links to maxzoom and elevation hooks (a695a3f)

1.6.0 (2022-10-20)

Bug Fixes

  • google-map: use right condition for authReferrerPolicy parameter (098d215)
  • package: adjust module (#56) (106311e)

Features

  • elevation: update hook name (caf6445)
  • examples: add autocomplete places search example (4362c83)
  • examples: add basic google map example (467e213)
  • examples: add geocoding example (bd724a4)
  • examples: add google map with markers example (ca420eb)
  • examples: add places example (2a71d50)
  • examples: example for useDirections hook (5cc6ed8)
  • hooks: add elevation hook (2c2fe2c)
  • hooks: add max zoom hook (e1b3a7e)
  • hooks: add new hook for distance matrix service (798a2a7)
  • map-provider: add authReferrerPolicy to the map provider props (a0a5142)
  • readme: add distance matrix (3b7751f)
  • README: add npm and license shields (30ef219)
  • README: add useElevationService hook to readme (5a7efc7)
  • readme: update properties with optional options (de90170)
  • README: update readme with authReferrerPolicy (0a2caf3)
  • README: update readme with useMAxZoomService hook (3b61309)

1.4.7 (2021-03-01)

Bug Fixes

  • correctly import googlemaps types (30a9dc6)

1.4.4 (2020-08-12)

1.4.3 (2020-07-28)

1.4.1 (2020-07-28)

1.4.2 (2020-07-28)

Bug Fixes

  • documentation and types (#17) (44ab18b)
  • loading: prevent 'undefined' in api url params (#15) (cab45eb)

Features

  • google-map: add language change for map (#9) (636e533)

1.3.0 (2020-07-07)

Features

  • mapIds: add option for cloud map styles (#8) (18b8265)

1.2.0 (2020-04-21)

Features

  • directions: render route of given index (#3) (5722dca)

1.1.0 (2020-04-21)

Features

1.0.5 (2020-04-20)