]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention badge-default in migration docs, fix typo on popover docs (#23409)
authorjipexu <jean.barbary@wanadoo.fr>
Mon, 14 Aug 2017 21:04:06 +0000 (23:04 +0200)
committerMark Otto <markd.otto@gmail.com>
Mon, 14 Aug 2017 21:04:06 +0000 (14:04 -0700)
docs/4.0/components/popovers.md
docs/4.0/migration.md

index 32261eb6c5ae96d23ecb44973f048246d3919b1b..2e6f42b55f83dd729dadd92e1b69e569097c7232 100644 (file)
@@ -361,7 +361,7 @@ Updates the position of an element's popover.
     </tr>
     <tr>
       <td>inserted.bs.popover</td>
-      <td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td>
+      <td>This event is fired after the <code>show.bs.popover</code> event when the popover template has been added to the DOM.</td>
     </tr>
   </tbody>
 </table>
index a2cb9aea0e63577bf3a474aef8c9c4057ffa8169..6a242092734b3afcc598e690253f95410a283330 100644 (file)
@@ -188,6 +188,7 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
 - Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
 - Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
 - Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
+- `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.
 
 ### Panels, thumbnails, and wells