| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-15 | Remove aria-haspopup from dropdowns (#33624) | Patrick H. Lauke | 3 | -15/+15 | |
| `aria-haspopup="true"` is really intended to signal that an ARIA `menu` will be opened on activation. as a result, some assistive technologies will announce controls with `aria-haspopup="true"` as a menu or menu item (e.g. JAWS and NVDA). In addition, `aria-haspopup` seems to trigger a bug in Edge/Narrator where the `aria-expanded` state is not correctly announced at the moment when `aria-haspopup` is present. This now makes the dropdown button more like a generic disclosure widget control - see also https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation.html01 | |||||
| 2021-03-11 | Manual backport of #32627 (#33165) | Patrick H. Lauke | 1 | -4/+4 | |
| Carousel: use buttons, not links, for prev/next controls | |||||
| 2020-10-27 | Remove redundant visually hidden "(current)" from pagination controls (#31892) | Patrick H. Lauke | 2 | -2/+2 | |
| * Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891 | |||||
| 2020-06-04 | visual/modal.html: fix close buttons placement | XhmikosR | 1 | -3/+3 | |
| 2020-06-04 | Backport #30936 | XhmikosR | 1 | -4/+4 | |
| Add role="dialog" in modals via JavaScript | |||||
| 2020-05-12 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 1 | -3/+3 | |
| 2020-04-10 | v4 tabs - accessibility issue when using ul/li semantic (#30381) | Laussel Loïc | 3 | -39/+35 | |
| Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc | |||||
| 2019-07-10 | Ensure button plugin sets/removes active class correctly on page load (#28952) | Patrick H. Lauke | 1 | -7/+7 | |
| * Ensure correct active class is set on button toggles/checkboxes/radios on page load Sanity check, ensures that the UI visually matches the actual values/states of controls. Also ensures that if any autocomplete/autofill happened, this is visually accounted for by having the correct class set. Includes unit tests (and `autocomplete` has been removed from these as it's no longer necessary) * Remove now unnecessary autocomplete attribute As the attribute was there to force/ensure that the visual presentation matched the state, and this is now taken care of programmatically, there's no need to unnecessarily suppress autocomplete...let them autocomplete if they want to... | |||||
| 2019-01-15 | tests: use jQuery from node_modules. (#28059) | XhmikosR | 11 | -11/+11 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 11 | -11/+11 | |
| - Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more | |||||
| 2018-12-16 | Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵ | XhmikosR | 11 | -11/+11 | |
| (#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410. | |||||
| 2018-12-15 | Remove now unnecessary shrink-to-fit viewport directive (#27818) | Patrick H. Lauke | 11 | -11/+11 | |
| `shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102 | |||||
| 2018-12-05 | Allow Tooltips/Popovers to work in shadow DOM | Johann-S | 1 | -1/+21 | |
| 2018-12-05 | fix regression about using element for tooltip container option | Johann-S | 1 | -2/+8 | |
| 2018-11-20 | Remove holder.js. | XhmikosR | 1 | -2/+2 | |
| 2018-11-13 | Update toast documentation following pull #27155 | Laussel LOïc | 1 | -3/+0 | |
| Also remove close button everywhere just let it when autohide is set to false | |||||
| 2018-11-13 | Remove the show delay for our toast plugin | Johann-S | 1 | -5/+1 | |
| 2018-11-13 | Implement `data-dismiss="toast"` to allow user to interact itself with the ↵ | Laussel Loïc | 1 | -2/+8 | |
| component (#27155) | |||||
| 2018-11-13 | Fix toast documentation page. | Johann-S | 1 | -1/+5 | |
| 2018-11-13 | Create toast JS plugin, add unit tests. | Johann-S | 1 | -0/+69 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -1/+0 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -0/+1 | |
| 2018-10-14 | js/tests/visual: fix popper script. | XhmikosR | 5 | -5/+5 | |
| Broken after 787441d. | |||||
| 2018-10-14 | Fix invalid selectors in tests and examples. | XhmikosR | 1 | -1/+1 | |
| 2018-07-23 | fix(tests): visual plugins tests | Johann-S | 10 | -24/+22 | |
| 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 | |
