Skip to content

Releases: pozil/sfdc-ui-lookup-lwc

v1.4.2 - Fixed selection update code

14 Aug 12:39
Compare
Choose a tag to compare
  • Fixed bugs in selection update code and default search results
  • Added an example of default search results with recently viewed items

v1.4.1 - Updated to API v49.0

07 Aug 08:36
Compare
Choose a tag to compare
  • Updated Node.js devDependencies
  • Updated metadata to API v49.0

v1.4.0 - Keyboard navigation, default search results, improved selection

30 Jun 06:53
Compare
Choose a tag to compare

Thanks to @rgalanakis for the contribution and @patrykzak for the review.

  • Added keyboard navigation
  • Can now set default search results (for example: recent items)
  • Returning selected ids in selectionchange event
  • Marked the getkey() public method and customKey property as deprecated. We'll remove them a future version.

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