| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2018-07-11 | fixes #26637 | Mark Otto | 1 | -2/+2 | |
| 2018-07-11 | Optimised Google Analytics Loading | Christian Oliff | 1 | -4/+2 | |
| 2018-07-11 | new url | Mark Otto | 1 | -1/+1 | |
| 2018-07-11 | remove reference to breakpoint-specific gutter widths which are not implemented | Josh Wand | 1 | -1/+1 | |
| see #22944 and #24620 | |||||
| 2018-07-11 | Make navbar download the same as homepage download | Theodore Dubois | 1 | -1/+1 | |
| 2018-07-11 | remove jobs link | Mark Otto | 1 | -3/+0 | |
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 243 | -186/+171 | |
| With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. | |||||
| 2018-07-11 | dist | Mark Otto | 21 | -82/+67 | |
| 2018-07-11 | fix(modal): fix unit test and resetting style | Johann-S | 2 | -10/+6 | |
