Skip to content

Commit

Permalink
Prepare changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Jan 4, 2023
1 parent bce7ed5 commit 0632de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Not released

- Allow to use custom version explictly in GoogleMap (not 'beta' by default now) [#550](https://github.com/CartoDB/carto-react/pull/550)
- Fix lack of refresh in BarWidgetUI when modyfing yAxisData dinamically [#558](https://github.com/CartoDB/carto-react/pull/558)

## 1.5

Expand Down
2 changes: 1 addition & 1 deletion packages/react-basemaps/src/basemaps/GoogleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { debounce } from '@carto/react-core';
* @param { function } props.onViewStateChange - (Optional) onViewStateChange handler
* @param { string } props.apiKey - Google Maps API Key
* @param { string } props.mapId - Google Maps custom mapId
* @param { string } props.customVersion - (Optional) Google Maps custom version, that will be specified at url level. Eg: if customVersion === 'beta' it will use internally like this: https://maps.google.com/maps/api/js?v=beta
* @param { string } props.customVersion - (Optional) Google Maps custom version, that will be specified at url level. Eg: if customVersion === 'beta' it will use internally this: https://maps.google.com/maps/api/js?v=beta
* @returns { JSX.Element } - Data returned from the SQL query execution
*/
export function GoogleMap(props) {
Expand Down

0 comments on commit 0632de2

Please sign in to comment.