Skip to content

Commit a4aca63

Browse files
committed
release 1.2.5
1 parent ebbc5e7 commit a4aca63

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ var ReactGoogleAutocomplete = function (_React$Component) {
6565
value: function componentDidMount() {
6666
var _this2 = this;
6767

68+
// TODO: only take options as configuration object, remove config props from the components props.
6869
var _props = this.props,
6970
_props$types = _props.types,
7071
types = _props$types === undefined ? ['(cities)'] : _props$types,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-autocomplete",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "React component for google autocomplete.",
55
"main": "index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default class ReactGoogleAutocomplete extends React.Component {
2929
}
3030

3131
componentDidMount() {
32+
// TODO: only take options as configuration object, remove config props from the components props.
3233
const {
3334
types = ['(cities)'],
3435
componentRestrictions,

0 commit comments

Comments
 (0)