Skip to content

v1.1.0

Compare
Choose a tag to compare
@glenn2223 glenn2223 released this 21 Oct 11:16
· 3 commits to main since this release
3940a37

1.1.0 - 2024-10-21

Compare to previous release

Added

  • A string source can now contain {{term}}, to accommodate paths where ?term=XXX isn't suitable
    • This means you could now use example.com/search/{{term}}/other-stuff

Fixed

  • The mouse being over the popup when it's rendered no longer selects that value whilst typing
  • A string source can now contain a query string (?)
    • It now checks the source and adds either ? or &, whichever is appropriate

Changes

  • Developer dependency bumps (no user-facing changes)
  • Added CI based testing for every PR

What's Changed

Full Changelog: v1.0.1...v1.1.0