diff options
| author | Mark Otto <[email protected]> | 2021-02-07 21:46:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-02-09 14:34:27 +0200 |
| commit | d56992b6d23109ffccc370cfdb36ffb8ae15d762 (patch) | |
| tree | 49cbca18bae741e630a85f96a48a75c4f9ba3c48 | |
| parent | 8f1c8825457399ecdda8d60190bce82d15f97c5d (diff) | |
| download | bootstrap-d56992b6d23109ffccc370cfdb36ffb8ae15d762.tar.xz bootstrap-d56992b6d23109ffccc370cfdb36ffb8ae15d762.zip | |
Mention dropdown static change in Migration guide
Co-authored-by: Rohit Sharma <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 8f71fc218..6e4839348 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -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 |
