Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep v1.1.0 #9

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Prep v1.1.0 #9

merged 2 commits into from
Oct 21, 2024

Conversation

glenn2223
Copy link
Contributor

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

## 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
## 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
@glenn2223 glenn2223 merged commit 3940a37 into main Oct 21, 2024
1 check passed
@glenn2223 glenn2223 deleted the prep-v1.1.0 branch October 21, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant