| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-06 | Fix typo in 'Reboot' section | anantoghosh | 1 | -1/+1 | |
| Changed `box-sizing: border` to `box-sizing: border-box` | |||||
| 2016-06-27 | Mention .list-inline-item change in the migration guide | judetucker | 1 | -0/+1 | |
| Fixes #18813 Closes #20187 [skip sauce] | |||||
| 2016-06-27 | docs/migration.md: Fix "correspending" typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-06-12 | follow up fix to #17593 | Mark Otto | 1 | -5/+1 | |
| 2016-05-19 | Mention removed modal option in migration docs | Heiko Jansen | 1 | -1/+4 | |
| The `remote` option and the accompanying event have been removed. | |||||
| 2016-05-11 | Fixes #19732: Mention change to list-group-item class and links/buttons in ↵ | Mark Otto | 1 | -0/+5 | |
| migration docs | |||||
| 2016-05-11 | Fixes #19267: Mention grid class changes in migration docs | Mark Otto | 1 | -0/+3 | |
| 2016-05-11 | add another note about dropdown styles changing | Mark Otto | 1 | -0/+1 | |
| 2016-05-11 | Update tags/labels/badges migration docs to mention class and change in ↵ | Mark Otto | 1 | -2/+3 | |
| behavior for alignment in list groups | |||||
| 2016-05-11 | clarify that | Mark Otto | 1 | -1/+1 | |
| 2016-05-11 | Merge pull request #19141 from twbs/v4-forms-cleanup | Mark Otto | 1 | -1/+1 | |
| v4: Forms cleanup | |||||
| 2016-05-11 | update migration notes | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | more options, clearer options, and proper markdown formatting | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | Merge branch 'v4-dev-docs-hidden-show-replacement' of ↵ | Mark Otto | 1 | -1/+1 | |
| https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement | |||||
| 2016-05-08 | Fixes #18705: Clarify removal of .help-text and update changes to ↵ | Mark Otto | 1 | -2/+2 | |
| .form-group for horizontal layouts | |||||
| 2016-05-08 | Fixes #18768: Add migration docs for dropdowns | Mark Otto | 1 | -0/+8 | |
| 2016-05-08 | fixes #19439: add some docs context to migration for .btn-xs and .page-header | Mark Otto | 1 | -3/+3 | |
| 2016-04-23 | Suggest a replacement to .hidden and .show | Chris Lamb | 1 | -1/+1 | |
| Signed-off-by: Chris Lamb <[email protected]> | |||||
| 2016-04-06 | Docs: Call out removal of @screen-* variables in v4 | Craig Martin | 1 | -4/+4 | |
| Closes #19561 Closes #19567 [skip sauce] | |||||
| 2016-02-16 | update migration docs | Mark Otto | 1 | -2/+3 | |
| 2016-02-11 | Rename .label class to .tag | Ameya Pandilwar | 1 | -1/+1 | |
| 2016-02-08 | Migration docs: Mention $grid-breakpoints and $container-max-widths by name | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-02-06 | Merge branch 'v4-dev' into v4-center-utils | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | migration notes for the text utils changes | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | add note to migration docs | Mark Otto | 1 | -2/+3 | |
| 2016-02-06 | mention media query changes | Mark Otto | 1 | -0/+1 | |
| 2016-02-06 | document migration for grid system /cc #17593 | Mark Otto | 1 | -1/+10 | |
| 2016-02-05 | Merge pull request #19086 from twbs/migration-vendor-prefix-mixins | Mark Otto | 1 | -0/+5 | |
| Add migration guidance regarding vendor prefix mixins | |||||
| 2016-02-05 | Remove pager section from migration | Quy | 1 | -4/+0 | |
| 2016-02-04 | Add migration guidance regarding vendor prefix mixins | Chris Rebert | 1 | -0/+5 | |
| Refs #19080 | |||||
| 2016-01-06 | add docs notes | Mark Otto | 1 | -1/+3 | |
| 2016-01-06 | Clarify a few things in migration docs | Mark Otto | 1 | -4/+4 | |
| 2016-01-05 | Add alternative migration possibility for panel color variants | Chris Rebert | 1 | -5/+5 | |
| Refs #18767 [ci skip] | |||||
| 2015-12-24 | Remove .dl-horizontal; it's redundant to the grid system; fixes #18652 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-23 | Refactor Breadcrumbs component | Chris Rebert | 1 | -0/+4 | |
| Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] | |||||
| 2015-12-21 | Migration guide: .panel-title's closest replacement is .card-header; fixes ↵ | Chris Rebert | 1 | -1/+1 | |
| #18619 [skip sauce] | |||||
| 2015-12-09 | Add Badges entry to v4 migration guide; fixes #18506 | Chris Rebert | 1 | -0/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Migration docs: Make Buttons and Button Group sections adjacent | Chris Rebert | 1 | -4/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Added information about the help-block class | Jonathan | 1 | -0/+1 | |
| Fixes #18505 Closes #18509 | |||||
| 2015-12-07 | Add entry for pagination component changes to v4 migration guide | Chris Rebert | 1 | -0/+4 | |
| Refs #18110 [skip sauce] | |||||
| 2015-12-07 | Fix header hierarchy in migration guide | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-07 | Add entry about stateful buttons to v4 migration guide | Chris Rebert | 1 | -0/+2 | |
| Refs #18459, #17178 [skip sauce] | |||||
| 2015-12-07 | Consolidate duplicate "Buttons" section in v4 migration docs | Chris Rebert | 1 | -4/+1 | |
| [skip sauce] | |||||
| 2015-12-06 | Add .navbar-form entry to v4 migration docs; refs #18087 | Chris Rebert | 1 | -0/+4 | |
| [skip sauce] | |||||
| 2015-12-01 | Fix classes for responsive floats in migration | vsn4ik | 1 | -2/+2 | |
| See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce] | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 1 | -0/+5 | |
| 2015-11-19 | Revert "Added button subsection to the component section" | Patrick H. Lauke | 1 | -4/+0 | |
| 2015-11-19 | Added button subsection to the component section | Jonathan | 1 | -0/+4 | |
| 2015-11-12 | Merge pull request #17954 from risan/patch-1 | Mark Otto | 1 | -0/+4 | |
| [V4] Fixes #17953: Add migration docs of .btn-default removal | |||||
| 2015-11-12 | Merge pull request #17808 from alberto/fix-17781 | Mark Otto | 1 | -0/+1 | |
| fixes #17781: Add migration docs note that .control-label is gone in v4 | |||||
