| 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 | -235/+0 | |
| 2017-05-27 | update components docs | Mark Otto | 1 | -7/+1 | |
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 1 | -40/+38 | |
| 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-10 | Fix collapse.js aria-expanded behavior | Patrick H. Lauke | 1 | -1/+1 | |
| * Remove aria-expanded from collapse.js target element aria-expanded="true"/aria-expanded="false" only applies to the trigger, not the element that is being expanded/collapsed. * Tweak collapse.js accessibility section ...to make it clearer that the aria-expanded attribute always just goes on the control. * Fix collapse.js unit tests - reword some of the text to make it clear we're checking behavior of trigger/control - move incorrect aria-expanded out of the <div>s and to the actual trigger/control <a>s - fix incorrect test assertion text output false -> true | |||||
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 1 | -3/+6 | |
| 2017-03-23 | Accordion behavior with JQuery interface (#21726) | Pierre Vanduynslager | 1 | -8/+8 | |
| Fix accordion behavior with JQuery interface | |||||
| 2017-03-19 | document it | Mark Otto | 1 | -0/+27 | |
| 2017-02-27 | Fix broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-16 | Specify card component is necessary for accordion behavior (#21746) | Erin Brown | 1 | -1/+1 | |
| - It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion. | |||||
| 2017-01-11 | Remove incorrect aria-multiselectable | Patrick H. Lauke | 1 | -1/+1 | |
| Closes https://github.com/twbs/bootstrap/issues/21635 | |||||
| 2017-01-01 | Change .in to .show (#21500) | Quy | 1 | -1/+1 | |
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 1 | -56/+52 | |
| 2016-12-19 | Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵ | Mark Otto | 1 | -4/+4 | |
| Starsam80-fix-20982 | |||||
| 2016-12-19 | Rename _animation.scss to _transitions.scss (#21370) | Mark Otto | 1 | -1/+1 | |
| * Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks | |||||
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 1 | -4/+4 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 1 | -4/+4 | |
| 2016-10-11 | Collapse using card component | Johann-S | 1 | -0/+1 | |
| 2016-10-09 | Don't use collapse classes on elements with padding | Mark Otto | 1 | -6/+12 | |
| Fixes #20600. | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 1 | -0/+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-09-08 | Update docs to use new spacing util class names | Mark Otto | 1 | -3/+3 | |
| 2016-09-07 | fix spacing a bit | Mark Otto | 1 | -6/+6 | |
| 2016-09-07 | Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵ | Mark Otto | 1 | -12/+12 | |
| kkirsche-patch-21 | |||||
| 2016-06-12 | Fixes #17193: Remove mention and link to non-existant transitions plugin; ↵ | Mark Otto | 1 | -1/+1 | |
| that intro paragraph was two dupe sentences | |||||
| 2016-04-15 | Port #19741 to v4 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-10-27 | Capitalize header cells in option and method tables of JS docs | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 1 | -4/+4 | |
| [skip sauce] | |||||
| 2015-08-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-20 | v4 - Accordion example should use cards | Kevin Kirsche | 1 | -12/+12 | |
| Partial Fix: #17157 Additional code needed to get cards to butt up against each other as expected. | |||||
| 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-11 | fix well to card | Mark Otto | 1 | -1/+1 | |
| 2015-08-11 | tweak collapse docs | Mark Otto | 1 | -31/+19 | |
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+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 | -9/+10 | |
| - 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 | -2/+2 | |
| 2015-03-30 | move more js stuff to components section | Mark Otto | 1 | -0/+214 | |
