| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2015-08-21 | Docs: Update all dropdowns to new HTML structure | Heinrich Fenkart | 1 | -4/+4 | |
| 2015-08-18 | rewrite tab with new active shit | Jacob Thornton | 1 | -18/+18 | |
| 2015-08-18 | some minor alert shit | Jacob Thornton | 1 | -17/+16 | |
| 2015-08-18 | fix modal visual example for js | Jacob Thornton | 1 | -27/+30 | |
| 2015-08-18 | fix dropdown js visual example | Jacob Thornton | 1 | -58/+62 | |
| 2015-08-18 | use proxy not bind in alert | Jacob Thornton | 1 | -317/+0 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 4 | -37/+364 | |
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 3 | -57/+57 | |
| as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) | |||||
| 2015-05-12 | update attachment -> placement | fat | 1 | -4/+4 | |
| 2015-05-12 | popover passing as well | fat | 1 | -4/+6 | |
| 2015-05-11 | rewritten tooltip + tether integration and death to our positioner jank | fat | 1 | -8/+9 | |
| 2015-05-11 | tab es6 | fat | 1 | -19/+19 | |
| 2015-05-11 | scrollspy es6 | fat | 1 | -18/+9 | |
| 2015-05-10 | add getters for Version and Default where applicable | fat | 3 | -632/+12 | |
| add modal my gawd | |||||
| 2015-05-10 | add dropdown | fat | 1 | -27/+21 | |
| 2015-05-09 | add collapse | fat | 1 | -2/+2 | |
| 2015-05-07 | carousel -> es6 | fat | 1 | -5/+5 | |
| 2015-05-07 | button -> es6 | fat | 1 | -6/+2 | |
| 2015-05-07 | es6 alert :| | fat | 1 | -2/+2 | |
| 2015-05-06 | remove closureness from plugins | fat | 12 | -16/+788 | |
| 2015-05-02 | Fix issue where affixed element has incorrect positioning | Carlo Stearns | 1 | -0/+317 | |
| when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032. | |||||
