Skip to content

Releases: pozil/sfdc-ui-lookup-lwc

v1.3.6 - IE scrollbar bug fix

26 Jun 08:22
Compare
Choose a tag to compare
  • Fixed a bug with scrollbars on IE. Thanks to @qlbs for the tip and help in testing.

v1.3.5 - Minor improvements

23 Apr 19:03
Compare
Choose a tag to compare
  • Reset component state when passing selection programmatically
  • Expanded sample app: clear selection button, custom validation rule

v1.3.4 - Shortcut for setting initial selection for single entry lookup

20 Apr 07:59
Compare
Choose a tag to compare
  • selection property now supports an Array for multi-entry lookup or an Object for single entry lookup

v1.3.3 - Fixed case for highlighted search term

11 Apr 22:09
Compare
Choose a tag to compare
  • Fixed case for highlighted search term. Thanks to @berehovskyi.

v1.3.2 - Fixed a Locker reference issue in production

10 Apr 16:51
Compare
Choose a tag to compare
  • Fixed #37 - Locker throws an error in prod when modifying search results passed to the component

v1.3.1 - Disabled linkify in search results

08 Apr 13:47
Compare
Choose a tag to compare
  • Disabled linkify in search results to prevent links/emails being tampered with. Thanks to @ChristianMenzinger

v1.3.0 - Search term highlight

07 Apr 17:40
Compare
Choose a tag to compare
  • Search term appears in bold in search result title and subtitle. Thanks to @patrykzak
  • Added a "required" attribute. Thanks to @xapfrom
  • Applied display density compliant style
  • Fixed "No results" being displayed while loading results. Thanks @patrykzak

v1.2.0 - Sortable search results

26 Mar 10:55
0145fbc
Compare
Choose a tag to compare
  • Sortable search results. Thanks @robmcmen for the suggestion.
  • Bumped node dependencies
  • Bumped api version to v48.0
  • Increased code coverage
  • Updated prettier settings
  • Fixed selection public property reassignment

v1.1.0 - Optional label and new item titles

30 Dec 14:26
Compare
Choose a tag to compare
  • Lookup label is now hidden if attribute is omitted. Thanks to @zsturgess
  • Added titles to selected items to improve readability. Thanks to @zsturgess

v1.0.6 - Added no results found message

10 Dec 07:40
Compare
Choose a tag to compare
  • Added a "no results found" message. Thanks to @TrevorYager.
  • Added CI via GitHub Actions