Skip to content

Releases: guilamu/gf-live-search

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:47
  • Highlighting no longer lights up single stray characters that merely appear inside a matched term — e.g. searching 2026 no longer highlights every standalone 0 (such as Entries/Views counts of 0 or "Phase 0" in a title). Partial highlights now require at least two characters
  • Defer background preloading of the other paginated Forms-list pages until the search box is first focused, instead of on every page load — no wasted server requests when you never search
  • Announce the live result count to screen readers via an aria-live region as you type

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:33
  • Fix the "Settings" hover submenu showing only its first two items after a search: re-ordering the results detached each row, and Gravity Forms' global observer destroyed the SimpleBar scroll instance inside the submenu, freezing its viewport height. Destroyed instances are now re-created on the next frame, restoring the full menu

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 23 May 07:41
  • Fix a race where clicking a filtered form title could no-op on the first click after background page preloading completed
  • Skip redundant row re-highlighting when the active query and matches have not changed, so highlighted title links stay stable

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 04 May 11:33
  • Fix Gravity Forms native search-field layout bug (max-width: 69.5rem)
  • Tighten fuzzy Levenshtein threshold from 40 % to 30 % for more accurate typo tolerance
  • Add fuzzy search with Levenshtein edit-distance matching (e.g. conatctcontact)
  • Multi-word queries use AND logic — every word must match
  • Matched words are highlighted with a yellow <mark> overlay
  • Results are re-ordered so exact matches appear before fuzzy hits

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 25 Apr 15:36
  • Add an inline shortcut badge with a popover to control what Ctrl/Cmd+F does
  • Default Ctrl/Cmd+F to the browser find action unless a user opts into focusing the search box
  • Replace the PHP 8-only str_ends_with() updater check with a PHP 7.4-safe suffix check

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 15:49
  • Load the plugin textdomain explicitly
  • Fix French JS translations when script-translation JSON files are not generated

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 15:37
  • Search across all paginated forms in the current view
  • Fix the empty-state row width/background on the Gravity Forms list table

v1.0.0

Choose a tag to compare

@guilamu guilamu released this 21 Apr 14:05
  • Initial release