| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-26 | Drop CSS icons for SVGs (#22708) | Mark Otto | 5 | -30/+5 | |
| * add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those | |||||
| 2017-05-26 | build | Mark Otto | 10 | -128/+608 | |
| 2017-05-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+5 | |
| 2017-05-26 | build | Mark Otto | 11 | -23/+81 | |
| 2017-05-26 | Revert simplified grid column styles from #22376 | Mark Otto | 1 | -1/+5 | |
| The premise for #22376 was that if we removed the `max-width` and `flex` properties, we could use the column classes as `width` utilities. The problem that I didn't remember at the time is that column classes have horizontal `padding` on them. This doesn't work for setting `width`. Perhaps more importantly, this causes #22649—the automatic sizing of columns is broken with the absence of `flex` styles. /cc @sachinsinghi | |||||
| 2017-05-26 | document more form layout options with grid, including some compact ↵ | Mark Otto | 1 | -0/+115 | |
| .gutters-sm examples | |||||
| 2017-05-26 | add a compact gutter option, .gutters-sm | Mark Otto | 1 | -0/+12 | |
| 2017-05-26 | update equal-width numbering in docs (#22697) | Mike Cooper | 1 | -3/+3 | |
| 2017-05-26 | Merge branch 'v4-dev' into patch-1 | Heiko Jansen | 10 | -96/+214 | |
| 2017-05-25 | Add box-shadow to .progress-bar (#22579) | Mark Otto | 1 | -0/+1 | |
| * Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`. | |||||
| 2017-05-25 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -1/+108 | |
| 2017-05-25 | build | Mark Otto | 6 | -95/+105 | |
| 2017-05-25 | add webpack to documentation (#22423) | Idan Cohen | 2 | -0/+107 | |
| * add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper | |||||
| 2017-05-24 | Fix 22643 - Readme links to vanished file (#22647) | Ayachii | 1 | -1/+1 | |
| * Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path. | |||||
| 2017-05-24 | Sync code shown with code actually used | Heiko Jansen | 1 | -2/+2 | |
| Remove class and attributes from buttons which are not expected to trigger dropdowns. Code used to render the examples is correct but code shown was not. | |||||
| 2017-05-24 | Fix fallbackPlacement default value for Popovers documentation | Johann-S | 1 | -1/+1 | |
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 22 | -25/+25 | |
| 2017-05-24 | Update documentation for Tooltips/Popovers about auto placement | Johann-S | 3 | -10/+2 | |
| 2017-05-24 | Placement auto for popovers | Johann-S | 3 | -1/+19 | |
| 2017-05-24 | Placement auto for tooltips | Johann-S | 3 | -0/+18 | |
| 2017-05-23 | Documentation display tooltips/popovers arrows with css for static examples | Johann-S | 3 | -19/+43 | |
| 2017-05-23 | Use Popper.js to manage arrow position | Johann-S | 5 | -31/+58 | |
| 2017-05-22 | Fix (css): force .navbar .dropdown-menu positioning | Catalin Zalog | 1 | -9/+8 | |
| 2017-05-22 | Better management of dropdown/dropup with alignment | Johann-S | 2 | -32/+54 | |
| 2017-05-17 | Use popper to align dropdown menu instead of using css with important | Johann-S | 3 | -28/+65 | |
| 2017-05-17 | fix tooltip documentation page missing classname prefix "bs-" to popover top | Laussel Loïc | 1 | -1/+1 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 22 | -25/+25 | |
| 2017-05-16 | Force dropdown to be displayed in position static for navbar, to override ↵ | Johann-S | 1 | -1/+2 | |
| Popper css | |||||
| 2017-05-16 | build | Johann-S | 34 | -621/+1580 | |
| 2017-05-14 | Change "Max CDN" to "MaxCDN" | Anand Chowdhary | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 22 | -25/+25 | |
| 2017-05-14 | Change fallbackPlacement to flip by default for Tooltips/Popovers | Johann-S | 2 | -5/+4 | |
| 2017-05-14 | Fix tooltip margin to be stick at their caller | Johann-S | 2 | -5/+2 | |
| 2017-05-14 | Fix bad position for Tooltips with animation at true | Johann-S | 1 | -5/+19 | |
| 2017-05-14 | Use _jQueryInterface for Dropdown to call toggle method | Johann-S | 1 | -28/+26 | |
| 2017-05-14 | Add fallbackPlacement option for Tooltip and Popover | Johann-S | 4 | -26/+46 | |
| 2017-05-14 | Fix dropdown in scrollspy visual test (add Popper.js) | Johann-S | 1 | -0/+1 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 22 | -26/+26 | |
| 2017-05-14 | Fix dropdown-menu-right and dropdown-menu-left for Dropdown | Johann-S | 1 | -2/+2 | |
| 2017-05-14 | Documentation - fix examples for Tooltip and Popovers (display arrow) | Johann-S | 2 | -9/+16 | |
| 2017-05-14 | Allow to disable flip behaviour on Dropdown + documentation | Johann-S | 2 | -3/+19 | |
| 2017-05-14 | Update shrinkwrap. | Bardi Harborow | 1 | -388/+652 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 23 | -24/+23 | |
| 2017-05-14 | Add an update method to allow to update position for ↵ | Johann-S | 5 | -2/+29 | |
| Tooltip/Popover/Dropdown manually | |||||
| 2017-05-14 | Fix some css for the arrow of Popover/Tooltip + update documentation | Johann-S | 5 | -56/+54 | |
| 2017-05-14 | Better placement for Dropdown + Handle flip of Tooltip/Popover | Johann-S | 3 | -3/+15 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 28 | -58/+92 | |
| 2017-05-14 | Remove Tether from package.json + Update Popper | Johann-S | 2 | -2/+2 | |
| 2017-05-14 | Handle dropup for Dropdown | Johann-S | 4 | -10/+31 | |
| 2017-05-14 | Fix unit tests + Update Popper to 1.6.0 | Johann-S | 8 | -97/+70 | |
