| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-06-01 | fix(collapse): xss in parent option | Johann-S | 1 | -0/+14 | |
| 2018-06-01 | fix(tooltip): xss in container option | Johann-S | 1 | -20/+33 | |
| 2018-04-12 | Docs/examples: change links to Sass documentation and example.com to https | Swardu | 1 | -1/+1 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 2 | -0/+44 | |
| 2018-02-19 | Fix carousel transition duration (#25218) | Martijn Cuppens | 1 | -2/+13 | |
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 1 | -3/+15 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-01-21 | Update dropdown.js to allow referenceElement (#25219) | 719media | 1 | -0/+26 | |
| 2017-10-31 | Remove invalid example of `title` attribute in an SVG and related vnu error ↵ | patrickhlauke | 1 | -3/+0 | |
| suppression | |||||
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 1 | -0/+48 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-22 | Tighten htmllint's rules. (#24471) | XhmikosR | 10 | -12/+11 | |
| 2017-10-10 | Modal plugin set _isTransitioning after the trigger of hide event | Johann-S | 1 | -0/+22 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 10 | -10/+10 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-10-01 | js/tests/visual/tab.html: fix HTML validation errors. (#24183) | XhmikosR | 1 | -4/+4 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 1 | -3/+3 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 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 | |
