Skip to content

Commit c3d3cf7

Browse files
committed
add note about popover placement
1 parent 9d12b2d commit c3d3cf7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/templates/pages/upgrading.mustache

+2-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<ul>
4040
<li>{{_i}}Media queries added for <strong>basic support</strong> across mobile and tablet devices{{/i}}
4141
<li>{{_i}}Responsive CSS is compiled separately, as bootstrap-responsive.css{{/i}}</li>
42-
</ul>
42+
</ul>
4343
</section>
4444

4545

@@ -179,13 +179,10 @@
179179
<li>{{_i}}The <code>animate</code> option was renamed to <code>animation</code>.{{/i}}</li>
180180
<li>{{_i}}The <code>html</code> option was removed, as the tooltips default to allowing HTML now.{{/i}}</li>
181181
</ul>
182-
<h3>{{_i}}Tooltips{{/i}}</h3>
183-
<ul>
184-
<li>{{_i}}Values for <code>placement</code> option changed from <code>above</code> and <code>below</code> to <code>top</code> and <code>bottom</code>. (Affects popovers, too.){{/i}}</li>
185-
</ul>
186182
<h3>{{_i}}Popovers{{/i}}</h3>
187183
<ul>
188184
<li>{{_i}}Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.{{/i}}</li>
185+
<li>{{_i}}The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.{{/i}}</li>
189186
</ul>
190187
<h3>{{_i}}New plugins{{/i}}</h3>
191188
<ul>

0 commit comments

Comments
 (0)