aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-262/+0
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-24/+20
2017-05-26Update migration docs for .has-error renameHugh Bellamy1-0/+1
2017-05-24Update documentation for Tooltips/Popovers about auto placementJohann-S1-8/+0
2017-03-26fixes #21608Mark Otto1-0/+1
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto1-1/+1
approach everywhere else
2017-03-05update the migration docsMark Otto1-8/+10
2017-01-15Update .tag to .badge in migration (#21565)Quy1-4/+4
2017-01-05Update broken links.Bardi Harborow1-1/+1
2017-01-04Fix typo on v4 Migration pageSergio Pantoja1-1/+1
2017-01-03Drop .table-reflowMark Otto1-1/+0
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.
2017-01-03Added information about list-group-flushJonathan1-0/+1
2016-12-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-42/+55
2016-12-28update to migration docsMark Otto1-31/+16
2016-12-22migrate some notes on over hereMark Otto1-1/+10
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-2/+2
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-12-19Fix typo in migration docs: card-title is replacing panel-title (#21331)Geoffrey Tisserand1-1/+1
2016-12-19Remove mention of popovers auto placement + add note to migration docsJohann-S1-0/+4
2016-12-05typoMark Otto1-1/+1
2016-12-04drop the .carousel-control base classMark Otto1-1/+1
2016-12-04update migration docsMark Otto1-1/+8
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-05migration copyMark 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