Skip to content

Commit e6c7e86

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 f89cd5e commit e6c7e86

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ All notable changes to this project will be documented in this file.
2626
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2828

29-
## UNPUBLISHED
29+
## [1.1.0] - 2024-10-21
30+
31+
<small>[Compare to previous release][comp:1.1.0]</small>
3032

3133
### Added
3234

@@ -44,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4446
- Developer dependency bumps (no user-facing changes)
4547
- Added CI based testing for every PR
4648

49+
[comp:1.1.0]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.1...v1.1.0
50+
[1.1.0]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.1.0
51+
4752
## [1.0.1] - 2023-11-14
4853

4954
<small>[Compare to previous release][comp:1.0.1]</small>
@@ -61,11 +66,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6166
- Developer dependency bumps (no user-facing changes)
6267
- Updated publish action, `tslib` requirement and node version (no user-facing changes)
6368

69+
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.0...v1.0.1
70+
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.1
71+
6472
## [1.0.0] - 2022-12-13
6573

6674
**This was the first release**
6775

68-
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.0...v1.0.1
69-
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.1
7076
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.0
7177
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Autocomplete (A JavaScript package)
22

3+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TopMarksDevelopment/JavaScript.Autocomplete/test.yml?style=for-the-badge&label=Tests)](https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/actions/workflows/test.yml)
4+
35
A small package to provide an autocomplete list as a user is typing.
46

57
### Contents

0 commit comments

Comments
 (0)