| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -860/+0 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-03-14 | Remove custom example plugin. (#25784) | m5o | 1 | -26/+39 | |
| 2018-03-12 | Use callout without custom Jekyll plugin. | m5o | 1 | -6/+9 | |
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 1 | -0/+6 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-02-11 | Remove `show` class from example code (#25570) | Jesse Mandel | 1 | -1/+1 | |
| 2018-01-21 | v4.1: Add .dropdown-item-text (#22965) | Mark Otto | 1 | -33/+62 | |
| * Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings | |||||
| 2018-01-21 | Update dropdown.js to allow referenceElement (#25219) | 719media | 1 | -0/+38 | |
| 2018-01-14 | Fixes dropdown snippets (#25301) | ysds | 1 | -6/+5 | |
| * Make dropright snippet the same as demo * Add missing .dropdown-toggle-split class * Make clear the split button label the same as demo | |||||
| 2017-12-28 | Remove blank line | ysds | 1 | -1/+0 | |
| 2017-12-28 | Add docs about active menu items (#24993) | ysds | 1 | -0/+13 | |
| 2017-12-27 | improve docs tables | Mark Otto | 1 | -1/+1 | |
| 2017-12-22 | Restyle code element, remove docs example overflow, improve docs examples ↵ | Mark Otto | 1 | -1/+1 | |
| (#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 | Form check markup v2 (#25050) | Mark Otto | 1 | -4/+4 | |
| * 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-12 | dropdown: add boundary config option (#24976) | Troy Morehouse | 1 | -0/+8 | |
| 2017-11-20 | Fix dropup example code | ysds | 1 | -2/+1 | |
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 1 | -0/+126 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-28 | Add information about the fact we do not use Popper.js for Dropdown c… ↵ | Johann-S | 1 | -1/+1 | |
| (#24571) * Add information about the fact we do not use Popper.js for Dropdown contained in navbars * Update dropdowns.md * Update dropdowns.md | |||||
| 2017-10-20 | Be consistent with "JS"/"JavaScript". (#24457) | XhmikosR | 1 | -1/+1 | |
| 2017-10-16 | Add dispose methods in our documentation (#24396) | Johann-S | 1 | -0/+1 | |
| * Add dispose methods in our documentation * Update buttons.md | |||||
| 2017-10-03 | Offset option for dropdown can be function (#24222) | Roman O | 1 | -1/+1 | |
| * Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method | |||||
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 1 | -1/+1 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-07 | Update callout about the positionning of our Dropdowns | Johann-S | 1 | -1/+1 | |
| 2017-09-07 | Remove placement attribute from our Dropdown plugin | Johann-S | 1 | -9/+1 | |
| 2017-09-07 | Add information about our bundled dist files which contains Popper.js | Johann-S | 1 | -1/+1 | |
| 2017-08-23 | Use the Jekyll config variable for popper.min.js. | XhmikosR | 1 | -1/+1 | |
| 2017-08-23 | Update Popper.js to 1.12.3 | Johann-S | 1 | -1/+1 | |
| 2017-08-13 | Merge branch 'patch-1' of https://github.com/heikojansen/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| heikojansen-patch-1 | |||||
| 2017-08-11 | Fix broken links in documentation. (#23315) | Jan Karlo Dela Cruz | 1 | -1/+1 | |
| 2017-08-11 | Fix HTML validation errors. | XhmikosR | 1 | -2/+2 | |
| 2017-08-10 | Add examples of forms in dropdown menus | Mark Otto | 1 | -0/+49 | |
| 2017-08-10 | Mention util.js on all JS plugin pages (#22955) | Mark Otto | 1 | -0/+2 | |
| Fixes #20660 | |||||
| 2017-07-28 | Update Popper.js to 1.11.0 (#23162) | Johann-S | 1 | -1/+1 | |
| 2017-07-04 | Update Popper.js to 1.10.8 | Johann-S | 1 | -1/+1 | |
| 2017-06-14 | Update Popper.js 1.10.1 | Johann-S | 1 | -1/+1 | |
| 2017-05-30 | redo some dropdown docs | Mark Otto | 1 | -14/+7 | |
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -0/+590 | |
