Releases: ryanhefner/react-maps-google
Releases · ryanhefner/react-maps-google
v0.4.1
- Update dependencies
- Update/add badges in
README
v0.4.0
- Add
asyncprop toGoogleMapand set it totrueby default to speed up page loading, thanks @amygroshek! #100 - Update dependencies
- Update CircleCI Node image to
10.8.0
v0.3.2
- Fix callback names in
Circle - Safeguard callback handlers in render component,
MarkerandCircle
v0.3.1
- Fix callback handling in
Circle
v0.3.0
- Add
Circlecomponent for rendering circles on the map - Update build setup
- Update dependencies
v0.2.3
- Move
scriptinit back into constructor
v0.2.2
- Wrap
windowreferences in type check for use with SSR - Update dependencies
v0.2.1
- Update dependencies
- Update
jestconfiguration
v0.2.0
- Update components to use
componentDidUpdateinstead ofcomponentWillReceivePropsfor rendering / updates - Update
/examples
v0.1.7
- Update dependencies
- Run
npm audit fix - Remove unnecessary
devDependencies - Upgrade
circleciconfig to use newernodeimage - Update
circleciconfig to usenpmfor installs/builds/etc.