This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: pozil/sfdc-ui-lookup
Releases · pozil/sfdc-ui-lookup
v1.4.1 - Bug fix, performance improvement
v1.4.0 - Custom search params
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 usingevent.getSource()
now to support scenarii like lookups in iterations.
v1.3.0 - Bug fix, sample update and doc update
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
Changes:
- Fixed Issue #7: issue with search with wildcards
v1.2.1 - Added IE11 support
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
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
Fixed single entry lookup selection style
v1.1 - Improved search
Changes:
- Added search request throttling
- Improved client-side cache by forcing the case of search term
v1.0 - Initial release
Updated readme