Skip to content

Releases: Dani3lSun/apex-plugin-spotlight

apex-plugin-spotlight v1.6.1

25 Oct 10:02
Compare
Choose a tag to compare

apex-plugin-spotlight v1.6.0

25 Oct 09:23
Compare
Choose a tag to compare
  • Added search history feature to show a popover (on mouse hover of main search icon) which contains the last 20 search terms a user entered
  • APEX 5.1 demo app:
    f450_spotlight_search_demo.zip

apex-plugin-spotlight v1.5.2

23 Oct 11:49
Compare
Choose a tag to compare

apex-plugin-spotlight v1.5.1

23 Oct 07:20
Compare
Choose a tag to compare
  • Local data store (browsers session storage) now includes dynamic action id to better handle multiple usage of plugin
  • APEX 5.1 demo app:
    f450_spotlight_search_demo.zip

apex-plugin-spotlight v1.5.0

22 Oct 18:56
Compare
Choose a tag to compare
  • Added search placeholder text as component setting
  • Added search placeholder icon setting
  • Added icon background color column in SQL query
  • Fixed security issue & added escaping option
  • Updated libs
  • APEX 5.1 demo app:
    f450_spotlight_search_demo.zip

apex-plugin-spotlight v1.4.1

21 Jan 13:25
Compare
Choose a tag to compare
  • Fixed bug there prefill selected text only worked once
  • Also execute search and list results when AJAX call is still running when typing
  • APEX 5.1 demo app:
    f450_spotlight_search_demo.zip

apex-plugin-spotlight v1.4.0

05 Nov 08:42
Compare
Choose a tag to compare
  • Now you can use spotlight search on DA events + keyboard shortcut in a single DA

apex-plugin-spotlight v1.3.6

29 Oct 13:12
Compare
Choose a tag to compare
  • If "Show Processing" option is on, also display a waiting spinner when redirecting to APEX pages

apex-plugin-spotlight v1.3.5

16 Oct 12:33
Compare
Choose a tag to compare
  • Added option to show a waiting indicator for processing AJAX call

apex-plugin-spotlight v1.3.4

06 Oct 18:51
Compare
Choose a tag to compare
  • Reorganized JavaScript structure (instead of public namespace, extend apex.da with private functions)