-
Notifications
You must be signed in to change notification settings - Fork 3
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
Answers -> Search 1: Customer facing renaming #141
Conversation
the blank deprecation.test.tsx is causing the tests to fail! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update a couple more things that user would look at/interact with in this PR as well?
- README file
- the path in tsconfig.base.json
- docs in subscribeToStateUpdates
- the error messages in useSearchActions
package.json
Outdated
"version": "1.2.0", | ||
"description": "The official React UI Bindings layer for Answers Headless", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets update the description to Search Headless
README.md
Outdated
} | ||
} | ||
|
||
export default subscribeToStateUpdates(state => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we want the updated README portion here from develop, I think you might have reverted back when resolving merge conflict (subscribeToStateUpdates is now deprecated)
Could we rebase the feature branch with develop? |
Am I able to do that without committing to it yet? When I try it just says "there isn't anything to compare" |
you may be rebasing this branch (which you already merge with develop) instead of feature/answers-to-search. You can switch to the feature branch rebase in the terminal or make a pull request with base point to feature/answers-to-search and compare point to develop if you want. |
* Answers -> Search 1: Customer facing renaming (#141) * Update README.md * README and package updates * prelim renaming * Deprecation tag and exports updates * public deprecation message * Deprecation fix * Update index.ts * Delete deprecation.test.tsx * deprecated file * fix lint issues * more updates * test fixes * readme fix * fix types exports * Answers -> Search 2: rename imports (#144) * renamed answers-headless imports * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * version update * update license Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * rebase w develop * fix typos * addressed nits Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Renamed all customer-facing components. Pt. 2 will be updating the imports from
search-core
andsearch-headless
.J=SLAP-2196
TEST=auto