Skip to content

Commit 65bb02d

Browse files
committed
Prep 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
1 parent e6c7e86 commit 65bb02d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@topmarksdevelopment/autocomplete",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Autocomplete user input - similar to JQuery UI Autocomplete",
55
"author": "TopMarksDevelopment",
66
"license": "MIT",

0 commit comments

Comments
 (0)