Commit 3940a37
authored
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.04 files changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | | - | |
69 | | - | |
70 | 76 | | |
71 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments