Releases: coveo/search-ui-extensions
Releases · coveo/search-ui-extensions
v0.0.31
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
[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)
* 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)
* fix(SFINT-3128): Inline-svg * fix(SFINT-3128): PR comment
v0.0.27
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)
Pre-release
* 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
fix(SFINT-3009): Forgot to flag side effect (#65)
v0.0.24: feat(SFINT-2829): Create a Copy to clipboard component (#63)
* feat(SFINT-2829): CopyToClipboard * refactor(SFINT-2829): Small refactor & more UTs
v0.0.23
v0.0.22: Disable DPL v2 on Travis
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