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

Commit

Permalink
docs(changelog): fix breaking changes
Browse files Browse the repository at this point in the history
* fix breaking changes section for 0.13.4 release.

Closes #4337
  • Loading branch information
icfantv authored and wesleycho committed Sep 4, 2015
1 parent b6635e6 commit 0a69580
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,35 @@
* **typeahead:** add custom popup template support ([4b02648](https://github.com/angular-ui/bootstrap/commit/4b02648)), closes [#4320](https://github.com/angular-ui/bootstrap/issues/4320) [#3774](https://github.com/angular-ui/bootstrap/issues/3774)


### BREAKING CHANGES
### Breaking Changes

* This differs from the existing behavior in that it no longer will toggle based on the existing `dropdown` directive element, but on the `body` element instead
* This modifies the typeahead to use the the `$sce` service instead when `ngSanitize` is present
* **buttons**
* hide nested `<input>` elements on `btn-radio` and `btn-checkbox` directives.

Fixes #3264
Closes #4282

([a06afe6](https://github.com/angular-ui/bootstrap/commit/a06afe6))

* **dropdown**
* when using `append-to-body`, both the `dropdown` and `open` classes are added to the `<body>` element.
* this differs from the existing behavior in that it will no longer toggle based on the existing `dropdown` directive element, but on the `body` element instead.

Fixes #4240
Closes #4305

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

* **typeahead**
* for security reasons, only whitelisted HTML should be added.
* the typeahead match template now uses `ng-bind-html` instead of `bind-html-unsafe`.
* typeahead now uses the `$sce` service when `ngSanitize` is present and logs a warning if it is not.

Fixes #2884
Closes #3463
Closes #4073

([bb9fa1a](https://github.com/angular-ui/bootstrap/commit/bb9fa1a))


<a name"0.13.3"></a>
Expand Down

0 comments on commit 0a69580

Please sign in to comment.