Skip to content

Commit

Permalink
docs(changelog) update with release links
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings authored Aug 13, 2018
1 parent 9e2c5df commit 26c19ed
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
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

0 comments on commit 26c19ed

Please sign in to comment.