Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Releases: pozil/sfdc-ui-lookup

v1.4.1 - Bug fix, performance improvement

07 Nov 14:17
Compare
Choose a tag to compare

Info: This component is ported to Lightning Web Components in this repo.

Changes:

  • Fixed a bug affecting search term/result caching (thanks @askelia)

v1.4.0 - Custom search params

29 Jul 22:12
Compare
Choose a tag to compare

Info: This component is ported to Lightning Web Components in this repo.

Changes:

  • Added the possibility to send custom parameters to the search method
  • Updated sample code so that aura:id is no longer used for lookup access. We're using event.getSource() now to support scenarii like lookups in iterations.

v1.3.0 - Bug fix, sample update and doc update

30 Jan 10:26
Compare
Choose a tag to compare

Info: I just ported this component to Lightning Web Components.
Check this repo.

Changes:

  • Updated docs
  • Updated sample app by adding a checkbox that allows to switch between single and multi entry lookup
  • Fixed a Locker issue that prevented search term being cleared when an item is selected

v1.2.2 - Minor fix

15 Jan 13:07
Compare
Choose a tag to compare

Changes:

  • Fixed Issue #7: issue with search with wildcards

v1.2.1 - Added IE11 support

27 Dec 14:11
Compare
Choose a tag to compare

Changes:

  • Fixed Issue #6 by removing arrow functions
  • Got rid of hardcoded country for scratch org configuration
  • Added shell install script

v1.2.0 - Overflow scroll, error display and loading spinner

01 Dec 18:24
b696f77
Compare
Choose a tag to compare

Changes:

  • Added customizable overflow scroll
  • Added loading state spinner
  • Errors are now displayed under the lookup

Thanks to @no-stack-dub-sack for the contributions.

v1.1.1 - Minor UI fix for single entry lookup

27 Jun 07:13
Compare
Choose a tag to compare

Fixed single entry lookup selection style

v1.1 - Improved search

22 Jun 07:30
Compare
Choose a tag to compare

Changes:

  • Added search request throttling
  • Improved client-side cache by forcing the case of search term

v1.0 - Initial release

22 Jun 07:28
Compare
Choose a tag to compare
Updated readme