-
Notifications
You must be signed in to change notification settings - Fork 2
v1.7.6
#355
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
v1.7.6
#355
Conversation
- Introduced `SiteSelectExample` demonstrating complex JSX components in options. - Added `searchValue` prop to `Select.Option` for reliable search. - Updated `SelectOptions` to utilize `searchValue` for filtering. - Enhanced utility function to support complex JSX structures.
…t component for enhanced search functionality.
…logic in Select component
SUR-659 - Add enhanced Select component with JSX options and search functionality
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "@bsf/force-ui", | |||
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.
What: Detected a version change for the package; validation is required for the new version.
Why: Updating to a new version can introduce new dependencies or changes that might affect the stability, security, or performance of the project. It is essential to ensure that the updated package does not introduce vulnerabilities and works as expected with the existing codebase.
How: Perform regression testing to check if the updated package does not break existing functionalities and assess any new features or changes introduced in version 1.7.6. Additionally, review the package release notes for any important changes that could impact security or functionality.
Description
Screenshots | Video with voice-over
Link to Figma (If applicable)
How has this been tested?
Checklist: