Skip to content

Releases: TopMarksDevelopment/JavaScript.Autocomplete

v1.1.1

08 Nov 14:43
Compare
Choose a tag to compare

1.1.1 - 2024-11-08

Compare to previous release

Fixed

  • Fixed the package missing library data

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Oct 11:16
3940a37
Compare
Choose a tag to compare

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

v1.0.1

14 Nov 15:24
0e940c4
Compare
Choose a tag to compare

1.0.1 - 2023-11-14

Compare to previous release

Fixed

  • The position now respects the window scroll position

Updated

  • @topmarksdevelopment/position to 1.0.1 Changelog

Changes

  • Developer dependency bumps (no user-facing changes)
  • Updated publish action, tslib requirement and node version (no user-facing changes)

v1.0.0

13 Dec 16:18
Compare
Choose a tag to compare

Initial release


Full Changelog: v1.0.0