| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-26 | Update browsers-devices.md | XhmikosR | 1 | -15/+16 | |
| 2018-07-24 | Carousel indicators transition (#26902) | Martijn Cuppens | 2 | -2/+5 | |
| 2018-07-24 | Fix custom range height (#26898) | ysds | 1 | -1/+2 | |
| Fixes #26897 | |||||
| 2018-07-24 | Flexbox based sticky footer example (#26674) | ysds | 4 | -55/+27 | |
| * Flexbox based sticky footer * Update guide message * Use utility classes instead of custom CSS | |||||
| 2018-07-24 | Custom input range disabled styling (#26540) | Martijn Cuppens | 2 | -0/+23 | |
| 2018-07-24 | Merge branch 'garhbod-patch-1' into v4-dev | Mark Otto | 3 | -1/+59 | |
| 2018-07-24 | Merge branch 'v4-dev' into malkomich-v4-dev | Mark Otto | 337 | -3769/+4306 | |
| 2018-07-24 | Add .text-decoration-none utility class (#25933) | Stefan Wrobel | 1 | -0/+2 | |
| ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596 | |||||
| 2018-07-24 | add 'lighter' and 'bolder' font weight classes (#26580) | Andrew | 3 | -5/+12 | |
| * add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request. | |||||
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 63 | -138/+138 | |
| 2018-07-23 | dist | Mark Otto | 31 | -3075/+3572 | |
| 2018-07-23 | fix(tests): visual plugins tests | Johann-S | 10 | -24/+22 | |
| 2018-07-20 | Allow background images for active buttons | Martijn Cuppens | 1 | -1/+0 | |
| 2018-07-20 | Clarify to close #26329 | Mark Otto | 1 | -1/+1 | |
| 2018-07-20 | fix `.modal-dialog-centered` on IE10/11 | Mohammad Younes | 1 | -0/+12 | |
| 2018-07-20 | Fix modal overflow style nesting (#26742) | Joshua David | 1 | -6/+6 | |
| Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested. | |||||
| 2018-07-20 | Merge branch 'document-tooltip-flickering' of ↵ | Mark Otto | 1 | -0/+11 | |
| https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering | |||||
| 2018-07-20 | #26912: fix custom file input z-index | Martijn Cuppens | 1 | -0/+5 | |
| 2018-07-20 | Fix property order | ysds | 1 | -1/+1 | |
| 2018-07-20 | Remove `:not(:root)` from the workaround for SVG overflow bug | ysds | 1 | -6/+3 | |
| * `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878) | |||||
| 2018-07-20 | Lower the specificity of vertical-align of SVG | ysds | 1 | -2/+7 | |
| 2018-07-20 | Add Noto Color Emoji to font stack | Mark Otto | 1 | -1/+1 | |
| Fixes #26227 | |||||
| 2018-07-20 | Clarify custom select styles | Mark Otto | 1 | -1/+1 | |
| Fixes #26281 | |||||
| 2018-07-20 | Update validation tooltips to use tooltip vars (#26887) | Mark Otto | 1 | -6/+6 | |
| Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these. | |||||
| 2018-07-20 | Improve responsive table docs | Mark Otto | 1 | -5/+4 | |
| - Splits the examples with code snippets - Adds note about possible broken visuals Closes #25813 | |||||
| 2018-07-19 | feat(plugins): allow to import separate plugins | Johann-S | 6 | -25/+109 | |
| 2018-07-16 | Move the browserslist config to a separate file. | XhmikosR | 2 | -13/+13 | |
| 2018-07-15 | Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into ↵ | Mark Otto | 1 | -0/+12 | |
| Varunram-v4-dev | |||||
| 2018-07-15 | More wordsmithing | Mark Otto | 1 | -4/+2 | |
| 2018-07-15 | dist | Mark Otto | 6 | -60/+58 | |
| 2018-07-15 | #25842 Remove max-width from table class | Lefteris Psitopoulos | 1 | -1/+0 | |
| 2018-07-15 | Form control heights (#26820) | Mark Otto | 2 | -17/+23 | |
| * Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas | |||||
| 2018-07-14 | Fix custom range thumb style (#26385) | ysds | 2 | -24/+19 | |
| * Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width | |||||
| 2018-07-14 | Fix `custom-forms` heights and position (#25602) | Andrew Luca | 1 | -3/+3 | |
| Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable | |||||
| 2018-07-14 | fixes #26579 | Mark Otto | 1 | -1/+1 | |
| 2018-07-14 | Update cursor on floating labels example (#26826) | Mark Otto | 1 | -0/+1 | |
| 2018-07-14 | Merge branch 'examples-cleanup' of ↵ | Mark Otto | 6 | -22/+0 | |
| https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup | |||||
| 2018-07-14 | Merge branch 'box-shadow_issue_26377' of ↵ | Mark Otto | 11 | -42/+30 | |
| https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377 | |||||
| 2018-07-13 | Update issue templates | Mark Otto | 1 | -0/+15 | |
| 2018-07-13 | Update issue template | Mark Otto | 1 | -0/+17 | |
| 2018-07-12 | Update README.mdv4.1.2 | Mark Otto | 1 | -1/+1 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 64 | -139/+139 | |
| 2018-07-12 | Reword | Simon Podlipsky | 1 | -1/+1 | |
| 2018-07-12 | Clean up npm scripts a bit more. | XhmikosR | 1 | -2/+1 | |
| `docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`. | |||||
| 2018-07-11 | Update scripts. | XhmikosR | 1 | -3/+3 | |
| 2018-07-11 | update card columns docs to make copy more accurate | Mark Otto | 1 | -2/+2 | |
| closes #26586, closes #26587 | |||||
| 2018-07-11 | clarify docs dev and add 4.0 link | Mark Otto | 1 | -3/+3 | |
| 2018-07-11 | change dist to only affect main since docs css isn't distributed | Mark Otto | 1 | -1/+1 | |
| 2018-07-11 | Move copy tasks back to css-main and js-compile so docs-github task runs ↵ | Mark Otto | 1 | -4/+4 | |
| properly | |||||
| 2018-07-11 | Update watch scripts to properly copy JS files | Mark Otto | 1 | -4/+8 | |
| - Updates nodemon scripts to watch specific directories instead of ignoring several - Split watch tasks for CSS and JS into main and docs - Add docs-watch script to serve the docs instead of just build - Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start | |||||
