Skip to content

Commit ac9db4c

Browse files
authored
Merge branch 'master' into JonasD/getFilteredPaths-docs
2 parents 02b5d9c + d47085b commit ac9db4c

16 files changed

+375
-163
lines changed

apps/test-viewer/src/UiProvidersConfig.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ const configuredUiItems = new Map<string, UiItem>([
257257
initialize: async () => {
258258
await GeoTools.initialize();
259259
},
260+
// TODO: Use next line to use Google API
261+
// createUiItemsProviders: () => [new GeoToolsAddressSearchProvider(new GoogleAddressProvider)],
260262
createUiItemsProviders: () => [new GeoToolsAddressSearchProvider()],
261263
},
262264
],

packages/itwin/geo-tools/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@itwin/geo-tools-react",
33
"entries": [
4+
{
5+
"date": "Fri, 30 May 2025 19:49:32 GMT",
6+
"version": "5.3.0",
7+
"tag": "@itwin/geo-tools-react_v5.3.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "mdastous-bentley@users.noreply.github.com",
12+
"package": "@itwin/geo-tools-react",
13+
"commit": "f4e30e33c36e7176a2acdcfb3369d52c9539601c",
14+
"comment": "Add support for Google Places API in `<GeoAddressSearch>` "
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 06 Mar 2025 23:36:28 GMT",
621
"version": "5.2.0",

packages/itwin/geo-tools/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @itwin/geo-tools-react
22

3-
This log was last generated on Thu, 06 Mar 2025 23:36:28 GMT and should not be manually modified.
3+
This log was last generated on Fri, 30 May 2025 19:49:32 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 5.3.0
8+
9+
Fri, 30 May 2025 19:49:32 GMT
10+
11+
### Minor changes
12+
13+
- Add support for Google Places API in `<GeoAddressSearch>` ([#1321](https://github.com/iTwin/viewer-components-react/pull/1321))
14+
715
## 5.2.0
816

917
Thu, 06 Mar 2025 23:36:28 GMT

packages/itwin/geo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/geo-tools-react",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "React Geospatial Tools",
55
"keywords": [
66
"Bentley",

packages/itwin/geo-tools/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)