aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-10 23:07:32 -0800
committerMark Otto <[email protected]>2012-02-10 23:07:32 -0800
commitd7aefe67e3df78bde61eaa7ecab807bb03aeb1ef (patch)
treee4651bdb92a13d886fa3856c3248e1adf51f0e75 /docs/upgrading.html
parentc10661cf5d5e84bf840c0f2404218c0bc08add27 (diff)
downloadbootstrap-d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef.tar.xz
bootstrap-d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef.zip
scope th bottom vertical-align to only thead, update code styles to include more comments in less file and scrollable option for pre tag
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index 47cac06dc..5ab8a39ba 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -248,6 +248,13 @@
<div class="alert alert-info">
<strong>Heads up!</strong> We're rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.
</div>
+ <h3>Tooltips</h3>
+ <ul>
+ <li>The plugin method has been renamed from <code>twipsy()</code> to <code>tooltip()</code>, and the class name changed from <code>twipsy</code> to <code>tooltip</code>.</li>
+ <li>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>.</li>
+ <li>The <code>animate</code> option was renamed to <code>animation</code>.</li>
+ <li>The <code>html</code> option was removed, as the tooltips default to allowing HTML now.</li>
+ </ul>
<h3>Popovers</h3>
<ul>
<li>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>.</li>