diff options
author | isteven <isteven@server.fake> | 2014-07-07 15:45:03 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-07-07 15:45:03 +0800 |
commit | e41e13a933520c1eb99b19fe9978936cb095b32b (patch) | |
tree | 9d1a3e878ad8b93ab6da505c721db4c7632c43ef | |
parent | 4d1faad83f50874c026895d1f53a0949a8364a9e (diff) | |
download | angular-multi-select-e41e13a933520c1eb99b19fe9978936cb095b32b.zip angular-multi-select-e41e13a933520c1eb99b19fe9978936cb095b32b.tar.gz angular-multi-select-e41e13a933520c1eb99b19fe9978936cb095b32b.tar.bz2 |
v2.0.0
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2a647..2a743b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - default-label attribute. You can define your default text on the button when nothing is selected. - on-item-click attribute. This is a callback which will be triggered when a user click an item. Will pass the clicked item to the callback function. - on-open and on-close callbacks will now pass the multi-select element (HTML) to the callback function. +- max-height attribute. You can define the height of the selection items container. ##### Removed / Deprecated: - on-focus attribute is deprecated. |