We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7329383 commit c31fe72Copy full SHA for c31fe72
CHANGELOG.md
@@ -30,13 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
31
### Added
32
33
-- A string `source` can now contain `{{term}}`, to accomodate paths where `?term=XXX` isn't suitable
+- A string `source` can now contain `{{term}}`, to accommodate paths where `?term=XXX` isn't suitable
34
- This means you could now use `example.com/search/{{term}}/other-stuff`
35
36
### Fixed
37
38
- The mouse being over the popup when it's rendered no longer selects that value whilst typing
39
-- A string `source` can now contain a querystring (`?`)
+- A string `source` can now contain a query string (`?`)
40
- It now checks the source and adds either `?` or `&`, whichever is appropriate
41
42
### Changes
0 commit comments