Skip to content

Commit 5cd99ee

Browse files
author
Ari
committed
Updates to version
1 parent 78fd4e2 commit 5cd99ee

File tree

4 files changed

+24
-30
lines changed

4 files changed

+24
-30
lines changed

dist/GoogleApiComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
options = options || {};
8484
var apiKey = options.apiKey;
8585
var libraries = options.libraries || ['places'];
86-
var version = options.version || '3.28';
86+
var version = options.version || '3.29';
8787
var language = options.language || 'en';
8888

8989
return (0, _ScriptCache.ScriptCache)({
@@ -154,4 +154,4 @@
154154
};
155155

156156
exports.default = wrapper;
157-
});
157+
});

dist/components/Marker.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@
136136
icon = _props.icon,
137137
label = _props.label,
138138
draggable = _props.draggable,
139-
title = _props.title,
140-
animation = _props.animation;
141-
optimized = _props.optimized,
142-
zIndex = _props.zIndex;
139+
title = _props.title;
143140

144141
if (!google) {
145142
return null;
@@ -156,10 +153,7 @@
156153
icon: icon,
157154
label: label,
158155
title: title,
159-
draggable: draggable,
160-
animation: animation
161-
optimized: optimized,
162-
zIndex: zIndex
156+
draggable: draggable
163157
};
164158
this.marker = new google.maps.Marker(pref);
165159

@@ -210,4 +204,4 @@
210204
};
211205

212206
exports.default = Marker;
213-
});
207+
});

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@
231231
center: center,
232232
zoom: this.props.zoom,
233233
maxZoom: this.props.maxZoom,
234-
minZoom: this.props.minZoom,
235-
clickableIcons: this.props.clickableIcons,
234+
minZoom: this.props.maxZoom,
235+
clickableIcons: !!this.props.clickableIcons,
236236
disableDefaultUI: this.props.disableDefaultUI,
237237
zoomControl: this.props.zoomControl,
238238
mapTypeControl: this.props.mapTypeControl,

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)