aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorRohit Sharma <[email protected]>2021-04-27 17:59:07 +0530
committerGitHub <[email protected]>2021-04-27 15:29:07 +0300
commitefd45eceb2fda26d50e842b74c14414a0ed203ee (patch)
treee4329cea18e474e1368cd2584a25213c3512cc8d /site
parent15827359da783a8b1021fe82285576dcabc98849 (diff)
downloadbootstrap-efd45eceb2fda26d50e842b74c14414a0ed203ee.tar.xz
bootstrap-efd45eceb2fda26d50e842b74c14414a0ed203ee.zip
Add migration note for the `autoClose` option (#33770)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.0/migration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 46e1d9fcf..3ee604d44 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -7,6 +7,12 @@ aliases: "/migration/"
toc: true
---
+## v5.0.0
+
+### JavaScript
+
+- Dropdowns now have one more option (`autoClose`) to handle the [auto close behavior]({{< docsref "/components/dropdowns#auto-close-behavior" >}}). You can use this option to accept the click inside or outside the dropdown menu to make it interactive.
+
## v5.0.0-beta3
### Components