aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
AgeCommit message (Collapse)AuthorFilesLines
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]
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-09Add Badges entry to v4 migration guide; fixes #18506Chris Rebert1-0/+4
[ci skip]
2015-12-09Migration docs: Make Buttons and Button Group sections adjacentChris Rebert1-4/+4
[ci skip]
2015-12-09Added information about the help-block classJonathan1-0/+1
Fixes #18505 Closes #18509
2015-12-07Add entry for pagination component changes to v4 migration guideChris Rebert1-0/+4
Refs #18110 [skip sauce]
2015-12-07Fix header hierarchy in migration guideChris Rebert1-1/+1
[ci skip]
2015-12-07Add entry about stateful buttons to v4 migration guideChris Rebert1-0/+2
Refs #18459, #17178 [skip sauce]
2015-12-07Consolidate duplicate "Buttons" section in v4 migration docsChris Rebert1-4/+1
[skip sauce]
2015-12-06Add .navbar-form entry to v4 migration docs; refs #18087Chris Rebert1-0/+4
[skip sauce]
2015-12-01Fix classes for responsive floats in migrationvsn4ik1-2/+2
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-0/+5
2015-11-19Revert "Added button subsection to the component section"Patrick H. Lauke1-4/+0
2015-11-19Added button subsection to the component sectionJonathan1-0/+4
2015-11-12Merge pull request #17954 from risan/patch-1Mark Otto1-0/+4
[V4] Fixes #17953: Add migration docs of .btn-default removal
2015-11-12Merge pull request #17808 from alberto/fix-17781Mark Otto1-0/+1
fixes #17781: Add migration docs note that .control-label is gone in v4
2015-10-17[V4] Fixes #17953: Update migration docs of .btn-default replacementRisan Bagja Pradana1-2/+1
[V4 Docs] Update migration docs to point out the .btn-default replacement.
2015-10-17[V4] Fixes #17953: Add migration docs of .btn-default removalRisan Bagja Pradana1-0/+5
V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class.
2015-10-11Mention ScrollPos-Styler in the migration docs; closes #17819Chris Rebert1-0/+1
2015-10-10Remove em media queries note in Migration docs; no longer accurate as of #17403Chris Rebert1-1/+0
[ci skip]
2015-10-07fixes #17781: Add migration docs note that .control-label is gone in v4alberto1-0/+1
2015-10-04Add Glyphicons migration guidanceChris Rebert1-1/+4
[skip sauce]
2015-09-27Merge pull request #17689 from twbs/fix-17169-moreChris Rebert1-1/+1
Docs: Clarify [hidden] & .hidden
2015-09-25Migration docs: capitalization; hyperlink Less and SCSSChris Rebert1-1/+1
[ci skip]
2015-09-23Clarify [hidden] attr docs; closes #17169Chris Rebert1-1/+1
[ci skip]
2015-09-23Move v3 `.hidden` note into Migration docsChris Rebert1-1/+1
2015-09-03Document img-responsive to img-fluid change from #17166David\ Beitey1-0/+4
2015-08-25migration.md: fix typo in TODOChris Rebert1-1/+1
2015-08-23Merge pull request #17187 from kkirsche/patch-31Mark Otto1-0/+14
v4 - Document migration from panels to cards