Releases: coveo/search-ui-extensions
Releases · coveo/search-ui-extensions
v0.0.21
v0.0.20
v0.0.19: fix(SFINT-2759): Pass init options for UserActions sub components (#56)
Pre-release
fix(SFINT-2759): Pass init options for UserActions sub components (#56)
v0.0.18: fix(SFINT-2686): Change error to warn (#54)
* fix(SFINT-2686): Change error to warn * fix(SFINT-2686): typo in message
v0.0.17: fix(SFINT-2686): UserActions now mandatory (#53)
* fix(SFINT-2686): UserActions now mandatory ViewedByCustomer requires the UserActions presence to work. UserActions is now instantiable without anything being displayed (logic only) * fix(SFINT-2686): beforeEach v. beforeAll * chore(SFINT-2686): Update coveo-search-ui-tests * test(SFINT-2686): Test without UserActions
v0.0.16
One getActions was not remove SFINT-2544 (#51)
v0.0.15
v0.0.14
fix(SFINT-2612): Remove duplicate options (#48)
v0.0.13: Merge pull request #45 from Neilerino/SFINT-2519
SFINT 2519 - Add the ViewedByCustomer component to every result if the option in UserActions is true
v0.0.12: Add icons in User Actions Summary SFINT-2368 (#38)
* Added icons to recent actions list items SFINT-2374 * Added tests for summary list item icons SFINT-2374 * Added coveo-list-row style class with attributes passed down to direct children SFINT-2374 * Removed overflow css that wasn't being applied SFINT-2374 * Updated css on icons so sizing won't be overwritten by salesforce app - SFINT-2374 * Changed css format to best use sass SFINT-2368 * Changed coveo-row css to flex SFINT-2368. * Set row content sizing relative to fixed icon size SFINT-2368 * Updated tests to search for new class SFINT-2368