Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9d6ab96

Browse files
committed
docs(changelog): update with breaking change for tooltip
Closes #4364
1 parent 65814f1 commit 9d6ab96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161

6262
([bf63cef](https://github.com/angular-ui/bootstrap/commit/bf63cef))
6363

64+
* **tooltip**
65+
* Switch to use `addEventListener` and `removeEventListener` to prevent jqLite/jQuery bug where the events are swallowed on disabled elements
66+
* this affects custom events, which must now be dispatched with `element[0].dispatchEvent(new Event('customEvent'))`, as opposed to `element.trigger('customEvent')`
67+
68+
Fixes #4060
69+
Closes #4322
70+
71+
([7556bed])(https://github.com/angular-ui/bootstrap/commit/7556beda486f26b40fb860448316e8a32457e9e9)
72+
6473
* **typeahead**
6574
* for security reasons, only whitelisted HTML should be added.
6675
* the typeahead match template now uses `ng-bind-html` instead of `bind-html-unsafe`.

0 commit comments

Comments
 (0)