| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-06-03 | Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487) | Patrick H. Lauke | 1 | -10/+10 | |
| see https://github.com/twbs/bootstrap/discussions/35755 Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though) | |||||
| 2022-04-30 | Doc: remove `role="group"` from some split drop* buttons | Julien Déramond | 1 | -3/+3 | |
| 2022-02-09 | Remove remaining `.navbar-light` classes (#35814) | Julien Déramond | 1 | -1/+1 | |
| * Fix typo in CSS variables documentation * Drop remaining .navbar-light classes | |||||
| 2022-01-30 | Fix visual tests (#35585) | XhmikosR | 1 | -8/+1 | |
| * Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot <[email protected]> | |||||
| 2021-02-22 | visual tests: add missing base-component dist file (#33167) | XhmikosR | 1 | -0/+1 | |
| Regression of #32313 | |||||
| 2021-01-08 | Move "active" class from `.nav-item` to `.nav-link` (#32730) | Théophile Helleboid - chtitux | 1 | -2/+2 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 1 | -12/+3 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -17/+17 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-11-21 | Be consistent with Popper's name. (#32224) | XhmikosR | 1 | -1/+1 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -16/+16 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-05 | Remove the now unneeded polyfills. | XhmikosR | 1 | -1/+0 | |
| 2020-10-22 | Move `href` attribute first (#31835) | XhmikosR | 1 | -1/+1 | |
| 2020-10-14 | Remove redundant visually hidden "(current)" from pagination controls (#31892) | Patrick H. Lauke | 1 | -1/+1 | |
| * Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891 | |||||
| 2020-07-03 | Rename `sr-only`/`sr-only-focusable` (#31139) | Patrick H. Lauke | 1 | -6/+6 | |
| * Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-03-31 | Use unordered lists in dropdown-menus | Martijn Cuppens | 1 | -35/+35 | |
| 2019-07-24 | add polyfill.js in visual tests (#29116) | Johann-S | 1 | -0/+1 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -2/+2 | |
| 2019-03-18 | fix remove files in our visual tests | Johann-S | 1 | -3/+1 | |
| 2019-02-27 | Remove the now unneeded `shrink-to-fit` directive. (#28314) | XhmikosR | 1 | -1/+1 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | fix(visual-test): remove jquery in them | Johann-S | 1 | -1/+0 | |
| 2019-02-20 | fix(unit-test): dropdown, collapse and carousel | Johann-S | 1 | -0/+1 | |
| 2019-02-20 | Dropdown without jQuery | Johann-S | 1 | -0/+9 | |
| 2019-02-20 | alert without jquery | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | Remove jQuery from Util.js | Johann-S | 1 | -0/+1 | |
| s | |||||
| 2019-02-19 | Remove incorrect aria-haspopup from dropdown toggles (#28299) | Patrick H. Lauke | 1 | -13/+13 | |
| `aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix. | |||||
| 2019-01-15 | tests: use jQuery from node_modules. (#28059) | XhmikosR | 1 | -1/+1 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 1 | -1/+1 | |
| - 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 | 1 | -1/+1 | |
| (#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410. | |||||
| 2018-12-15 | Remove now unnecessary shrink-to-fit viewport directive (#27818) | Patrick H. Lauke | 1 | -1/+1 | |
| `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-10-14 | js/tests/visual: fix popper script. | XhmikosR | 1 | -1/+1 | |
| 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 | 1 | -2/+2 | |
| 2018-04-12 | Docs/examples: change links to Sass documentation and example.com to https | Swardu | 1 | -1/+1 | |
| 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-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 | 1 | -1/+1 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 1 | -1/+1 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-06-25 | update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵ | Mark Otto | 1 | -1/+1 | |
| examples and variables | |||||
| 2017-06-04 | Update path to our docs assets for visual tests | Johann-S | 1 | -2/+2 | |
| 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 | Handle dropup for Dropdown | Johann-S | 1 | -0/+13 | |
| 2017-05-14 | Begin to use Popper for Dropdown | Johann-S | 1 | -0/+1 | |
| 2017-03-23 | rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵ | Mark Otto | 1 | -1/+1 | |
| approach everywhere else | |||||
| 2017-03-23 | more docs updates | Mark Otto | 1 | -2/+2 | |
| 2016-12-31 | v4: Rip out IE compatibility mode meta tags (#21483) | Mark Otto | 1 | -1/+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 | nuke local test vendor jquery and tether, replace with docs assets | Mark Otto | 1 | -1/+1 | |
| 2016-12-30 | fix navbar in dropdown visual test file | Mark Otto | 1 | -4/+7 | |
