Releases: coveo/search-ui-extensions
Releases · coveo/search-ui-extensions
Improvements to User Actions
What's Changed
- Feat/sfint 4378 added a tooltip to show origin1 on clickedDocList and queriesList by @erocheleau in #103
- feat(SFINT-4203) Add loading spinner during user actions call by @erocheleau in #101
- feat(SFINT-4388) no results text when no user actions by @erocheleau in #106
- chore/update search-ui to 2.10089.4 by @erocheleau in #107
- feat(sfint-4354) custom events filtering by @erocheleau in #108
Full Changelog: v0.0.45...v0.1.0
v0.0.43
Feature/snow 352 add top queries component (#94) * TopQueries component * Fix link and add tests * Add tests and fix css * OnClick uses the QueryStateManager, Added usageAnalitycs to tests and generaly improved tests. * Added execute query on click test * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Jeremie Robert <[email protected]> * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Louis Bompart <[email protected]> * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Louis Bompart <[email protected]> * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Louis Bompart <[email protected]> * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Louis Bompart <[email protected]> * Generally improved tests quality, added setup function in tests and small fixes * Added test to verify if suggestion params given in options are passed in the suggestion query * Update src/components/TopQueries/TopQueries.ts Co-authored-by: Jeremie Robert <[email protected]> * Added comment for the onClick option to specify that the option must be set in JS * Fix formating Co-authored-by: Jeremie Robert <[email protected]> Co-authored-by: Louis Bompart <[email protected]> Co-authored-by: Michael Grondines <[email protected]>
v0.0.39
feat(SFINT-3353): Ensure UserActionPanel state is updated first (#89)
v0.0.38
test(SFINT-3352): Safer tests (#88)
v0.0.37: Fix Stateful Button
Fix/SFINT-3352: Ensure internal state is updated first. (#86) * fix(SFINT-3352): Ensure state transitions are executed after the internal field transitions * fix(SFINT-3352): One more test
v0.0.36: DisableToggleActionButton
Feat/SFINT-3327: Add DisableableToggleActionButton (#85) * feat(SFINT-3327): Add enable and disable support for ActionButton. * Add enable method override. UT [x] * Add disable method override. UT [x] * Modify click event listener behavior to process the click only if enabled. * feat(SFINT-3327): Add disable styling. - [A] Section for disabled button in dev pages - [A] Styling for disabled buttons - [M] Disable/Enable now affect the disabled attributes of the element directly too * feat(SFINT-3327): Biggo refacto * feat(SFINT-3327): clean html * feat(SFINT-3327): finish cleanup of actionbutton * chore(SFINT-3327): Buncho o' doc and small refacto * chore(SFINT-3327): Simplify * feat(SFINT-3327): Improve typings * test(SFINT-3327): UT * feat(SFINT-3327): Add loggingName for states * feat(SFINT-3327): More logs and checks * review * review * review * empty commit for CI unstuck * empty commit for CI unstuck-lint * feat(SFINT-3327): DisableableToggleActionButton * feat(SFINT-3327): Adapt logging name and new interfaces * ongoin' * cleaning + specs * test states * test(SFINT-3327): Complete UT * feat(SFINT-3327): Ensure button is exported properly + page for test * unactivated->deactivated
v0.0.35
fixeat(SFINT-3295): Improve UserActions interactivity (#81) * fix(SFINT-3295): Add useResponsiveManager option to UserActions We want to be able to use the UserAction without him being tied to the ResponsiveComponentManager and without creating a ResponsiveHeaderButton. * fix(SFINT-3295): Add events for show and hide of UserActionsPanel * use optional chaining
v0.0.34
feat(SFINT-3300): Improve ToggleActionButton option names
Renamed some of the ToggleActionButton options:
activatedIcon -> deactivateIcon
activatedTooltip -> deactivateTooltip
deactivatedIcon -> activateIcon
deactivatedTooltip -> activateTooltip