-
Notifications
You must be signed in to change notification settings - Fork 9
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
Version 1.6.0 #439
Version 1.6.0 #439
Conversation
Merge main (v1.5.0) into develop
EmilyZhang777 Member EmilyZhang777 commented 4 days ago • This change adds a param so that callers can pass in a custom afterDropdownInputFocus method for FilterSearch's input box. This request was brought up to allow analytics event logging upon clicking on the input box. This change also bump the version to 1.6.0-beta.432.
### Changes 1. In accordance with [3] of [this PR](yext/slapshot-reusable-workflows#37), we updated `coverage.yml` to use `actions/download-artifact@v4`. 2. `main.yml`, and `update-snapshots.yml` actions of this repo were also updated to stop the node 16 deprecation warnings 3. Bumped versions for [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment/releases) to v4, [peter-evans/find-comment](https://github.com/peter-evans/find-comment/releases) to v3, and [actions/github-script](https://github.com/actions/github-script/releases?page=3) to v7.
*An automated PR which updates the version number in package.json and package-lock.json files* Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Great work! but the prop isn't only for analytics events, so I think we can word it a bit more generically, something like:
Added a custom afterDropdownInputFocus
prop to the FilterSearch
component that is called after focus enters the input. This can be used, for example, to fire analytics events when a user clicks into the FilterSearch
input.
Adjusted wording, thanks |
Current unit coverage is 92.20456802383316% |
Features
afterDropdownInputFocus
prop to theFilterSearch
component that is called after focus enters the input. This can be used, for example, to fire analytics events when a user clicks into theFilterSearch
input. (Allow custom afterDropdownInputFocus on FilterSearch #432)