| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-05-23 | Add coverall to follow our coverage | Johann-S | 3 | -2318/+2612 | |
| 2018-05-23 | Add disabled bg color to disabled custom file | ysds | 2 | -0/+5 | |
| 2018-05-23 | Custom forms transition | Martijn Cuppens | 2 | -0/+11 | |
| 2018-05-22 | Update again. | XhmikosR | 4 | -2637/+2419 | |
| 2018-05-22 | fix(tooltip): remove useless unit test | Johann-S | 1 | -40/+0 | |
| 2018-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 15 | -2242/+2180 | |
| 2018-05-22 | Update devDependencies and gems. | XhmikosR | 5 | -2625/+965 | |
| Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions. | |||||
| 2018-05-22 | Fix/add more correct labels/descriptions for input group examples (#26551) | Patrick H. Lauke | 1 | -27/+27 | |
| Among other things, closes https://github.com/twbs/bootstrap/issues/26548 | |||||
| 2018-05-20 | closes #26543, fixes #26542 | Mark Otto | 1 | -14/+14 | |
| 2018-05-18 | Fix double-transition bug (#26452) | domq | 1 | -1/+1 | |
| By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax | |||||
| 2018-05-15 | [trivial] Rewording in tooltips. Closes #26467 (#26521) | Varunram Ganesh | 1 | -1/+1 | |
| 2018-05-15 | fix(doc): typo in dropdowns.md | ysds | 1 | -1/+1 | |
| 2018-05-12 | Fix unused box-shadow class | parammittal16 | 1 | -2/+0 | |
| 2018-05-12 | Fix box-shadow class with built in utility | parammittal16 | 10 | -40/+30 | |
| 2018-05-07 | Fix z-index target (#26361) | ysds | 1 | -5/+7 | |
| 2018-05-01 | Fix heading levels (#26433) | Brandon | 1 | -8/+8 | |
| H3 was used without preceding H2, breaking document flow. | |||||
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 64 | -139/+139 | |
| 2018-04-29 | dist | Mark Otto | 31 | -98/+144 | |
| 2018-04-29 | Simplify custom file inner height for generated browse button | Mark Otto | 2 | -1/+2 | |
| 2018-04-29 | Update README.md | Constantin Ross | 1 | -1/+1 | |
| 2018-04-29 | Doc update - remove media-breakpoint-up(xs) (#26316) | David De Sloovere | 1 | -4/+15 | |
| * Doc update - remove media-breakpoint-up(xs) If media-breakpoint-down(xl) is not listed, then media-breakpoint-up(xs) does not need to be listed either. The above 4 media queries are now aligned with the 4 media-breakpoint-up mixins (just like their media-breakpoint-down counterparts). * Improve media-breakpoint-up/down docs | |||||
| 2018-04-27 | Add comment in docs JS files. | XhmikosR | 3 | -1/+9 | |
| 2018-04-27 | Pass docs version to search form and switch to the new index. | XhmikosR | 5 | -30/+41 | |
| Also, move the search code to a separate file. | |||||
| 2018-04-26 | Change accordion example id (#26391) | Patrick H. Lauke | 1 | -4/+4 | |
| for clarity/consistency with other similar examples | |||||
| 2018-04-23 | Closes #26300: Add cursor pointer to carousel indicators | Varunram | 1 | -0/+1 | |
| 2018-04-23 | Remove unnecessary resetting of left round (#26238) | ysds | 1 | -2/+1 | |
| 2018-04-23 | add validation styles for .form-control-file (#26181) | Mark Otto | 1 | -0/+10 | |
| 2018-04-23 | Replace reboot monospace hack with system font stack | nickg | 2 | -11/+1 | |
| 2018-04-23 | workaround for IE that check indicator does not appear (#25944) | ysds | 1 | -2/+3 | |
| 2018-04-23 | Print color fix dark tables and dark theads (#26193) | Martijn Cuppens | 1 | -0/+17 | |
| 2018-04-22 | Update Jekyll to 3.8.0. (#26352) | XhmikosR | 2 | -3/+3 | |
| 2018-04-19 | detect test exceeded maximum duration on Sauce Labs | Johann-S | 1 | -4/+9 | |
| 2018-04-17 | typo | Mark Otto | 1 | -1/+1 | |
| 2018-04-17 | Be explicit in the docs for deprecating text-hide | Mark Otto | 1 | -1/+1 | |
| 2018-04-17 | Update devDependencies. (#26322) | XhmikosR | 2 | -168/+51 | |
| 2018-04-16 | Update devDependencies. (#26309) | XhmikosR | 2 | -184/+185 | |
| 2018-04-16 | Suppress text-hide deprecation warning (#26242) | Alexander Rechsteiner | 2 | -3/+5 | |
| 2018-04-16 | breadcrumb.md: Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| 2018-04-16 | Bump version to 4.1.0 for remaining files. | XhmikosR | 3 | -3/+3 | |
| 2018-04-16 | Resolve #26262: Add deprecated warning (#26292) | Varunram Ganesh | 1 | -0/+6 | |
| 2018-04-16 | Remove `dialog` from the HTML5 shim style (#26269) | Patrick H. Lauke | 1 | -1/+1 | |
| `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims. | |||||
| 2018-04-14 | [trivial] Correct typos (#26297) | Varunram Ganesh | 3 | -4/+4 | |
| 2018-04-13 | fix issue related to Object.keys and Dropdown issue | Johann-S | 5 | -25/+25 | |
| 2018-04-12 | Docs/examples: change links to Sass documentation and example.com to https | Swardu | 5 | -13/+13 | |
| 2018-04-12 | modal use global scope for default | MietekN | 1 | -1/+1 | |
| 2018-04-12 | Dropdowns `display` default value (#26272) | denisname | 1 | -1/+1 | |
| 2018-04-11 | update README.md - debug search option is now in application.js (#26263) | Laussel Loïc | 1 | -1/+1 | |
| 2018-04-10 | Fix incorrect value of Stylelint option (#26192) | ruedap | 1 | -3/+1 | |
| 2018-04-10 | Update dependencies and gems (#26234) | XhmikosR | 5 | -1346/+1590 | |
| 2018-04-10 | Fix incorrect class name (#26239) | Jonathan | 1 | -1/+1 | |
| Fixes #26235 | |||||
