]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '2.0.1-docs-update' of https://github.com/smaboshe/bootstrap into smabos...
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 01:18:17 +0000 (17:18 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 01:18:17 +0000 (17:18 -0800)
1  2 
docs/templates/pages/upgrading.mustache

index 5a370f113730897f0387328bed3c8c38714d41a7,bac697e21a3d6dcda24589eabdab905ffc7e61b8..ebe70bcdd5d739c4ac4b5cdfb547c6f552a558d5
      <h1>{{_i}}Javascript plugins{{/i}}</h1>
    </div>
    <div class="alert alert-info">
-     <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}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.{{/i}}
+     <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}We've rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.{{/i}}
    </div>
 +  <h3>{{_i}}Tooltips{{/i}}</h3>
 +  <ul>
 +    <li>{{_i}}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>.{{/i}}</li>
 +    <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>
 +    <li>{{_i}}The <code>animate</code> option was renamed to <code>animation</code>.{{/i}}</li>
 +    <li>{{_i}}The <code>html</code> option was removed, as the tooltips default to allowing HTML now.{{/i}}</li>
 +  </ul>
 +  <h3>{{_i}}Tooltips{{/i}}</h3>
 +  <ul>
 +    <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>
 +  </ul>
    <h3>{{_i}}Popovers{{/i}}</h3>
    <ul>
      <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>