| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -298/+0 | |
| 2017-05-27 | update components docs | Mark Otto | 1 | -5/+3 | |
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 1 | -49/+49 | |
| controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead | |||||
| 2017-04-17 | Fix carousel "hover" behavior on touch-enabled devices | Patrick H. Lauke | 1 | -1/+2 | |
| * Add carousel mouse listeners even if touch events enabled - touch events are enabled not just on "mobile", just also on touch-enabled desktop/laptop devices; additionally, it's possible to pair a mouse with traditionally touch-only devices (e.g. Android phones/tablets); currently, in these situations the carousel WON'T pause even when using a mouse * Restart cycle after touchend as `mouseenter` is fired as part of the touch compatibility events, the previous change results in carousels which cycle until the user tapped/interacted with them. after that they stop cycling (as `mouseleave` is not sent to the carousel after user scrolled/tapped away). this fix resets the cycling after `touchend` - essentially returning to the previous behavior, where on touch the carousel essentially never pauses, but now with the previous fix it at least pauses correctly for mouse users on touch-enabled devices. includes documentation for this new behavior. | |||||
| 2017-04-11 | Remove inappropriate role="listbox" from carousels | Patrick H. Lauke | 1 | -4/+4 | |
| 2017-04-08 | drop img-fluid for w-100 | Mark Otto | 1 | -12/+12 | |
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 1 | -3/+6 | |
| 2017-03-22 | fix data-pause documentation for carousel (#21938) | Gifford Nowland | 1 | -2/+2 | |
| fix data-pause documentation for carousel | |||||
| 2017-03-22 | Carousel - Add attributes from and to for Slid and Slide events (#21668) | Johann | 1 | -0/+2 | |
| Carousel - Add attributes from and to for Slid and Slide events | |||||
| 2017-01-01 | Fix carousel markup | Quy | 1 | -4/+4 | |
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 1 | -64/+60 | |
| 2016-12-29 | Drop IE9 callout | Quy | 1 | -6/+0 | |
| 2016-12-04 | drop the .carousel-control base class | Mark Otto | 1 | -4/+4 | |
| 2016-12-04 | rename once more | Mark Otto | 1 | -8/+8 | |
| 2016-12-04 | rename in docs | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | move multiple carousels section up, add responsive classes there, reformat ↵ | Mark Otto | 1 | -29/+18 | |
| some stuff | |||||
| 2016-12-04 | break up example into three separate examples to show flexibility | Mark Otto | 1 | -7/+62 | |
| 2016-12-04 | clear up docs intro | Mark Otto | 1 | -1/+5 | |
| 2016-12-04 | update left/right classes on controls and add img classes | Mark Otto | 1 | -5/+5 | |
| 2016-10-27 | Merge pull request #19887 from ryanburnett/v4-dev | Mark Otto | 1 | -6/+12 | |
| Alphabetized carousel options & added "ride" to it | |||||
| 2016-10-27 | fixes #18565: mention carousel sizing in docs | Mark Otto | 1 | -0/+2 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -1/+1 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 1 | -0/+1 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-07-17 | Port #19410 to v4 | Pvanhesteren | 1 | -2/+2 | |
| Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce] | |||||
| 2016-05-12 | Alphabetized carousel options & added "ride" to it | Ryan Burnett | 1 | -6/+12 | |
| 2015-10-27 | Capitalize header cells in option and method tables of JS docs | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2015-10-11 | Add docs for #17710 | Chris Rebert | 1 | -1/+1 | |
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+1 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -1/+1 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 1 | -0/+5 | |
| 2015-04-16 | Redo all our callouts with the custom callout plugin | Mark Otto | 1 | -12/+15 | |
| - Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming | |||||
| 2015-04-16 | rename classes from .bs-docs and .bs to .bd | Mark Otto | 1 | -4/+4 | |
| 2015-03-30 | move more js stuff to components section | Mark Otto | 1 | -0/+238 | |
