aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/migration.md
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-189/+0
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-05-01Update function names in migration, clarify tints and shades are Sass variablesMark Otto1-2/+2
2020-04-30v5: Unify spacing across components (#30564)Mark Otto1-0/+2
Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-26Rewrite Theming docs as Customize sectionMark Otto1-3/+11
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
2020-04-26Rename variables for brevityMark Otto1-0/+1
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2020-04-24Prevent nested tables style leaksMartijn Cuppens1-1/+4
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens1-0/+1
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]>
2020-04-14Redo display headings (#30568)Mark Otto1-0/+7
- Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Restore `.form-text` (#30565)Catalin Zalog1-1/+0
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens1-0/+1
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard1-2/+5
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens1-0/+1
`.input-group-append`
2020-03-18Remove Internet Explorer leftoversXhmikosR1-1/+1
2020-03-10Remove card decks in favor of the gridMartijn Cuppens1-0/+1
2020-03-10Bootstrap 5 migration guideMartijn Cuppens1-2/+9
2020-02-15Remove map merges (#28508)Martijn Cuppens1-0/+1
2020-02-15Revert "Placeholder for transitions reset to prevent code duplication #29862"XhmikosR1-1/+0
This reverts commit cd7e5d111102e4422858aa6f255dc243b4cca1ca. Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-14Placeholder for transitions reset to prevent code duplication… (#29870)Gaël Poupard1-0/+1
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-02-04Update migration guide for removal of .form-text (#30134)Mark Otto1-0/+1
Closes #29630
2020-02-03Split grid & containers (#29146)Martijn Cuppens1-0/+1
2019-12-30Drop `.text-justify` class (#29793)Martijn Cuppens1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens1-0/+4
* Simplify disabled styles * Mention pointer-events usage
2019-12-14Add `form-control-focus()` deprecation to migration guideMartijn Cuppens1-0/+1
2019-11-25Link to versioned docsMartijn Cuppens1-1/+1
2019-11-25Enable RFS for font resizingMartijn Cuppens1-1/+1
- Enable RFS - Add documentation - Disable doc font size overrides
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto1-0/+4
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-10-18v5: Icons docs cleanup (#29450)Mark Otto1-5/+0
* Remove mention of icons from migration since they're not part of the core project * Cleanup icons page to mention Bootstrap Icons
2019-10-12Add color argument to button mixins (#29444)Jeremy Jackson1-0/+2
Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility.
2019-10-10Add new .bg-body utility class (#29511)Mark Otto1-0/+1
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens1-0/+2
2019-08-27Remove "Wall of browser bugs" page. (#29297)XhmikosR1-0/+4
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens1-0/+1
2019-08-22Drop nav divider mixinMartijn Cuppens1-1/+2
2019-08-03Mention pagination margin change in migration docs (#29196)Mark Otto1-0/+4
From #28948.
2019-07-29Update migration.mdXhmikosR1-0/+1
2019-07-25Mention dropped `.pre-scrollable` class in migration guide.Martijn Cuppens1-0/+1
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens1-0/+2
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens1-0/+4
2019-07-21Document changes to tablesMark Otto1-0/+1
2019-07-21Clarify form control visual updates in migration guideMark Otto1-3/+8
2019-07-21Update Migration docs to mention new iconsMark Otto1-0/+5
2019-07-21Revert padding-right on ol and ul in Reboot, update migration docMark Otto1-1/+1
2019-07-12v5: Forms update (#28450)Mark Otto1-7/+16
* Initial spike of consolidated form checks * Stub out forms rearrangement - Prepping to drop non-custom file and range inputs - Prepping to merge custom and native checks and radios (with switches) - Prepping to merge custom select with form select - Moving docs arround so forms has it's own area given volume of CSS * Move input group Sass file to forms subdir * Start to split and move the docs around * Simpler imports * Copyediting * delete overview file * Remove commented out code * remove the custom-forms import * rewrite flex-check as form-check, replace all custom properties * Remove old forms doc * stub out new subpage link section * update migration guide * Update nav, forms overview in page nav, and descriptions * fix check bg position * fix margin-top calculation * rename .custom-select to .form-select * Update validation styles for new checks * add some vertical margin, fix inline checks * fix docs examples * better way to do this contents stuff, redo the toc while i'm at it * page restyle for docs while here * un-callout that, edit text * redo padding on toc * fix toc * start to cleanup checks docs * Rewrite Markdown tables into HTML * Redesign tables, redo their docs * Replace Open Iconic icons with custom Bootstrap icons * Redesign the docs navbar, add a subheader, redo the sidebar * Redesign docs homepage a bit * Simplify table style overrides for docs tables * Simplify docs typography for page titles and reading line length * Stub out icons page * Part of sidebar update, remove migration from nav.yml * Move toc CSS to separate partial * Change appearance of overview page * fix sidebar arrow direction * Add footer to docs layout * Update descriptions * Drop the .form-group class for margin utilities * Remove lingering form-group-margin-bottom var * improve footer spacing * add headings to range page * uncomment form range css * Rename .custom-range to .form-range * Drop unused docs var * Uncomment the comment * Remove unused variable * Fix radio image sizing * Reboot update: reset horizontal ul and ol padding * de-dupe IDs * tweak toc styles * nvm, fix dropdown versions stuff * remove sidebar nav toggle for now * broken html * fix more broken html, move css * scss linting * comment out broken helper docs * scope styles * scope styles * Fixes #25540 and fixes #26407 for v5 only * Update sidebar once more * Match new sidenav order * fix syntax error * Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696 * rename back * fix size and alignment * rename that back too
2019-07-12Drop support for .form-control-plaintext inside .input-group (#28972)Shohei Yoshida1-0/+1
* Revert "Fix readonly-plain-text with button addon (#25871)" This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354. * Add migration comment
2019-06-18Decrease number of order utilities (#28874)Martijn Cuppens1-0/+1
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens1-0/+4
(#28876)
2019-06-05Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida1-0/+1
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens1-0/+4
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-14add notes about arrow selector changesJohann-S1-0/+8
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto1-0/+1