-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog) update with release links
- Loading branch information
1 parent
9e2c5df
commit 26c19ed
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# CHANGELOG | ||
|
||
The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release). | ||
You can see it on the [releases page](../../releases). | ||
See [release notes](https://github.com/Educents/vue-autosuggest/releases) | ||
|
||
* [1.5](https://github.com/Educents/vue-autosuggest/releases/tag/v1.5.0) - Slots | ||
* Slots - header, footer, and suggestion items | ||
* [1.4.3](https://github.com/Educents/vue-autosuggest/releases/tag/1.4.3) - bugfix [46](https://github.com/Educents/vue-autosuggest/pull/46) | ||
* [1.4.1](https://github.com/Educents/vue-autosuggest/releases/tag/1.4.1) - Native events using transparent wrappers, bugfixes | ||
* [1.3.1](https://github.com/Educents/vue-autosuggest/releases/tag/v1.3.1) - various improvements | ||
* Blur and Focus events added to inputProps | ||
* passing in oldText for onInputChange(val, oldVal) watcher event | ||
* Ability to set input autocomplete value. Default = off | ||
* [1.1.2](https://github.com/Educents/vue-autosuggest/releases/tag/v1.1.2) - getSuggestionValue, renderSuggestion props, scrollTo behavior |