Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main (v1.3.0) into develop #146

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Merge main (v1.3.0) into develop #146

merged 1 commit into from
Jul 19, 2022

Conversation

nmanu1
Copy link
Contributor

@nmanu1 nmanu1 commented Jul 19, 2022

No description provided.

## Version 1.3.0
`@yext/answers-headless-react` is now `@yext/search-headless-react`!  This means that much of the `answers` terminology is now deprecated and have been replaced by new `search` terms.
### Changes
- The following identifiers were renamed in (#143):
  - `AnswersHeadlessContext` → `SearchHeadlessContext`
  - `AnswersActions` → `SearchActions`
  - `AnswersUtilities` → `SearchUtilities`
  - `useAnswersActions` → `useSearchActions`
  - `useAnswersState` → `useSearchState`
  - `useAnswersUtilities` → `useSearchUtilities`
  - `AnswersHeadlessProvider` → `SearchHeadlessProvider`
- Additionally, direct exports from what was previously `@yext/answers-headless` have been replaced by their `@yext/search-headless` counterparts:
   - `answersUtilities` → `searchUtilities`
   - `provideAnswersHeadless` → `provideHeadless`
   - `AnswersHeadless` → `SearchHeadless`
   - `AnswersConfig` → `SearchConfig`
   - `AnswersConfigWithToken` → `SearchConfigWithToken`
   - `AnswersConfigWithApiKey` → `SearchConfigWithApiKey`
   - `AnswersCore` → `SearchCore`
   - `AnswersError` → `SearchError`
   - `AnswersRequest` → `SearchRequest`
   - `BaseAnswersConfig` → `BaseSearchConfig`
- Finally, `subscribeToStateUpdates` was deprecated in (#142)
@nmanu1 nmanu1 changed the title Merge main into develop Merge main (v1.3.0) into develop Jul 19, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.612% when pulling 85df100 on main into 0ac8701 on develop.

@nmanu1 nmanu1 merged commit 2321459 into develop Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants