| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-15 | Update devDependencies and gems. | XhmikosR | 3 | -250/+194 | |
| 2018-10-15 | Include `css-copy` in the `css` script. | XhmikosR | 1 | -2/+2 | |
| 2018-10-15 | Rename everything to skippy and center skippy (#27420) | Martijn Cuppens | 4 | -19/+20 | |
| 2018-10-15 | Combine examples and simple layouts. | XhmikosR | 4 | -49/+36 | |
| 2018-10-15 | Tighten stylelint config. (#27336) | XhmikosR | 1 | -8/+50 | |
| Also improve its formatting. | |||||
| 2018-10-15 | Change h1 to h2 | Martijn Cuppens | 1 | -1/+1 | |
| 2018-10-14 | Reduce indentation. | XhmikosR | 2 | -24/+24 | |
| 2018-10-14 | Travis: add `--clean` in `bundle install` command. | XhmikosR | 1 | -1/+1 | |
| 2018-10-14 | build/generate-sri.js: add popperjs. | XhmikosR | 1 | -0/+4 | |
| 2018-10-14 | Move periods outside of links. | XhmikosR | 7 | -7/+7 | |
| 2018-10-14 | js/tests/visual: fix popper script. | XhmikosR | 5 | -5/+5 | |
| Broken after 787441d. | |||||
| 2018-10-14 | Fix a few links. | XhmikosR | 4 | -10/+10 | |
| * fix `/versions/` link * add missing trailing slashes * fix a couple of redirects | |||||
| 2018-10-14 | Remove the unused `jobs` Jekyll variable. | XhmikosR | 1 | -1/+0 | |
| 2018-10-14 | Update popper.js in docs. | XhmikosR | 1 | -2/+2 | |
| 2018-10-14 | docs: fix bundle SRI hash. | XhmikosR | 3 | -3/+5 | |
| Also, remove popper.js from this script since it's not present in the repo. | |||||
| 2018-10-14 | Fix invalid selectors in tests and examples. | XhmikosR | 2 | -2/+2 | |
| 2018-10-14 | Add a release npm script. | XhmikosR | 2 | -21/+4 | |
| 2018-10-14 | Remove sri-toolbox dependency. | XhmikosR | 3 | -11/+4 | |
| We can achieve the same very easily. | |||||
| 2018-10-13 | Update Travis config. | XhmikosR | 1 | -1/+2 | |
| * remove `dist: trusty` since it's the default * disable email notifications | |||||
| 2018-10-13 | update holder.js image dimensions for sizing example | m5o | 1 | -1/+1 | |
| * update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders | |||||
| 2018-10-11 | refine deprecated holder.js color syntax | m5o | 1 | -1/+1 | |
| * refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples | |||||
| 2018-10-07 | Update devDependencies and gems. | XhmikosR | 4 | -687/+719 | |
| 2018-10-07 | Rename script. | XhmikosR | 1 | -1/+1 | |
| 2018-10-06 | Add overflow-auto and overflow-hidden utilities | Mark Otto | 6 | -5/+38 | |
| 2018-10-06 | fix - small grammar error | Spencer Davies | 1 | -1/+1 | |
| "given move to" -> "given the move to" | |||||
| 2018-10-02 | updated README (#27349) | Tanmay Gupta | 1 | -1/+1 | |
| 2018-09-26 | Tweak build/build-plugins.js. | XhmikosR | 1 | -39/+38 | |
| 2018-09-26 | remove useless iife | Johann-S | 12 | -3095/+3053 | |
| 2018-09-26 | Remove unneeded `path.resolve`. | XhmikosR | 2 | -2/+2 | |
| 2018-09-26 | Include the plugin's filename in the license header. | XhmikosR | 2 | -5/+9 | |
| 2018-09-26 | Add license headers in js/dist files | Helmut Granda | 3 | -7/+15 | |
| By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers. | |||||
| 2018-09-26 | Prevent pointer events on disabled list-group-item | Howard Cox | 1 | -0/+1 | |
| 2018-09-26 | Prevent pointer-events on disabled anchor dropdown-item | Howard Cox | 1 | -0/+1 | |
| Fixes #26695 | |||||
| 2018-09-25 | Fix examples after the recent JS changes. | XhmikosR | 4 | -12/+12 | |
| `https://example.com` isn't a valid selector. | |||||
| 2018-09-25 | Add explanation about accordion wrapper. | Florian Lacreuse | 1 | -1/+1 | |
| 2018-09-20 | Make release-zip include the root folder. | XhmikosR | 1 | -1/+1 | |
| Also, now it should work cross-platform assuming `zip` is present. | |||||
| 2018-09-20 | Update forms.md | 719media | 1 | -4/+4 | |
| fix duplicate id attribute | |||||
| 2018-09-18 | Remove flex utilities from .list-group-item's as they're display: block; ↵ | Mark Otto | 1 | -3/+3 | |
| meaning the utilities have no affect. Closes #27162. | |||||
| 2018-09-18 | dist | Mark Otto | 6 | -7/+7 | |
| 2018-09-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -2/+4 | |
| 2018-09-18 | dist | Mark Otto | 19 | -15/+53 | |
| 2018-09-18 | Allow multiple ways of padding declaration for modal header (#26976) | Martijn Cuppens | 2 | -2/+4 | |
| * #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding | |||||
| 2018-09-18 | Add new variables for form feedback tooltips (#26959) | Mark Otto | 2 | -5/+13 | |
| Fixes #26886 | |||||
| 2018-09-18 | docs: switch to font-weight 600. (#27226) | XhmikosR | 6 | -9/+9 | |
| Segoe UI doesn't have font-weight: 500 making things not looking as expected. | |||||
| 2018-09-18 | use bsCustomFileInput in our documentation (#27264) | Johann-S | 4 | -2/+10 | |
| 2018-09-18 | Consistently re-use input variables | Mark Otto | 1 | -14/+14 | |
| 2018-09-18 | feature(carousel): carousel-item interval (#26667) | Christopher Morrissey | 3 | -0/+85 | |
| adds the ability to assign data-interval to an individual carousel-item | |||||
| 2018-09-18 | Variable .btn and .form-control font sizes (#26908) | Martijn Cuppens | 3 | -10/+19 | |
| 2018-09-18 | Bring the focused button in input group to the front (#26910) | ysds | 1 | -0/+4 | |
| 2018-09-18 | Document input group wrapping behavior and override via utility class | Mark Otto | 1 | -0/+14 | |
| Fixes #25409 | |||||
