From 1d2aaed4abf4236b027ec5198e65b6b814b070ec Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 3 Jan 2017 16:51:59 +0100 Subject: Added information about list-group-flush --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index a01e85dd4..c8c39c03b 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -134,6 +134,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Rewrote component with flexbox. - Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items. +- Added `.list-group-flush` class for use with cards. ### Modal -- cgit v1.2.3 From bd72b9593bbff9a001ba818dbf8782b5ed3f08d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 13:11:25 -0800 Subject: Drop .table-reflow Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright. --- docs/migration.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index c8c39c03b..ee3ecb125 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -82,7 +82,6 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Responsive tables no longer require a wrapping element. Instead, just put the `.table-responsive` right on the ``. - Renamed `.table-condensed` to `.table-sm` for consistency. - Added a new `.table-inverse` option. -- Added a new `.table-reflow` option. - Added table header modifiers: `.thead-default` and `.thead-inverse`. - Renamed contextual classes to have a `.table-`-prefix. Hence `.active`, `.success`, `.warning`, `.danger` and `.table-info` to `.table-active`, `.table-success`, `.table-warning`, `.table-danger` and `.table-info`. -- cgit v1.2.3 From ff0cf67a7e9b46d6e1e453bbe2ef85e6b183173f Mon Sep 17 00:00:00 2001 From: Sergio Pantoja Date: Wed, 4 Jan 2017 10:36:28 -0500 Subject: Fix typo on v4 Migration page --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index ee3ecb125..e3c68d6f8 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -125,7 +125,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Grid system - Added a new `576px` grid breakpoint as `sm`, meaning there are now five total tiers (`xs`, `sm`, `md`, `lg`, and `xl`). -- Renamed the responsive grid modifier classes from `.col-{breakpoint}-{modifier}-{size}` to `.{modifier}-{breakpoint}-{size}` for simpler grid classes. For example, instead of `.col-md-3.col-md-push-9` it's `col-md-3.push-md-9`. +- Renamed the responsive grid modifier classes from `.col-{breakpoint}-{modifier}-{size}` to `.{modifier}-{breakpoint}-{size}` for simpler grid classes. For example, instead of `.col-md-3.col-md-push-9` it's `.col-md-3.push-md-9`. - Overhauled the grid mixins to merge `make-col` and `make-col-span` into a single `make-col` mixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors. - Added flexbox utility classes for grid system and components. -- cgit v1.2.3 From e4c0311626befc89c9462e675059edf9d52b9bb1 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 5 Jan 2017 11:11:50 +1100 Subject: Update broken links. --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index e3c68d6f8..cb4b13410 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -44,7 +44,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to - Dropped the Glyphicons icon font. If you need icons, some options are: - the upstream version of [Glyphicons](https://glyphicons.com/) - [Octicons](https://octicons.github.com/) - - [Font Awesome](https://fortawesome.github.io/Font-Awesome/) + - [Font Awesome](http://fontawesome.io/) - Dropped the Affix jQuery plugin. We recommend using a `position: sticky` polyfill instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. - If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library. - Dropped the pager component as it was essentially slightly customized buttons. -- cgit v1.2.3 From 87751da48232ac4ca1964c819aaf89e78a3f9e64 Mon Sep 17 00:00:00 2001 From: Quy Date: Sun, 15 Jan 2017 21:46:42 -0800 Subject: Update .tag to .badge in migration (#21565) --- docs/migration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index cb4b13410..5e623317e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -170,11 +170,11 @@ The navbar has been entirely rewritten in flexbox with improved support for alig - An explicit class, `.breadcrumb-item`, is now required on the descendants of `.breadcrumb`s -### Labels, badges, and tags +### Labels and badges -- Renamed `.label` to `.tag` to disambiguate from the `