aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog2-55/+3
2018-07-10Update tooltips.mdXhmikosR1-2/+3
2018-07-10Document tooltip flickering in combination with some overflow settingsSimon Podlipsky1-0/+12
2018-07-09correct spelling errors (#26837)Andrew4-5/+5
2018-07-09Add missing role="button" in .navbar's .dropdown-toggleXhmikosR1-1/+1
Fixes #26830
2018-07-08disable to fix ciMark Otto1-0/+2
2018-07-08add grid docs mentionMark Otto1-0/+14
2018-07-08fix comment placement, remove unecessary prop wrapperMark Otto1-20/+17
2018-07-08add docsMark Otto1-0/+22
2018-07-08Merge branch 'patch-1' of https://github.com/garhbod/bootstrap into ↵Mark Otto1-0/+25
garhbod-patch-1
2018-07-08Restore feedback icons on validated form fieldsMark Otto5-7/+74
- Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select` - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
2018-07-07classMark Otto1-1/+1
2018-07-07add table of classesMark Otto1-0/+34
2018-07-07fix docs headingMark Otto1-1/+1