Skip to content

Tags: TopMarksDevelopment/JavaScript.Autocomplete

Tags

v1.1.1

Toggle v1.1.1's commit message
Update publish.yml

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep v1.1.0 - PR#9 from glenn2223

## 1.1.0 - 2024-10-21

<small>[Compare to previous release][comp:1.1.0]</small>

### 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

[comp:1.1.0]: v1.0.1...v1.1.0

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.0.1 - PR#5 by glenn2223

# 1.0.1 - 2023-11-14

<small>[Compare to previous release][comp:1.0.1]</small>

### Fixed

-   The position now respects the window scroll position

### Updated

-   `@topmarksdevelopment/position` to `1.0.1` [Changelog][cl:tp]

### Changes

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

[comp:1.0.1]: v1.0.0...v1.0.1
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md

v1.0.0

Toggle v1.0.0's commit message
v1.0.0

Initial release