Releases: pozil/sfdc-ui-lookup-lwc
Releases · pozil/sfdc-ui-lookup-lwc
v2.26.0 - Winter '25 release
v2.25.0 - Escape key clears search results
- feat: Escape key clears search results. Thanks to @mstohr1975 for the suggestion.
- build: bump dependencies
v2.24.1 - Fix keyboard navigation
- fix: keyDown scroll navigation focus #159. Thanks to @JYChuah01
- build: bump dependencies
v2.24.0 - Optional icons
- 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
- feat: added tooltips for lookup options.
v2.22.0 - Focus function
- feat: added a
focus()
function.
v2.21.0 - Datatable integration
- feat: lookup can now be integrated in a datatable as a custom data type thanks to the
validity
andvalue
properties. Thanks to @banderson5144
v2.20.0 - validity public property
- 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
- feat: upgraded to API v57.0
- feat: switch to new Apex Assert classes
- feat: new LWC conditional directives
- build: bump dependencies