aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Ship v4.1.3v4.1.3Mark Otto63-138/+138
2018-07-23distMark Otto31-3075/+3572
2018-07-23fix(tests): visual plugins testsJohann-S10-24/+22
2018-07-20Allow background images for active buttonsMartijn Cuppens1-1/+0
2018-07-20Clarify to close #26329Mark Otto1-1/+1
2018-07-20fix `.modal-dialog-centered` on IE10/11Mohammad Younes1-0/+12
2018-07-20Fix modal overflow style nesting (#26742)Joshua David1-6/+6
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
2018-07-20Merge branch 'document-tooltip-flickering' of ↵Mark Otto1-0/+11
https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
2018-07-20#26912: fix custom file input z-indexMartijn Cuppens1-0/+5
2018-07-20Fix property orderysds1-1/+1
2018-07-20Remove `:not(:root)` from the workaround for SVG overflow bugysds1-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-20Lower the specificity of vertical-align of SVGysds1-2/+7
2018-07-20Add Noto Color Emoji to font stackMark Otto1-1/+1
Fixes #26227
2018-07-20Clarify custom select stylesMark Otto1-1/+1
Fixes #26281
2018-07-20Update validation tooltips to use tooltip vars (#26887)Mark Otto1-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-20Improve responsive table docsMark Otto1-5/+4
- Splits the examples with code snippets - Adds note about possible broken visuals Closes #25813
2018-07-19feat(plugins): allow to import separate pluginsJohann-S6-25/+109
2018-07-16Move the browserslist config to a separate file.XhmikosR2-13/+13
2018-07-15Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into ↵Mark Otto1-0/+12
Varunram-v4-dev
2018-07-15More wordsmithingMark Otto1-4/+2
2018-07-15distMark Otto6-60/+58
2018-07-15#25842 Remove max-width from table classLefteris Psitopoulos1-1/+0
2018-07-15Form control heights (#26820)Mark Otto2-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-14Fix custom range thumb style (#26385)ysds2-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-14Fix `custom-forms` heights and position (#25602)Andrew Luca1-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-14fixes #26579Mark Otto1-1/+1
2018-07-14Update cursor on floating labels example (#26826)Mark Otto1-0/+1
2018-07-14Merge branch 'examples-cleanup' of ↵Mark Otto6-22/+0
https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
2018-07-14Merge branch 'box-shadow_issue_26377' of ↵Mark Otto11-42/+30
https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
2018-07-13Update issue templatesMark Otto1-0/+15
2018-07-13Update issue templateMark Otto1-0/+17
2018-07-12Update README.mdv4.1.2Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto64-139/+139
2018-07-12RewordSimon Podlipsky1-1/+1
2018-07-12Clean up npm scripts a bit more.XhmikosR1-2/+1
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-11Update scripts.XhmikosR1-3/+3
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11clarify docs dev and add 4.0 linkMark Otto1-3/+3
2018-07-11change dist to only affect main since docs css isn't distributedMark Otto1-1/+1
2018-07-11Move copy tasks back to css-main and js-compile so docs-github task runs ↵Mark Otto1-4/+4
properly
2018-07-11Update watch scripts to properly copy JS filesMark Otto1-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-11fixes #26637Mark Otto1-2/+2
2018-07-11Optimised Google Analytics LoadingChristian Oliff1-4/+2
2018-07-11new urlMark Otto1-1/+1
2018-07-11remove reference to breakpoint-specific gutter widths which are not implementedJosh Wand1-1/+1
see #22944 and #24620
2018-07-11Make navbar download the same as homepage downloadTheodore Dubois1-1/+1
2018-07-11remove jobs linkMark Otto1-3/+0
2018-07-11Reorganize docs for easier deploysMark Otto243-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-11distMark Otto21-82/+67
2018-07-11fix(modal): fix unit test and resetting styleJohann-S2-10/+6