| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 7 | -146/+90 | |
| 2017-12-26 | dist | Mark Otto | 8 | -94/+86 | |
| 2017-12-26 | linting | Mark Otto | 2 | -13/+9 | |
| 2017-12-26 | un-nest and un-chain popover classes | Mark Otto | 1 | -107/+106 | |
| 2017-12-26 | consolidate content properties, un-nest | Mark Otto | 1 | -50/+55 | |
| 2017-12-26 | smaller popover arrows for more reasonable visuals and more ideal pixel rounding | Mark Otto | 1 | -2/+2 | |
| 2017-12-26 | remove popover static example | Mark Otto | 2 | -75/+3 | |
| 2017-12-26 | remove broken static demo | Mark Otto | 1 | -34/+1 | |
| 2017-12-26 | Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into ↵ | Mark Otto | 3 | -53/+50 | |
| simonihmig-fix-arrows | |||||
| 2017-12-26 | Rewrite custom file input | Mark Otto | 4 | -57/+59 | |
| - Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation. - Fixes form validation styles for custom file input (closes #24831). - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section. | |||||
| 2017-12-26 | Clean up button group (#25073) | ysds | 1 | -58/+12 | |
| * Remove unnecessary float - since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default. * Cleanup of reset rounded corners - Remove `border-radius :0` since it is enough by each reset of left and right side - A `.dropdown-toggle` selector should not be used for reset rounded corner since it does not have border-radius property. Instead use .dropdown-toggle as negation pseudo-class. | |||||
| 2017-12-26 | Fix input group border radius issue (#25075) (#25076) | ysds | 2 | -31/+19 | |
| * Fix input group border radius issue (#25075) * Remove migration note - All buttons In input group do not have to be the same element now. * lint | |||||
| 2017-12-26 | dist | Mark Otto | 8 | -13/+13 | |
| 2017-12-26 | Darken table border-color | Mark Otto | 1 | -1/+1 | |
| Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color. | |||||
| 2017-12-26 | dist | Mark Otto | 5 | -62/+62 | |
| 2017-12-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 10 | -54/+54 | |
| 2017-12-26 | dist | Mark Otto | 11 | -22/+601 | |
| 2017-12-26 | Closes #25039 | Mark Otto | 1 | -1/+1 | |
| Adds some additional context on `.form-group` usage | |||||
| 2017-12-26 | Update SCSS import order to have print styles last | Mark Otto | 1 | -1/+1 | |
| 2017-12-26 | Move from h4s and misc to h5s so headings from example snippets don't show ↵ | Mark Otto | 9 | -52/+52 | |
| in our table of contents | |||||
| 2017-12-23 | remove input group overrides since they're defaults now | Mark Otto | 1 | -10/+0 | |
| 2017-12-23 | space custom select sizing examples | Mark Otto | 1 | -1/+1 | |
| 2017-12-23 | Make custom select and file inputs 100% wide | Mark Otto | 2 | -4/+2 | |
| Matches browser default inputs and swaps some max-width properties for a regular width | |||||
| 2017-12-23 | closes #24973 | Mark Otto | 1 | -0/+1 | |
| 2017-12-23 | prefix those | Mark Otto | 1 | -0/+2 | |
| 2017-12-23 | change heading | Mark Otto | 1 | -1/+1 | |
| 2017-12-23 | further clarify z-index docs, fix #24999 | Mark Otto | 1 | -4/+4 | |
| 2017-12-23 | Fix tooltip/popover arrow size and position | simonihmig | 3 | -53/+50 | |
| 2017-12-23 | Update our browserslist. (#24919) | XhmikosR | 1 | -4/+6 | |
| Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38. | |||||
| 2017-12-22 | dist | Mark Otto | 4 | -17/+34 | |
| 2017-12-22 | Move .table-responsive to a parent class instead of a modifier | Mark Otto | 2 | -136/+103 | |
| 2017-12-22 | adds hover state to the `button` element for background color utilities (#24813) | Andres Galante | 2 | -2/+4 | |
| * adds a hover state to the button element on the backrgound color utitility * Adjust z-index to fix hover/focus overlaps | |||||
| 2017-12-22 | dist | Mark Otto | 8 | -19/+31 | |
| 2017-12-22 | Updated Quick Start Link (#25001) | JCA122204 | 1 | -1/+1 | |
| * Updated Link For Getting started Page * Change URL scheme of previous commit From http to https | |||||
| 2017-12-22 | Restyle code element, remove docs example overflow, improve docs examples ↵ | Mark Otto | 13 | -163/+121 | |
| (#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-12-22 | dist | Mark Otto | 6 | -79/+69 | |
| 2017-12-22 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 7 | -267/+234 | |
| 2017-12-22 | dist | Mark Otto | 31 | -344/+381 | |
| 2017-12-22 | Form check markup v2 (#25050) | Mark Otto | 7 | -267/+234 | |
| * match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes | |||||
| 2017-12-22 | Rewrite input group component (#25020) | Mark Otto | 7 | -330/+346 | |
| * Rewrite input group component * Set the feedback to 100% width for input group * Move from .row to .form-row for tighter layout * no need for custom feedback here, we're using browser messaging * add input group to validation examples * add note about validating multiple * migration note added | |||||
| 2017-12-22 | Update devDependencies and gems. (#25023) | XhmikosR | 3 | -868/+3932 | |
| 2017-12-16 | dist | Mark Otto | 9 | -74/+106 | |
| 2017-12-16 | Link to BootstrapCDN and fix its name. (#24987) | XhmikosR | 3 | -6/+6 | |
| 2017-12-12 | tooltip+popover: add boundary config option (#24979) | Troy Morehouse | 3 | -2/+19 | |
| 2017-12-12 | dropdown: add boundary config option (#24976) | Troy Morehouse | 3 | -3/+67 | |
| 2017-12-11 | Specify host 0.0.0.0 for Jekyll (#24974) | Patrick H. Lauke | 1 | -0/+1 | |
| Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests) | |||||
| 2017-12-08 | Update link to Font Awesome | Christian Oliff | 1 | -1/+1 | |
| They have a shiny new site for v5 - https://fontawesome.com/ | |||||
| 2017-12-07 | Use only transitionend event (#24962) | Mr_Green | 1 | -15/+2 | |
| 2017-12-05 | Remove page reload in pwa.js. (#24923) | XhmikosR | 1 | -15/+2 | |
| 2017-12-05 | Update devDependencies and gems. (#24940) | XhmikosR | 6 | -457/+483 | |
