Skip to content

Releases: coveo/search-ui-extensions

v0.0.31

11 Jun 13:52
c455960
Compare
Choose a tag to compare
v0.0.31 Pre-release
Pre-release
fix(SFINT-3248): Replace prepend by insertBefore (#75)

prepend is not supported by antiquated browser among other things (LockerService).
insertBefore works everywhere.

v0.0.30

29 May 19:33
0226ff2
Compare
Choose a tag to compare
v0.0.30 Pre-release
Pre-release
[feat/SFINT-3189] Added date to user activity timestamp (#73)

* Added date to activity elements and changed date format SFINT-3189

* edit comment SFINT-3189

* spacing SFINT-3189

* Added and modified tests SFINT-3189

* Reverted changes to date format and moved timestamp SFINT-3189

* minor polish SFINT-3189

* Added short date and time versions and responsive display SFINT-3189

* linting SFINT-3189

* little changes SFINT-3189

* lint SFINT-3189

Co-authored-by: Nathan Lafrance-Berger <[email protected]>

v0.0.29: Fix/SFINT-3128 es6 is now 100% es6 (#71)

08 Jul 19:59
deb6c1f
Compare
Choose a tag to compare
* fix(SFINT-3128): No var in es5

* fix(SFINT-3128): Make es6 100% es6

v0.0.28: SFINT-3128 Svg icons are now inline (#69)

08 Jul 19:59
1309d18
Compare
Choose a tag to compare
* fix(SFINT-3128): Inline-svg

* fix(SFINT-3128): PR comment

v0.0.27

08 Jul 19:59
8504f15
Compare
Choose a tag to compare
v0.0.27 Pre-release
Pre-release
fix(SFINT-3034): Make the tooltip flashing more reliable (#68)

v0.0.26: SFINT-3009 Fix an issue where the text is not changed when clicked (#66)

08 Jul 19:59
6562b8f
Compare
Choose a tag to compare
* test(SFINT-3009): Ensure text is change when clicked on the result action

* fix(SFINT-3009): Set the tooltip even if the fallback is called

* test(SFINT-3009): Even more UT

* test(SFINT-3009): Rename test

v0.0.25

08 Jul 19:59
7dcb1e2
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release
fix(SFINT-3009): Forgot to flag side effect (#65)

v0.0.24: feat(SFINT-2829): Create a Copy to clipboard component (#63)

08 Jul 19:59
561ad1f
Compare
Choose a tag to compare
* feat(SFINT-2829): CopyToClipboard
* refactor(SFINT-2829): Small refactor & more UTs

v0.0.23

29 May 19:30
fd0ceb0
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release
[SFINT-2847] Viewed by customer is no longer automagicly injected in …

v0.0.22: Disable DPL v2 on Travis

28 Jan 15:08
3463adb
Compare
Choose a tag to compare
Pre-release
fix(SFINT-2851): BREAKING Insert ViewedByCustomer in a new row (#58)

* fix(SFINT-2851): BREAKING Insert ViewedByCustomer in a new row

* fix(SFINT-2851): Refactor auto-ViewedByCustomer DOM-gen