Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Bug Fixes - The `answers-core` version was updated to v1.5.1. This new version ensures that Core's POST requests only have `credentials: include` when there is an `Authorization` header. Previously, Core would always have `credentials: include` on POST which led to CORS issues when trying to submit a question. - The SDK's wrapper around `answers-core` now gracefully handles LiveAPI failures. (#1669) - In the `SearchBar` Component, we now gracefully handle failures when fetching query intents. So, if we are unable to determine if a query has `NEAR_ME` intent, we will still fire off a search and display an error in the `console`. (#1673) - Pinned the Google Maps Javascript API version to v3.47. This is the last version that will support IE11. (#1681)
- Loading branch information