| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-13 | Tests: update navbar in visual modal test (#39294) | Julien Déramond | 1 | -15/+19 | |
| 2022-11-12 | ESLint: enable prefer-template rule (#37484) | XhmikosR | 1 | -1/+1 | |
| 2022-10-02 | Use `<h1>` for all `modal-title` examples/uses (#37210) | Patrick H. Lauke | 1 | -4/+4 | |
| * Use `fs-` font sizing classes where needed * Also add info callout about heading hierarchy in modals | |||||
| 2022-09-27 | Add eslint-plugin-html to lint JS in HTML files (#37186) | Julien Déramond | 1 | -5/+4 | |
| 2022-09-22 | Use es6 on visual tests (#36915) | GeoSot | 1 | -25/+18 | |
| 2022-05-20 | Docs: quick fixes for HTML (#36395) | Louis-Maxime Piton | 1 | -1/+1 | |
| * Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers | |||||
| 2022-01-30 | Fix visual tests (#35585) | XhmikosR | 1 | -13/+4 | |
| * Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot <[email protected]> | |||||
| 2021-10-05 | Use `for...of` in visual tests too | GeoSot | 1 | -9/+8 | |
| 2021-10-05 | Enable `unicorn/prefer-prototype-methods` rule | XhmikosR | 1 | -2/+2 | |
| 2021-08-23 | visual tests: minor fixes (#34802) | XhmikosR | 1 | -1/+1 | |
| 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-11-14 | Fix `.close` instances (#32152) | XhmikosR | 1 | -10/+4 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -22/+22 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-09 | modal.html: use `textContent` (#32101) | XhmikosR | 1 | -1/+1 | |
| We are not handling any HTML | |||||
| 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 | -1/+1 | |
| * 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-06-04 | Add role="dialog" in modals via JavaScript (#30936) | Rohit Sharma | 1 | -4/+4 | |
| 2020-05-11 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 1 | -3/+3 | |
| 2020-03-28 | v5 tabs - accessibility issue when using ul/li semantic | Laussel Loïc | 1 | -3/+3 | |
| 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-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 | -4/+2 | |
| 2019-02-27 | Remove the now unneeded `shrink-to-fit` directive. (#28314) | XhmikosR | 1 | -1/+1 | |
| 2019-02-24 | Remove DOMContentLoaded. (#28337) | XhmikosR | 1 | -64/+61 | |
| There's no reason for us to wait here. | |||||
| 2019-02-20 | tests/visual/modal.html: fix close button placement. | XhmikosR | 1 | -3/+3 | |
| 2019-02-20 | remove polyfills which override browsers default | Johann-S | 1 | -3/+3 | |
| 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 | -28/+60 | |
| 2019-02-20 | Rewritten modal without jquery (#23955) | Alessandro Chitolina | 1 | -0/+3 | |
| * Trigger jquery events if available in event handler * Rewritten modal without jquery | |||||
| 2019-02-20 | alert without jquery | Johann-S | 1 | -2/+1 | |
| 2019-02-20 | Remove jQuery from Util.js | Johann-S | 1 | -0/+1 | |
| s | |||||
| 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-07-23 | fix(tests): visual plugins tests | Johann-S | 1 | -8/+8 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 1 | -0/+37 | |
| 2017-10-22 | Tighten htmllint's rules. (#24471) | XhmikosR | 1 | -1/+1 | |
| 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 | 1 | -1/+1 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-08-25 | Fix XSS in data-target | Johann-S | 1 | -0/+4 | |
| 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 | 1 | -1/+1 | |
| examples and variables | |||||
| 2017-06-15 | Rename .card-block to .card-body to match nomenclature of modals | Mark Otto | 1 | -3/+3 | |
| 2017-06-04 | Update path to our docs assets for visual tests | Johann-S | 1 | -2/+2 | |
| 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 | |||||
