Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Commit cf4d64e

Browse files
committed
chore(release): Release v3.0.0
1 parent e6aadfb commit cf4d64e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 3.0.0 (2015-07-13)
2+
3+
#### Bug Fixes
4+
5+
* **autocomplete:**
6+
* Stop preventing keys from being propagated ([b0db7633](https://github.com/mbenford/ngTagsInput/commit/b0db763301d483960cbb72bc0c3338a196eb8ef2), [#384](https://github.com/mbenford/ngTagsInput/issues/384))
7+
* Hide the suggestion list after a tag is removed ([731ef9eb](https://github.com/mbenford/ngTagsInput/commit/731ef9eb0874ae083cba47c942034cb9109e6cf9))
8+
* Revert one-time binding in autocomplete list ([509b0509](https://github.com/mbenford/ngTagsInput/commit/509b05090d3999a07645201aac37e61c622507ca))
9+
* **tagsInput:**
10+
* Fix makeObjectArray function ([b5dc57f5](https://github.com/mbenford/ngTagsInput/commit/b5dc57f542c11351ad881e45cc238f75b9adc24a))
11+
* Remove model auto-initialization ([f9fcb12d](https://github.com/mbenford/ngTagsInput/commit/f9fcb12dc1c71a77e52ba573cd4505e663131625), [#320](https://github.com/mbenford/ngTagsInput/issues/320), [#204](https://github.com/mbenford/ngTagsInput/issues/204))
12+
13+
#### Features
14+
15+
* **tagsInput:**
16+
* Add newTagText option ([215fe923](https://github.com/mbenford/ngTagsInput/commit/215fe923b68e0e6034ae34c9b06ea89dff7d1110), [#197](https://github.com/mbenford/ngTagsInput/issues/197))
17+
* Add onTagClicked callback ([aa8d190b](https://github.com/mbenford/ngTagsInput/commit/aa8d190b6edc705f89d407cf65a8ca6266238616))
18+
* Add support for Angular 1.3 ([3355f3fa](https://github.com/mbenford/ngTagsInput/commit/3355f3fa7451dc0b4ca183875ba183a89c543be4), [#318](https://github.com/mbenford/ngTagsInput/issues/318), [#341](https://github.com/mbenford/ngTagsInput/issues/341), [#373](https://github.com/mbenford/ngTagsInput/issues/373))
19+
20+
#### Breaking Changes
21+
22+
* Code that relies on auto-initialization of the model may
23+
stop working.
24+
25+
Closes #320
26+
Closes #204
27+
([f9fcb12d](https://github.com/mbenford/ngTagsInput/commit/f9fcb12dc1c71a77e52ba573cd4505e663131625))
28+
* This uses new API methods of Angular 1.3 and therefore
29+
the directive will no longer work with previous versions of the framework.
30+
31+
Closes #318, #341, #373
32+
([3355f3fa](https://github.com/mbenford/ngTagsInput/commit/3355f3fa7451dc0b4ca183875ba183a89c543be4))
33+
134
## 2.3.0 (2015-03-23)
235

336
#### Bug Fixes

0 commit comments

Comments
 (0)