| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-25 | Fix XSS in data-target | Johann-S | 1 | -0/+4 | |
| 2017-08-25 | Collapse - preventDefault only on <a> elements not inside the collapsible | Johann-S | 1 | -1/+1 | |
| element | |||||
| 2017-06-25 | update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light | Mark Otto | 1 | -1/+1 | |
| 2017-06-25 | update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵ | Mark Otto | 3 | -3/+3 | |
| examples and variables | |||||
| 2017-06-15 | Rename .card-block to .card-body to match nomenclature of modals | Mark Otto | 2 | -6/+6 | |
| 2017-06-04 | Update path to our docs assets for visual tests | Johann-S | 9 | -14/+15 | |
| 2017-05-27 | Update nav and navbar HTML markup | Geremia Taglialatela | 1 | -1/+1 | |
| According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav | |||||
| 2017-05-24 | Placement auto for popovers | Johann-S | 1 | -0/+4 | |
| 2017-05-24 | Placement auto for tooltips | Johann-S | 1 | -0/+3 | |
| 2017-05-22 | Better management of dropdown/dropup with alignment | Johann-S | 1 | -10/+28 | |
| 2017-05-17 | Use popper to align dropdown menu instead of using css with important | Johann-S | 1 | -11/+37 | |
| 2017-05-14 | Fix dropdown in scrollspy visual test (add Popper.js) | Johann-S | 1 | -0/+1 | |
| 2017-05-14 | Better placement for Dropdown + Handle flip of Tooltip/Popover | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Handle dropup for Dropdown | Johann-S | 1 | -0/+13 | |
| 2017-05-14 | Fix unit tests + Update Popper to 1.6.0 | Johann-S | 1 | -0/+18 | |
| 2017-05-14 | Begin to use Popper for Dropdown | Johann-S | 1 | -0/+1 | |
| 2017-05-14 | Fix arrow for tooltip and popover | Johann-S | 1 | -0/+3 | |
| 2017-05-14 | Begin to add arrow to Popover and Tooltip | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Use Popper for tooltip and popover | Johann-S | 2 | -2/+2 | |
| 2017-04-21 | Arguably more professional pictures of Rick Ross | Zach Leatherman | 1 | -3/+3 | |
| 2017-04-11 | Remove inappropriate role="listbox" from carousels | Patrick H. Lauke | 1 | -1/+1 | |
| 2017-04-02 | Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵ | Pierre Vanduynslager | 2 | -43/+38 | |
| .nav-item, <li> etc...) | |||||
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 4 | -87/+2 | |
| 2017-03-23 | rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵ | Mark Otto | 2 | -2/+2 | |
| approach everywhere else | |||||
| 2017-03-23 | more docs updates | Mark Otto | 1 | -2/+2 | |
| 2017-03-23 | Accordion behavior with JQuery interface (#21726) | Pierre Vanduynslager | 1 | -6/+6 | |
| Fix accordion behavior with JQuery interface | |||||
| 2017-03-18 | Allow to use Tab.js with list-group (#21756) | Johann | 1 | -0/+35 | |
| * Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent | |||||
| 2017-01-18 | Fix missing closing tag | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-11 | Remove incorrect aria-multiselectable | Patrick H. Lauke | 2 | -2/+2 | |
| Closes https://github.com/twbs/bootstrap/issues/21635 | |||||
| 2017-01-02 | update rest of docs, remove navbar specific modifiers, fix docs example css | Mark Otto | 1 | -1/+1 | |
| 2016-12-31 | v4: Rip out IE compatibility mode meta tags (#21483) | Mark Otto | 10 | -10/+0 | |
| * Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro | |||||
| 2016-12-31 | Allow to use nav with tab JS | Johann-S | 1 | -0/+33 | |
| 2016-12-31 | nuke local test vendor jquery and tether, replace with docs assets | Mark Otto | 10 | -13/+13 | |
| 2016-12-31 | Update visual test carousel | Johann-S | 1 | -4/+4 | |
| 2016-12-30 | fix navbar in dropdown visual test file | Mark Otto | 1 | -4/+7 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 3 | -5/+5 | |
| 2016-12-02 | [V4] Throw error when a plugin is in transition (#17823) | Johann | 4 | -2/+87 | |
| * Throw error when a plugin is in transition * Add unit tests about plugins in transition | |||||
| 2016-11-25 | Added a virtual test | matus | 1 | -1/+7 | |
| 2016-11-13 | Update visual tests. | Bardi Harborow | 10 | -790/+760 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 3 | -4/+4 | |
| 2016-10-12 | v4: Fix outdated utilites classes | vsn4ik | 3 | -9/+9 | |
| 2016-10-11 | Collapse using card component | Johann-S | 2 | -39/+39 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -3/+3 | |
| 2016-02-27 | JS visual tests: Remove usages of defunct .page-header class | Chris Rebert | 9 | -27/+9 | |
| [skip sauce] | |||||
| 2016-02-19 | Fix validation errors. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-02-16 | Visual/manual test for checkbox/radio button kbd behavior | Patrick H. Lauke | 1 | -0/+5 | |
| 2015-12-22 | Add visual test for #18365 | Chris Rebert | 1 | -0/+43 | |
| See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-11-19 | Remove stray </p> from js/tests/visual/scrollspy.html | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
| 2015-10-26 | Remove html5shiv and respond.js from test files. | XhmikosR | 10 | -73/+0 | |
| 2015-10-11 | Use Page Visibility API in Carousel; fixes #17706 | Johann-S | 1 | -1/+9 | |
| Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566 | |||||
