Skip to content

Commit

Permalink
v1.12.2
Browse files Browse the repository at this point in the history
### 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
tmeyer2115 authored Mar 10, 2022
2 parents dbeaaca + e9a87a7 commit d852360
Show file tree
Hide file tree
Showing 6 changed files with 682 additions and 645 deletions.
Loading

0 comments on commit d852360

Please sign in to comment.