0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Mention dropdown static change in Migration guide

Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
This commit is contained in:
Mark Otto 2021-02-07 21:46:31 +02:00 committed by XhmikosR
parent 8f1c882545
commit d56992b6d2

View File

@ -23,6 +23,7 @@ toc: true
- Restored `offset` option for Dropdown, Popover and Tooltip plugins.
- The default value for the `fallbackPlacements` is changed to `['top', 'right', 'bottom', 'left']` for better placement of popper elements.
- All the events for the dropdown are now triggered on the dropdown toggle button and then bubbled up to the parent element.
- Dropdown menus now have a `data-bs-popper="static"` attribute set when the positioning of the dropdown is static and `data-bs-popper="none"` when dropdown is in the navbar. This is added by our JavaScript and helps us use custom position styles without interfering with Popper's positioning.
## v5.0.0-beta1