diff options
| author | Mark Otto <[email protected]> | 2015-08-20 21:08:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-20 21:08:42 -0700 |
| commit | b7fe55d064cf0d307faf00a6fa48fee1fed88621 (patch) | |
| tree | ef051901a349f45cdfd4eac0d8a338a3b591eb99 | |
| parent | f8fcc3d60de8ff619f325add775b7bd84f8caa68 (diff) | |
| parent | 7a35231a92643070b7fe5d88afaf7e8549ba95b8 (diff) | |
| download | bootstrap-b7fe55d064cf0d307faf00a6fa48fee1fed88621.tar.xz bootstrap-b7fe55d064cf0d307faf00a6fa48fee1fed88621.zip | |
Merge pull request #17188 from kkirsche/patch-32
v4 - Add new table variants not in V3 to What's new
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index f9b0f45e2..bd8ee7529 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -114,7 +114,7 @@ We've added new components and changed some existing ones. Here are the new or u | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | | New progress bars | Replaces the old `.progress` `<div>` with a real `<progress>` element. | -| New table variants | | +| New table variants | Adds `.table-inverse`, table head options, replaces `.table-condensed` with `.table-sm`, and `.table-reflow`. | | New utility classes | | TODO: audit new classes that didn't exist in v3 |
