| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-17 | Responsive containers (follow-up to #29095) (#29118) | Mark Otto | 6 | -39/+177 | |
| * 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-17 | Simplify css-prefix scripts. (#29205) | XhmikosR | 1 | -1/+1 | |
| 2019-08-17 | Extend `.container-fluid` (#29106) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-08-17 | fix broken classes | Mark Otto | 1 | -2/+2 | |
| 2019-08-17 | v4/v5: Add responsive containers (#29095) | Mark Otto | 6 | -54/+77 | |
| * 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-08-09 | Add workflows/test.yml for v4-dev. (#29230) | XhmikosR | 4 | -28/+70 | |
| 2019-08-03 | Disallow crawling on Netlify. (#29194) | XhmikosR | 5 | -6/+9 | |
| 2019-07-31 | Add missing role="document" (#29172) | Herst | 1 | -6/+6 | |
| 2019-07-31 | carousel: fix transition properties order. (#29173) | XhmikosR | 1 | -1/+1 | |
| 2019-07-31 | Update devDependencies and gems. | XhmikosR | 3 | -163/+154 | |
| 2019-07-31 | Fix minor typo (#29168) | Patrick H. Lauke | 1 | -1/+1 | |
| 2019-07-31 | Fix reboot for placeholder links (#29164) | Shohei Yoshida | 1 | -5/+1 | |
| 2019-07-31 | Minor: fix sentence (#29160) | Patrick H. Lauke | 1 | -1/+1 | |
| "Popovers whose both title..." | |||||
| 2019-07-31 | Fix reboot for placeholder links (#29162) | Patrick H. Lauke | 1 | -3/+2 | |
| Backport of #29140 | |||||
| 2019-07-31 | Change property from background to background-image (#29149) | Chandan Deep | 1 | -2/+2 | |
| For Gradient, We have to use the background-image instead of only background. | |||||
| 2019-07-31 | Update scrollspy.md (#29156) | Brian Juul Andersen | 1 | -1/+1 | |
| Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..." | |||||
| 2019-07-31 | Backport #29155 | Johann-S | 2 | -2/+24 | |
| allow dynamic modal body for scrollable modals | |||||
| 2019-07-31 | Haha, floats. It's 2019 (#29147) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-31 | Update docs vendor libs (#29134) | XhmikosR | 2 | -9/+12 | |
| * Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0. | |||||
| 2019-07-31 | Backport #29121. | XhmikosR | 1 | -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-31 | Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵ | Martijn Cuppens | 28 | -52/+52 | |
| mixins | |||||
| 2019-07-31 | Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule | Martijn Cuppens | 7 | -14/+14 | |
| 2019-07-31 | Add `--continue-on-error` in the `css-lint` script. (#29119) | XhmikosR | 1 | -1/+1 | |
| 2019-07-31 | Force reflow for fade-in animation (#29113) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-07-31 | Downgrade karma-browserstack-launcher to v1.4.0. (#29109) | XhmikosR | 2 | -168/+100 | |
| This might fix the build failures we are getting. | |||||
| 2019-07-31 | Simplify `css-compile-main` script (#29102) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-31 | Update svgo.yml. (#29089) | XhmikosR | 1 | -0/+3 | |
| 2019-07-31 | Fix Typos across Bootstrap repository (#29082) | Kitten King | 2 | -3/+3 | |
| 2019-07-31 | Remove iconic and add feather icons. (#29079) | XhmikosR | 1 | -2/+1 | |
| 2019-07-30 | `.custom-select`: combine properties. | Martijn Cuppens | 1 | -2/+1 | |
| 2019-07-30 | Optimize the inline SVGs. | XhmikosR | 1 | -6/+6 | |
| 2019-07-30 | Disable the `!default` rule for our docs variables. | XhmikosR | 1 | -9/+10 | |
| 2019-07-30 | Use the background shorthand. | XhmikosR | 1 | -5/+1 | |
| 2019-07-30 | docs: use the `escape_svg` function. | XhmikosR | 2 | -1/+2 | |
| 2019-07-30 | Backport "Use escape-svg() function (#29077)" | Martijn Cuppens | 8 | -22/+44 | |
| Adapted for v4-dev. | |||||
| 2019-07-30 | SVGs: lowercase hex values. | XhmikosR | 4 | -5/+5 | |
| 2019-07-17 | Update devDependencies. | XhmikosR | 2 | -94/+81 | |
| 2019-07-17 | Fix bootstrap-themes.png. (#29061) | XhmikosR | 1 | -0/+0 | |
| For some reason the old image was bad quality. | |||||
| 2019-07-17 | Fix breaking layout breaking error in code (#28328) | M. Wacker | 1 | -1/+1 | |
| Change `word-break: break-word;` to `word-wrap: break-word;` | |||||
| 2019-07-17 | Updated sentence (#29051) | Brian Juul Andersen | 1 | -1/+1 | |
| Checkboxes and radios use are built to support HTML-based form => Checkboxes and radio buttons support ... | |||||
| 2019-07-17 | #29034 Fix broken links (#29035) | Manuel Alcaraz | 1 | -2/+2 | |
| 2019-07-17 | Added link to creative commons license (#29032) | Sunny Dhoke | 1 | -1/+1 | |
| The previous link is dead one. | |||||
| 2019-07-17 | Update collapse.md (#29025) | Brian Juul Andersen | 1 | -1/+1 | |
| Corrected minor spelling error. | |||||
| 2019-07-17 | updated babel | Johann-S | 4 | -31/+52 | |
| 2019-07-10 | Update devDependencies and gems. | XhmikosR | 4 | -368/+309 | |
| Also lock babel versions, since we get failures with newer ones. | |||||
| 2019-07-10 | Move bundlesize config to a separate file. (#29002) | XhmikosR | 2 | -42/+44 | |
| 2019-07-10 | Add `prefers-reduced-motion` callout to toast documentation (#28993) | Patrick H. Lauke | 1 | -0/+2 | |
| x-ref #28987 | |||||
| 2019-07-10 | Add ARIA search landmark to documentation. (#28983) | Bardi Harborow | 1 | -1/+1 | |
| 2019-07-10 | Ignore the bg-variant deprecation warning in our files. | Martijn Cuppens | 2 | -3/+3 | |
| 2019-07-10 | Remove redundant radius properties (#28956) | Martijn Cuppens | 1 | -2/+2 | |
