Skip to content

Releases: coveo/search-ui-extensions

v0.0.21

27 Jan 22:20
3463adb
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release

v0.0.20

08 Jul 20:00
9256100
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release

v0.0.19: fix(SFINT-2759): Pass init options for UserActions sub components (#56)

17 Dec 13:23
5101735
Compare
Choose a tag to compare
fix(SFINT-2759): Pass init options for UserActions sub components (#56)

v0.0.18: fix(SFINT-2686): Change error to warn (#54)

11 Dec 16:19
452bc37
Compare
Choose a tag to compare
* fix(SFINT-2686): Change error to warn

* fix(SFINT-2686): typo in message

v0.0.17: fix(SFINT-2686): UserActions now mandatory (#53)

10 Dec 20:50
296acb2
Compare
Choose a tag to compare
* 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

08 Jul 20:01
308575b
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release
One getActions was not remove SFINT-2544 (#51)

v0.0.15

15 Oct 16:41
0b40b14
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release
Modified typedoc for ViewedByCustomer for IE tooltip SFINT-2601 (#49)

v0.0.14

15 Oct 14:30
86d69f3
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release
fix(SFINT-2612): Remove duplicate options (#48)

v0.0.13: Merge pull request #45 from Neilerino/SFINT-2519

15 Oct 07:59
752aa2d
Compare
Choose a tag to compare
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)

08 Jul 20:02
76f4f7b
Compare
Choose a tag to compare
* 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