- New: When auto-completing an address field for special types of locations without addresses like the Statue of Liberty or Times Square, the line1 field will now be populated with the premise or town_square place types, not just the route.
- New: Address fields using location data now support show=long, show=lat, and show=map shortcode options. Note that in order for show=map to work, you will also need to include keepjs=1.
- New: When a location does not have an available locality, administrative_area_level_3, or sublocality, the city input will be filled by a postal_town address type if it is available.
- New: Event listeners have been updated to no longer use the deprecated addDomListener function.
- Fix: A required address field inside of a repeater would still fail validation when the state abbreviation data was unavailable.
- Fix: A place.geometry is undefined error would get logged in the JavaScript console when pressing enter with no location selected.
- Fix: Third party map plugins were breaking on pages without Formidable forms because the Google script was being disabled. This has been updated to only disable third party scripts when Formidable Forms is loading the Google script instead.