From 658c2f203a492eb402e521c33c159f31d7cc522e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Hochd=C3=B6rfer?= Date: Sat, 3 Jun 2017 10:12:04 +0200 Subject: [PATCH] Add Changelog file to make it more transparent what has changed in a release --- Changelog.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..94a2c69 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 0.6.0 + +### Added + +- [#18](https://github.com/bitExpert/ng2-combobox/pull/18) Suggested dropdown items were not matching user's input +- [#17](https://github.com/bitExpert/ng2-combobox/pull/17) Configurable non case-sensitive search +- [#16](https://github.com/bitExpert/ng2-combobox/pull/16) Optionally display "No Matches" text in dropdown +- [#14](https://github.com/bitExpert/ng2-combobox/pull/14) Hide IE's clear button from input control + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing.