Skip to content

Commit b5e534b

Browse files
SanjoSolutionswesleycho
authored andcommitted
docs(CHANGELOG): Added dropdown breaking change
After I upgraded from 0.10.0 to 0.11.0 I needed to add the dropdown directive to my button dropdowns. This is not documented in the breakting changes. The bootstrap documentation only mentions the dropdown class only in the [dropdowns section](http://getbootstrap.com/components/#dropdowns), but not in the [btn-dropdowns section](http://getbootstrap.com/components/#btn-dropdowns).
1 parent df0bc00 commit b5e534b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Revert breaking change in **dropdown** ([1a998c4](http://github.com/angular-ui/b
215215
`min` attribute has been renamed to `min-date`
216216
`max` attribute has been renamed to `max-date`
217217

218+
- **dropdown:**
219+
220+
Elements with the `dropdown-toggle` directive must have a parent element with the `dropdown` directive.
221+
218222
- **pagination:**
219223

220224
Both `pagination` and `pager` are now integrated with `ngModelController`.

0 commit comments

Comments
 (0)