From 31cba418a13674917e0fcfba2419c7f27c660ba1 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Fri, 24 Mar 2017 18:59:16 +0200 Subject: [PATCH] feat(dropdown): rollout completely rewritten bs-dropdown version (#1771) fixes #1674, fixes #1749, fixes #1623, fixes #1415, fixes #802, fixes #569, fixes #530, fixes #6, fixes #1540, fixes #1217, fixes #591, fixes #478 feat: you can pass dropdown configuration in `forRoot()` method feat: now you can add dropdown to body by using `container="body"` BREAKING CHANGES: - `DropdownModule` renamed to `BsDropdownModule`, same to all dropdown components added `bs` prefix - `addToggleClass` option is deprecated, now you need to add `dropdown-toggle` class manually if needed - `dropdownMenu` menu become a template selector, so `*` should be added sample: `