aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens3-84/+108
2019-07-22Allow to pass integrity & async attribute to extra jsMartijn Cuppens3-5/+7
2019-07-21Update remaining tables to Bootstrap tables in docs by adding .table classMark Otto6-8/+8
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 Otto2-2/+2
2019-07-21v4/v5: Add responsive containers (#29095)Mark Otto3-10/+46
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-20Fix Typos across Bootstrap repository (#29082)Kitten King2-2/+2
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens1-1/+5
* Use escape-svg() function * Update theming.md
2019-07-19Remove iconic and add feather icons. (#29079)XhmikosR1-2/+1
2019-07-19Remove trailing spaces.XhmikosR2-2/+2
2019-07-18Make it possible to change default alignment & allow to inherit alignment ↵Martijn Cuppens1-0/+37
from table (#29039)
2019-07-17It's `viewBox`.XhmikosR1-11/+11
2019-07-17Add redirect for `/forms/`.XhmikosR1-0/+1
2019-07-17Move inline JS to application.js.XhmikosR1-7/+0
2019-07-15Make text align configurable (#28989)Martijn Cuppens1-1/+1
This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238
2019-07-14v5: Fix disabled styling on .form-file (#29022)Mark Otto1-0/+12
While #28450 overhauled a ton of forms work, the support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field. Fixes #28176.
2019-07-14Drop breakpoint CSS custom properties (#29020)Mark Otto1-27/+0
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation. Fixes #29012.
2019-07-13Update collapse.md (#29025)Brian Juul Andersen1-1/+1
Corrected minor spelling error.
2019-07-12dist v5Mark Otto2-4/+0
2019-07-12v5: Forms update (#28450)Mark Otto31-1627/+1918
* 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-07-10Fix typo. (#29008)XhmikosR2-2/+2
2019-07-09Fixes #28994Mark Otto1-1/+1
2019-07-08Add `prefers-reduced-motion` callout to toast documentation (#28993)Patrick H. Lauke1-0/+4
x-ref #28987
2019-06-24Minor wording changes.XhmikosR1-2/+2
2019-06-24Combine duplicate documentation examples into one to fix the confusing text.Jonathan Hawkins1-23/+9
fixes issue #28892
2019-06-22Docs – update extend/approach.md (#28941)Robin D'Arcy1-2/+2
2019-06-18Typo fix (#28920)Martijn Cuppens1-1/+1
2019-06-18Decrease number of order utilities (#28874)Martijn Cuppens3-5/+18
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens11-165/+23
(#28876)
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Examples: make use of core utils in more places.XhmikosR7-28/+5
2019-06-06Clean component examples CSS (#28872)Shohei Yoshida3-18/+16
* Remove unused classes/styles and use utilities instead of specific styles * Use `getElementById` instead of `querySelector`
2019-06-04Rename the text helper page (#28869)Shohei Yoshida1-2/+2
2019-06-05Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida2-2/+3
2019-06-04Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout ↵Patrick H. Lauke2-3/+11
(#28851) - Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal) - Tweak the tooltips callout for consistency
2019-05-29Make example description more accurate (#28842)Jay Pinho1-1/+1
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens10-47/+324
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens3-5/+14
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-16Update Yarn package link to link to the Bootstrap package (#28781)Christian Oliff1-1/+1
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16remove util references from our docsJohann-S7-10/+0
2019-05-16remove jquery references from tooltip docsJohann-S1-25/+31
2019-05-16remove jquery references in browsers-devices docsJohann-S1-22/+0
2019-05-16remove jquery references in toast docsJohann-S1-13/+12
2019-05-14add notes about arrow selector changesJohann-S1-0/+8
2019-05-14remove jquery references from popover docsJohann-S1-28/+37
2019-05-14remove jquery references from javascript.md docsJohann-S1-33/+24