0.6.12 (2024-10-22)
- add accessible label to store locator directions button (696ae15)
0.6.11 (2024-05-08)
- un-shim Maps JS types and use new published typings (a7871e3)
0.6.10 (2024-04-05)
- change deprecated place field name
openingHours
toregularOpeningHours
(3d42bdf)
0.6.9 (2024-03-26)
- reduce loading latency of lightbox photos by capping width/height to window (29e02ea)
- resolves issue of font-family CSS variable not working on Place Picker (#191) (b45066f)
0.6.8 (2024-03-13)
- ensure place photos are requested with explicit width & height (87ae0ce)
- make typings of AuthorAttribution consistent with JS API (f7b190f)
0.6.7 (2024-02-23)
- fix "hasWheelchairAccessibleEntrance" boolean field due to API changes (3df3d09)
0.6.6 (2024-02-21)
- hide route in Store Locator component when origin/dest is unknown (8399265)
0.6.5 (2024-01-26)
- replace usage of deprecated findPlaceFromQuery with searchByText in Place Picker (dc83f25)
0.6.4 (2024-01-04)
- fix issue with location pins not displaying in Store Locator (fb44403)
0.6.3 (2023-12-07)
- allow resetting of Place Picker type to empty value (= all types) (8fe6b56)
0.6.2 (2023-11-20)
- prevent excessive zoom in store locator (2394230)
- store locator listings and map options should not be attributes (3dc5170)
0.6.1 (2023-11-13)
- clean up Map ID in a generated Quick Builder configuration (bb25e4d)
0.6.0 (2023-11-10)
- add Store Locator component (b2921f8)
- make divider/button outline color customizable (6e7f0cb)
- make Place Opening Hours colors customizable (66c5d88)
- adjust photo carousel margins in Place Overview (3b03f39)
0.5.0 (2023-11-08)
- add helper component for Address Validation API (b3b07e9)
- support aria-label attribute on Place Field Link (9676a62)
- add role="img" to star rating renderings to support aria-label usage (b69d8bd)
- fix duplicate node in a11y tree when using aria-label on components (c04dd5e)
- include Routes components in generated React module (1ed2275)
- increase color contrast to 4.5:1 for accessibility (ec6265d)
0.4.3 (2023-10-13)
- resolve minor styling issue with photo scrollbar in Place Overview (95e9a6c)
0.4.2 (2023-09-06)
- have Place Picker update input when performing fallback search (5533390)
0.4.1 (2023-09-05)
- allow omitting the destination pin in Route Overview (b323474)
- prevent closing overlay layout on escape when photo lightbox is open (4eaa19c)
- use high-detail path in Route Polyline (2720c46)
0.4.0 (2023-08-18)
- place details API should not request attributions (907add7)
0.3.1 (2023-08-15)
- fix Place Data Provider behavior when fetching a Place from a Place ID (e14dfb2)
- make Place Picker compatible with stable SDK (0848017)
0.3.0 (2023-08-09)
- improve Places components' compatibility with GA versions of the Maps JS SDK (08a269b)
- fix an internal issue with photos (ba61ae5)
0.2.2 (2023-07-27)
- fix broken photo gallery and reviews widgets (ab25721)
0.2.1 (2023-07-13)
- switch to SPDX license identifiers (2a05694)
0.2.0 (2023-07-10)
- add apiKey as alias for key property in API Loader (d4feb17)
- add script to auto-generate React wrappers for Web Components (40b4c8f)
- add setStringLiterals to allow for custom setting of translated literals (ef59c47)
- expose utility to customize string literals (46d4960)
0.1.4 (2023-06-21)
- declare JS API bootstrap params as external (7ce41b8)
- prevent Directions Controller unit tests from sharing state (c85bec1)
- prevent unwanted property renaming (51d7f41)
- improve caching/retry behavior of service calls (2e60fd4)
0.1.3 (2023-05-16)
- update npm publish action (90a4024)
0.1.2 (2023-05-16)
- create request/response cache for API services being called multiple times (82973a3)
- log error details in console when Place Overview fails to load (a0f6a61)
- Move focus when disabling place picker buttons. (f3460ac)
- update directions label to work with cached directions requests (8ccfddf)