aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR206-21154/+0
2019-11-26Backport #29734XhmikosR1-1/+1
justify-content:between ⇒ justify-content:space-between
2019-11-25Update anchor.js to v4.2.1 (#29662)XhmikosR1-3/+3
2019-11-02Update modal.md (#29621)XhmikosR1-1/+1
Fix typo
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S1-1/+64
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens1-0/+4
2019-11-01Fix highlighting.XhmikosR1-4/+4
v4-dev is using Jekyll, not Hugo.
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens1-3/+3
2019-11-01Doc tweaks.Mark Otto1-2/+2
2019-11-01Add add and subtract functionysds1-0/+38
2019-10-28Link to versioned RFS repo (#29598)Martijn Cuppens1-1/+1
2019-10-14Variable card height (#29462)Martijn Cuppens1-1/+1
2019-09-26Use 180 for the grid-cards placeholder images' height.XhmikosR1-12/+12
2019-09-26Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-26Add responsive exampleysds1-0/+14
2019-09-26Allow override default col widthysds1-0/+14
2019-09-26CleanupMark Otto1-0/+14
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-09-26Move margins, and equal height via utility exampleMark Otto1-19/+65
2019-09-26First pass at .row-cols classesMark Otto2-0/+136
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-09-26carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR1-34/+32
The example shortcode already adds this.
2019-09-26docs: remove swatches for theme colors. (#29327)XhmikosR2-8/+1
Use the built-in utilities instead.
2019-09-26theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR1-1/+1
Also, add a warning in _root.scss so that we don't miss it again.
2019-09-26blog example: remove unused CSS. (#29316)XhmikosR1-19/+0
2019-08-27fixed minor typo (#29291)tracyjordan1-1/+1
2019-08-27docs: fix tap targets (#29272)Martijn Cuppens1-0/+1
2019-08-27Backport #29251Johann-S3-0/+18
allow to pass popper.js configuration for tooltip/popover and dropdown
2019-08-17Clarify order documentation (#29252)Martijn Cuppens1-6/+6
2019-08-17Fix redirects. (#29254)XhmikosR3-3/+3
2019-08-17Responsive containers (follow-up to #29095) (#29118)Mark Otto4-35/+132
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-08-17v4/v5: Add responsive containers (#29095)Mark Otto4-41/+58
* 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-31Add missing role="document" (#29172)Herst1-6/+6
2019-07-31Fix minor typo (#29168)Patrick H. Lauke1-1/+1
2019-07-31Minor: fix sentence (#29160)Patrick H. Lauke1-1/+1
"Popovers whose both title..."
2019-07-31Update scrollspy.md (#29156)Brian Juul Andersen1-1/+1
Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..."
2019-07-31Update docs vendor libs (#29134)XhmikosR2-9/+12
* Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0.
2019-07-31Backport #29121.XhmikosR1-1/+0
Remove https://glyph.smarticons.co/ from list of suggestions. The domain is now for sale and is triggers warnings in Firefox and Chrome
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens2-4/+4
mixins
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens3-5/+5
2019-07-31Fix Typos across Bootstrap repository (#29082)Kitten King1-2/+2
2019-07-31Remove iconic and add feather icons. (#29079)XhmikosR1-2/+1
2019-07-30Disable the `!default` rule for our docs variables.XhmikosR1-9/+10
2019-07-30Use the background shorthand.XhmikosR1-5/+1
2019-07-30docs: use the `escape_svg` function.XhmikosR2-1/+2
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens1-1/+5
Adapted for v4-dev.
2019-07-30SVGs: lowercase hex values.XhmikosR3-4/+4
2019-07-17Fix bootstrap-themes.png. (#29061)XhmikosR1-0/+0
For some reason the old image was bad quality.
2019-07-17Updated sentence (#29051)Brian Juul Andersen1-1/+1
Checkboxes and radios use are built to support HTML-based form => Checkboxes and radio buttons support ...
2019-07-17Update collapse.md (#29025)Brian Juul Andersen1-1/+1
Corrected minor spelling error.
2019-07-10Add `prefers-reduced-motion` callout to toast documentation (#28993)Patrick H. Lauke1-0/+2
x-ref #28987
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke2-6/+6
* Ensure correct active class is set on button toggles/checkboxes/radios on page load Sanity check, ensures that the UI visually matches the actual values/states of controls. Also ensures that if any autocomplete/autofill happened, this is visually accounted for by having the correct class set. Includes unit tests (and `autocomplete` has been removed from these as it's no longer necessary) * Remove now unnecessary autocomplete attribute As the attribute was there to force/ensure that the visual presentation matched the state, and this is now taken care of programmatically, there's no need to unnecessarily suppress autocomplete...let them autocomplete if they want to...