Skip to content

Releases: pozil/sfdc-ui-lookup-lwc

v2.27.0 - SLDS 2.0 Support

17 Mar 11:16

Choose a tag to compare

This release adds support for SLDS 2.0. It does not introduce breaking changes and remains compatible with SLDS 1.

Here are some screenshots of the appearance of the new version of the component in both SLDS 1 and 2:
Lookup SLDS migration
Lookup SLDS migration (2)
Lookup SLDS migration (1)

v2.26.0 - Winter '25 release

22 Oct 18:51

Choose a tag to compare

  • build: bump API version to v62.0
  • build: bump dev dependencies

v2.25.0 - Escape key clears search results

08 Sep 14:40

Choose a tag to compare

  • feat: Escape key clears search results. Thanks to @mstohr1975 for the suggestion.
  • build: bump dependencies

v2.24.1 - Fix keyboard navigation

12 Aug 14:59

Choose a tag to compare

  • fix: keyDown scroll navigation focus #159. Thanks to @JYChuah01
  • build: bump dependencies

v2.24.0 - Optional icons

01 Feb 15:52

Choose a tag to compare

  • feat: item icons are now optional. Thanks to @PrashantkumarWebDeveloper.
  • fix: fixed a minor style issue with icon alignment
  • build: bumped dependencies

v2.23.0 - Tooltips for lookup options

13 Sep 18:13

Choose a tag to compare

  • feat: added tooltips for lookup options.

v2.22.0 - Focus function

02 May 11:31

Choose a tag to compare

  • feat: added a focus() function.

v2.21.0 - Datatable integration

02 Mar 18:16

Choose a tag to compare

  • feat: lookup can now be integrated in a datatable as a custom data type thanks to the validity and valueproperties. Thanks to @banderson5144

v2.20.0 - validity public property

28 Feb 18:32

Choose a tag to compare

  • feat: added a validity read-only public property that reports whether there are errors or not. Addresses #130
  • build: bumped dependencies

v2.19.0 - Spring '23 release

13 Feb 11:43
3809965

Choose a tag to compare

  • feat: upgraded to API v57.0
  • feat: switch to new Apex Assert classes
  • feat: new LWC conditional directives
  • build: bump dependencies