| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-19 | typov4.0.0-beta.2 | Mark Otto | 1 | -1/+1 | |
| 2017-10-19 | fix missing word in colors.md (#24440) | Gijs Boddeus | 1 | -1/+1 | |
| 2017-10-19 | Gradients and shadows (#24429) | Mark Otto | 1 | -0/+13 | |
| * Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state | |||||
| 2017-10-19 | fix typo in flex.md (#24431) | Gijs Boddeus | 1 | -1/+1 | |
| 2017-10-19 | Update docs for IE10+IE11 support of auto margins (#24427) | Mark Otto | 1 | -7/+11 | |
| IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities. More details can be found at https://stackoverflow.com/a/37535548, which has been linked to from the docs as well. Closes #24319 and closes #24413. | |||||
| 2017-10-04 | Remove double spaces. | XhmikosR | 1 | -1/+1 | |
| 2017-10-02 | fix up colors, closes #23325 | Mark Otto | 1 | -7/+7 | |
| 2017-10-02 | Added type="button" to <button>s without any type (#23866) | Herst | 1 | -2/+2 | |
| https://github.com/twbs/bootlint/wiki/W007 | |||||
| 2017-10-02 | Adds text-muted and text-white to the examples on color utilities (#23877) | Andres Galante | 1 | -0/+4 | |
| 2017-09-27 | Add auto to the list of sizes (#23786) | Ray Villalobos | 1 | -0/+1 | |
| I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example. | |||||
| 2017-09-17 | Add light weight to text utility classes (#23970) | Andres Galante | 1 | -0/+1 | |
| 2017-09-09 | Add an introduction and a table with examples | Rami Yushuvaev | 1 | -1/+18 | |
| 2017-09-09 | review updates | Rami Yushuvaev | 1 | -1/+1 | |
| 2017-09-09 | Hiding Elements: new doc section in display.md | Rami Yushuvaev | 1 | -0/+6 | |
| This new section will replace the `hidden-*` class. https://v4-alpha.getbootstrap.com/layout/responsive-utilities/ More info can be found here at https://getbootstrap.com/docs/4.0/migration/#responsive-utilities | |||||
| 2017-08-20 | remove mention of clearfix source from docs, closes #23578 | Mark Otto | 1 | -1/+1 | |
| 2017-08-20 | Changed Typography title to Text | Simon Podlipsky | 1 | -1/+1 | |
| 2017-08-14 | Small typo on screenreaders page (#23416) | Peder Johnsen | 1 | -1/+1 | |
| Just fixes small typo | |||||
| 2017-08-10 | Add clear description and use case with example | Dillon Chanis | 1 | -10/+1 | |
| 2017-08-10 | Add use case description and example | Dillon Chanis | 1 | -0/+15 | |
| 2017-08-10 | Add basic property-value utils for position | Mark Otto | 1 | -0/+12 | |
| 2017-08-10 | Merge branch 'new-home' into v4-dev | Mark Otto | 2 | -0/+2 | |
| 2017-08-09 | Fix flex order generated code and a typo. | XhmikosR | 1 | -6/+3 | |
| 2017-08-07 | new homepage, new assets, clean out old stuff | Mark Otto | 2 | -0/+2 | |
| 2017-07-30 | Update docs and carousel example for `order-`. | XhmikosR | 1 | -6/+7 | |
| 2017-07-04 | fixed doc vertical-align.md "inlie" to "inline" (#22984) | Casper | 1 | -1/+1 | |
| 2017-07-01 | Add .text-truncate class. We already had a mixin and documented the class, ↵ | Mark Otto | 1 | -1/+7 | |
| so this fixes that. | |||||
| 2017-07-01 | update name | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | Redo the "responsive helpers" files | Mark Otto | 2 | -29/+63 | |
| - Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds | |||||
| 2017-07-01 | Move /utilities/typography to /utilities/text to match SCSS file name | Mark Otto | 1 | -0/+0 | |
| 2017-07-01 | Move /utilities/flexbox to /utilities/flex to match name of SCSS file | Mark Otto | 1 | -0/+0 | |
| 2017-06-30 | update redirect_from on docs pages | Mark Otto | 1 | -1/+1 | |
| 2017-06-25 | add border color utilities | Mark Otto | 1 | -0/+12 | |
| 2017-06-25 | update background utils | Mark Otto | 1 | -2/+2 | |
| 2017-06-18 | remove - vars, update docs to generate from data yml files, update mixins, ↵ | Mark Otto | 1 | -21/+6 | |
| and generate card, button, bg, and color classes from the sass map | |||||
| 2017-06-17 | document it | Mark Otto | 1 | -0/+2 | |
| 2017-05-29 | update urls | Mark Otto | 1 | -1/+1 | |
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 15 | -0/+1136 | |
