From: Rohit Sharma Date: Tue, 27 Apr 2021 12:29:07 +0000 (+0530) Subject: Add migration note for the `autoClose` option (#33770) X-Git-Tag: v5.0.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efd45eceb2fda26d50e842b74c14414a0ed203ee;p=thirdparty%2Fbootstrap.git Add migration note for the `autoClose` option (#33770) --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 46e1d9fcf6..3ee604d446 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