| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 3 | -3/+3 | |
| * 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 | 2 | -2/+2 | |
| 2018-03-31 | dist | Mark Otto | 3 | -8/+8 | |
| 2018-03-21 | Update dependencies. | XhmikosR | 3 | -7/+7 | |
| 2018-03-14 | Alternative solution. | XhmikosR | 1 | -2/+7 | |
| Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it. | |||||
| 2018-03-14 | Enable docsearch in development env. | m5o | 1 | -1/+2 | |
| Previously a search redirected to `https://getbootstrap.com/...` | |||||
| 2018-03-12 | re-use gray for bd-example border / background (#25751) | m5o | 1 | -2/+2 | |
| 2018-03-03 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-02-24 | dist | Mark Otto | 2 | -2/+2 | |
| 2018-02-24 | Add focus states to custom docs buttons | Martijn Cuppens | 1 | -0/+8 | |
| 2018-02-11 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-23 | Update jQuery to v3.3.1. (#25398) | XhmikosR | 1 | -4/+2 | |
| 2018-01-20 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -1/+1 | |
| 2018-01-17 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-16 | dist | Mark Otto | 3 | -6/+6 | |
| 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 | 2 | -4/+4 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-13 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-11 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 2 | -3/+2 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 2 | -0/+27 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2018-01-03 | dist | Mark Otto | 2 | -2/+2 | |
| 2018-01-02 | dist | Mark Otto | 2 | -2/+2 | |
| 2018-01-01 | improve additive/subtractive border util docs | Mark Otto | 1 | -1/+6 | |
| 2018-01-01 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-31 | docs: Fix overflow issue in IE. (#25142) | Martijn Cuppens | 1 | -1/+1 | |
| 2017-12-30 | dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-30 | dist | Mark Otto | 3 | -6/+9 | |
| 2017-12-31 | Move inline JS outside of HTML. (#25140) | XhmikosR | 1 | -1/+31 | |
| 2017-12-31 | application.js: make the clipboard button selector more restrictive. | XhmikosR | 1 | -1/+1 | |
| 2017-12-28 | Remove margin-bottom on .bd-example (#25048) | Mark Otto | 1 | -2/+1 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -1/+1 | |
| 2017-12-27 | npm dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-27 | dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-27 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-27 | improve docs tables | Mark Otto | 1 | -0/+4 | |
| 2017-12-26 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-26 | remove popover static example | Mark Otto | 1 | -34/+0 | |
| 2017-12-26 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-26 | dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-26 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-22 | dist | Mark Otto | 2 | -2/+2 | |
| 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-12-22 | dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-16 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-05 | Remove page reload in pwa.js. (#24923) | XhmikosR | 1 | -15/+2 | |
| 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-19 | Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵ | XhmikosR | 3 | -33/+3 | |
| (#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js. | |||||
