Releases: Dani3lSun/apex-plugin-spotlight
Releases · Dani3lSun/apex-plugin-spotlight
apex-plugin-spotlight v1.6.1
- Fixed search history issue to recognize stored searches even after new APEX session
- APEX 5.1 demo app:
f450_spotlight_search_demo.zip
apex-plugin-spotlight v1.6.0
- 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
- Improved handling of multiple usage of plugin on the same page
- APEX 5.1 demo app:
f450_spotlight_search_demo.zip
apex-plugin-spotlight v1.5.1
- 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
- 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
- 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
- Now you can use spotlight search on DA events + keyboard shortcut in a single DA
apex-plugin-spotlight v1.3.6
- If "Show Processing" option is on, also display a waiting spinner when redirecting to APEX pages
apex-plugin-spotlight v1.3.5
- Added option to show a waiting indicator for processing AJAX call
apex-plugin-spotlight v1.3.4
- Reorganized JavaScript structure (instead of public namespace, extend apex.da with private functions)