]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Highlight new feature in 6.4!
authorharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 18:42:19 +0000 (00:12 +0530)
committerharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 18:42:19 +0000 (00:12 +0530)
docs/pages/dropdown.md

index 7f57f68d99450a5d1958cc7ed823f0d70f4104cf..d026b17f09bdece0df805de022b4c82c6055b144 100644 (file)
@@ -97,6 +97,10 @@ Adding `.float-right` or `.float-left` to the anchor will change the direction o
 
 ## Explicit Positioning
 
+<div class="callout primary">
+  <p><strong>New in v6.4:</strong> Heads up! This explicit positioning model is a new feature in v6.4.</p>
+</div>
+
 Wouldn't it be great if you can define both positions at the dropdown element. Dropdown has a fully explicit positioning model through which you can use both `data-position` and `data-alignment` to define both positions of the box.
 
 These dropdowns test various positioning and alignments. Valid positions are left/right/top/bottom. Valid alignments are left/right/top/bottom/center. Left align means left sides should line up. Right align means right sides should line up. Center align means centers should line up.