| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 20 | -1496/+0 | |
| 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-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-03-12 | re-use gray for bd-example border / background (#25751) | m5o | 1 | -2/+2 | |
| 2018-02-24 | Add focus states to custom docs buttons | Martijn Cuppens | 1 | -0/+8 | |
| 2018-01-15 | Add example of a Spanish translation for custom file input (#25302) | Mark Otto | 1 | -0/+4 | |
| 2018-01-14 | Update copyright for 2k18 (#25303) | Mark Otto | 1 | -2/+2 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-01 | improve additive/subtractive border util docs | Mark Otto | 1 | -1/+6 | |
| 2017-12-31 | docs: Fix overflow issue in IE. (#25142) | Martijn Cuppens | 1 | -1/+1 | |
| 2017-12-28 | Remove margin-bottom on .bd-example (#25048) | Mark Otto | 1 | -2/+1 | |
| 2017-12-27 | improve docs tables | Mark Otto | 1 | -0/+4 | |
| 2017-12-26 | remove popover static example | Mark Otto | 1 | -34/+0 | |
| 2017-12-22 | Restyle code element, remove docs example overflow, improve docs examples ↵ | Mark Otto | 1 | -1/+0 | |
| (#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs | |||||
| 2017-11-27 | Fix docs horizontal scrollbar (#24878) | Patrick H. Lauke | 1 | -0/+1 | |
| * Fix docs horizontal scrollbar in Components > Modal * Add overflow to docs example class * Drop the handleUpdate() variant While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here). | |||||
| 2017-11-25 | Remove unused CSS. (#24872) | XhmikosR | 5 | -104/+0 | |
| 2017-11-06 | descriptive docs variable naming (#24521) | m5o | 2 | -15/+15 | |
| * use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables | |||||
| 2017-10-29 | Remove the now unused _data/core-team.yml and the relevant scss. (#24593) | XhmikosR | 2 | -33/+0 | |
| 2017-10-23 | Refactor a few selectors. (#24404) | XhmikosR | 1 | -66/+77 | |
| 1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more | |||||
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 5 | -21/+21 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-20 | Change `max-height` to `height` in documentation sidebars (#24446) | Gijs Boddeus | 1 | -2/+2 | |
| If the content of the page does not extend the full viewport height, the sidebars were shortened. | |||||
| 2017-10-17 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -2/+0 | |
| 2017-10-18 | remove unused docs color variables (#24406) | m5o | 1 | -2/+0 | |
| 2017-10-15 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 3 | -2/+4 | |
| 2017-10-07 | Enable stylelint's no-duplicate-selectors rule. | XhmikosR | 3 | -2/+4 | |
| 2017-10-04 | revert a77c13c | Gijs Boddeus | 1 | -3/+3 | |
| 2017-10-04 | change order off properties in _colors.scss | Gijs Boddeus | 1 | -3/+3 | |
| 2017-10-04 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 11 | -19/+30 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 11 | -17/+18 | |
| 2017-09-26 | docs: fix syntax highlighting for shell scripts. (#24103) | XhmikosR | 1 | -2/+12 | |
| Switch all instances to `sh` but keep `bash` so that things won't break either way. | |||||
| 2017-09-13 | modified the yiq to to an actual function | gijsbotje | 1 | -3/+3 | |
| function only returns a value, not the attribute itself updated every use of the former mixin to use the new function | |||||
| 2017-08-13 | Rearrange margins for .highlight (#23396) | Mark Otto | 1 | -1/+11 | |
| Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279. | |||||
| 2017-08-12 | fix docs modal example fade out | Gijs Boddeus | 1 | -1/+1 | |
| the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue | |||||
| 2017-08-10 | Merge branch 'new-home' into v4-dev | Mark Otto | 7 | -173/+35 | |
| 2017-08-09 | move to div for block level | Mark Otto | 1 | -1/+1 | |
| 2017-08-09 | replacement fix for #23257 without old history | Mark Otto | 1 | -2/+7 | |
| 2017-08-07 | new homepage, new assets, clean out old stuff | Mark Otto | 7 | -173/+35 | |
| 2017-07-04 | move the overflow-y to the sticky `@supports` block | Mark Otto | 1 | -2/+1 | |
| also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway | |||||
| 2017-07-04 | overflow-y auto on toc menu | Gijs Boddeus | 1 | -0/+1 | |
| fixes #22977 | |||||
| 2017-06-30 | update usage elsewhere | Mark Otto | 3 | -4/+4 | |
| 2017-06-29 | Drop the old $gray- variables for the new color range | Mark Otto | 4 | -4/+4 | |
| 2017-06-25 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 1 | -0/+13 | |
| 2017-06-25 | add border color utilities | Mark Otto | 1 | -3/+3 | |
| 2017-06-25 | remove bg styles | Mark Otto | 1 | -17/+0 | |
| 2017-06-21 | Fix modal overflow with our navbar documentation and fix typo (#22864) | Johann-S | 1 | -0/+13 | |
| * Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example | |||||
| 2017-06-18 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 1 | -2/+4 | |
| 2017-06-18 | remove - vars, update docs to generate from data yml files, update mixins, ↵ | Mark Otto | 3 | -4/+4 | |
| and generate card, button, bg, and color classes from the sass map | |||||
| 2017-06-18 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 3 | -7/+10 | |
| 2017-06-17 | follow up to 4bab8b890e5337cda3a3221462ab40a84d96c3b4 to avoid the ↵ | Mark Otto | 1 | -2/+4 | |
| max-height if there's no sticky | |||||
| 2017-06-17 | fixes #22846 | Mark Otto | 1 | -1/+1 | |
| 2017-06-17 | wrap .bd-navbar position styles in supports query, remove prefix, and update ↵ | Mark Otto | 1 | -6/+5 | |
| linter settings for file | |||||
| 2017-06-17 | use flexbox order property to change order of content for screenreaders | Mark Otto | 2 | -0/+4 | |
