Releases: ryanhefner/react-maps-google
Releases · ryanhefner/react-maps-google
v0.1.6
- Update dependencies
- Add
testURL
to Jest config to resolve issue with latest release
v0.1.5
- Prevent
Map
creation ifmapRef
element no longer in the DOM. - Update npm dependencies
v0.1.4
- Update dependencies
- Update
rollup.conifg.js
to work with new version ofrollup-plugin-uglify
v0.1.2
- Update
GoogleMap
to properly handle initializing multiple instances on load. - Update
Marker
to selectively handle updating options after the initial render. - Add example that initializes multiple map instances in a single page.
- Remove unnecessary dependency
v0.1.1
- Initial release