aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28fixes #21219: update docs to reflect current sm breakpoint valueMark Otto1-2/+2
2016-11-26Update migration file for renamed image classes (#21215)Stephen Puiszis1-0/+2
2016-11-13it's → itsDaniel Lo Nigro1-1/+1
Small grammar fix.
2016-10-31Responsive display utilities (#20934)Mark Otto1-1/+2
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-27Fixes #17631: Add mention of removed .btn-group-justifiedMark Otto1-0/+1
It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option.
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-4/+8
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-4/+4
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-1/+1
2016-09-11v4: Update tooltip placement docs (#20696)Mark Otto1-0/+4
* Fixes #19796: Remove mention of tooltip auto placement * add note to migration docs
2016-09-08Update docs to use new spacing util class namesMark Otto1-1/+1
2016-09-04Renamed contextual classes for tables (#20505)Jonathan1-1/+2
To be prefixed with `.table-`.
2016-08-21Merge pull request #20519 from vanillajonathan/patch-2Mark Otto1-0/+1
Added information about the .panel-group class
2016-08-21Fixes #20504: Mention .divider to .dropdown-divider name changeMark Otto1-0/+1
2016-08-15Added information about the .panel-group classJonathan1-0/+1
2016-07-12Fix typo in 'Reboot' about unitsanantoghosh1-1/+1
In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`.
2016-07-06Fix typo in 'Reboot' sectionanantoghosh1-1/+1
Changed `box-sizing: border` to `box-sizing: border-box`
2016-06-27Mention .list-inline-item change in the migration guidejudetucker1-0/+1
Fixes #18813 Closes #20187 [skip sauce]
2016-06-27docs/migration.md: Fix "correspending" typoChris Rebert1-1/+1
[ci skip]
2016-06-12follow up fix to #17593Mark Otto1-5/+1
2016-05-19Mention removed modal option in migration docsHeiko Jansen1-1/+4
The `remote` option and the accompanying event have been removed.
2016-05-11Fixes #19732: Mention change to list-group-item class and links/buttons in ↵Mark Otto1-0/+5
migration docs
2016-05-11Fixes #19267: Mention grid class changes in migration docsMark Otto1-0/+3
2016-05-11add another note about dropdown styles changingMark Otto1-0/+1
2016-05-11Update tags/labels/badges migration docs to mention class and change in ↵Mark Otto1-2/+3
behavior for alignment in list groups
2016-05-11clarify thatMark Otto1-1/+1
2016-05-11Merge pull request #19141 from twbs/v4-forms-cleanupMark Otto1-1/+1
v4: Forms cleanup
2016-05-11update migration notesMark Otto1-1/+1
2016-05-09more options, clearer options, and proper markdown formattingMark Otto1-1/+1
2016-05-09Merge branch 'v4-dev-docs-hidden-show-replacement' of ↵Mark Otto1-1/+1
https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement
2016-05-08Fixes #18705: Clarify removal of .help-text and update changes to ↵Mark Otto1-2/+2
.form-group for horizontal layouts
2016-05-08Fixes #18768: Add migration docs for dropdownsMark Otto1-0/+8
2016-05-08fixes #19439: add some docs context to migration for .btn-xs and .page-headerMark Otto1-3/+3
2016-04-23Suggest a replacement to .hidden and .showChris Lamb1-1/+1
Signed-off-by: Chris Lamb <[email protected]>
2016-04-06Docs: Call out removal of @screen-* variables in v4Craig Martin1-4/+4
Closes #19561 Closes #19567 [skip sauce]
2016-02-16update migration docsMark Otto1-2/+3
2016-02-11Rename .label class to .tagAmeya Pandilwar1-1/+1
2016-02-08Migration docs: Mention $grid-breakpoints and $container-max-widths by nameChris Rebert1-1/+1
[skip sauce]
2016-02-06Merge branch 'v4-dev' into v4-center-utilsMark Otto1-2/+2
2016-02-06migration notes for the text utils changesMark Otto1-2/+2
2016-02-06add note to migration docsMark Otto1-2/+3
2016-02-06mention media query changesMark Otto1-0/+1
2016-02-06document migration for grid system /cc #17593Mark Otto1-1/+10
2016-02-05Merge pull request #19086 from twbs/migration-vendor-prefix-mixinsMark Otto1-0/+5
Add migration guidance regarding vendor prefix mixins
2016-02-05Remove pager section from migrationQuy1-4/+0
2016-02-04Add migration guidance regarding vendor prefix mixinsChris Rebert1-0/+5
Refs #19080
2016-01-06add docs notesMark Otto1-1/+3
2016-01-06Clarify a few things in migration docsMark Otto1-4/+4
2016-01-05Add alternative migration possibility for panel color variantsChris Rebert1-5/+5
Refs #18767 [ci skip]
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert1-1/+1
[skip sauce]
2015-12-23Refactor Breadcrumbs componentChris Rebert1-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]