Skip to content

Releases: pozil/sfdc-ui-lookup-lwc

v2.24.0 - Optional icons

01 Feb 15:52
Compare
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
Compare
Choose a tag to compare
  • feat: added tooltips for lookup options.

v2.22.0 - Focus function

02 May 11:31
Compare
Choose a tag to compare
  • feat: added a focus() function.

v2.21.0 - Datatable integration

02 Mar 18:16
Compare
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
Compare
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
Compare
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

v2.18.0 - Accessibility improvements

16 Nov 14:42
Compare
Choose a tag to compare
  • feat: added accessibility (a11y) tests with sa11y
  • fix: some a11y issues such as #121

v2.17.0 - Winter '23 release

17 Oct 08:47
Compare
Choose a tag to compare
  • feat: Winter '23 release
  • fix: #120 component crash due to selection being undefined thanks to @aemounib

v2.16.0 - Blur

01 Aug 08:40
Compare
Choose a tag to compare
  • Added a blur() method that removes focus from the input and closes the lookup results dropdown.
  • Lookup now blurs when errors are passed so that the error message becomes visible.

v2.15.0 - Work with values that are not records

20 Jun 12:48
7194cc8
Compare
Choose a tag to compare
  • Added support for lookup entries that are not records
  • Fixed rendering issue when there are no subtitles
  • Documented how to work with picklist fields