| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-22 | visual tests: add missing base-component dist file (#33167) | XhmikosR | 11 | -0/+11 | |
| Regression of #32313 | |||||
| 2021-02-09 | Dynamic tabs: use buttons rather than links (#32630) | Patrick H. Lauke | 1 | -35/+32 | |
| * Dynamic tabs: use buttons rather than links - change docs - add mention that tabs should be <button> elements - tweak styles to neutralise border and background * Update js unit and visual test accordingly - replace links with buttons - make one specific test that uses links instead of buttons, as we still want to support it despite it being non-semantically appropriate - Leaving a couple of tests for now. The test for removed tabs should be redone so that tabs are removed programmatically (as the approach of having that close button inside the link is invalid and broken markup). The test for dropdowns should be removed together we actually ripping out the handling for dropdowns in the tab.js code (arguably a breaking change, though we discouraged this for a few versions and effectively "deprecated" it) * Add isolation:isolate to prevent focus being overlapped https://github.com/twbs/bootstrap/pull/32630#issuecomment-756015766 | |||||
| 2021-01-28 | Make carousel indicators actual buttons | Patrick H. Lauke | 1 | -5/+5 | |
| 2021-01-27 | Carousel: use buttons, not links, for prev/next controls (#32627) | Patrick H. Lauke | 1 | -4/+4 | |
| * Carousel: use buttons, not links, for prev/next - expand the styles to neutralise border/background - change docs page - add extra unit test to check that links or buttons work as controls - modify visual test to use buttons as well - use buttons instead of links for prev/next - remove `role="button"` from links that are actually links * Clarify that controls can be button or link * Update site/content/docs/5.0/components/carousel.md Co-authored-by: Mark Otto <[email protected]> * Explicitly set padding to 0 to prevent dipping/moving on active in Firefox Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-01-08 | Move "active" class from `.nav-item` to `.nav-link` (#32730) | Théophile Helleboid - chtitux | 2 | -4/+4 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 3 | -14/+5 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 5 | -28/+27 | |
| 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 | Fix `.close` instances (#32152) | XhmikosR | 3 | -25/+9 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 11 | -110/+110 | |
| - 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 | 11 | -11/+0 | |
| 2020-10-30 | Remove obsolete prefixes (#32012) | XhmikosR | 1 | -2/+0 | |
| 2020-10-22 | Move `href` attribute first (#31835) | XhmikosR | 11 | -11/+11 | |
| 2020-10-14 | 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-07-03 | Rename `sr-only`/`sr-only-focusable` (#31139) | Patrick H. Lauke | 3 | -9/+9 | |
| * 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-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 2 | -2/+2 | |
| 2020-03-31 | Use unordered lists in dropdown-menus | Martijn Cuppens | 3 | -44/+44 | |
| 2020-03-28 | v5 tabs - accessibility issue when using ul/li semantic | 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-29 | remove underscore for static methods | Johann-S | 1 | -2/+2 | |
| 2019-07-24 | add polyfill.js in visual tests (#29116) | Johann-S | 11 | -0/+11 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 11 | -21/+21 | |
| 2019-03-18 | fix remove files in our visual tests | Johann-S | 11 | -36/+13 | |
| 2019-02-27 | Remove the now unneeded `shrink-to-fit` directive. (#28314) | XhmikosR | 11 | -11/+11 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -3/+3 | |
| 2019-02-24 | Remove DOMContentLoaded. (#28337) | XhmikosR | 4 | -111/+103 | |
| 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 | 3 | -5/+5 | |
| 2019-02-20 | rewrite toast plugin without jquery | Johann-S | 1 | -8/+23 | |
| 2019-02-20 | Remove IE support and button bsChecked hack | Alessandro Chitolina | 1 | -2/+1 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 9 | -9/+9 | |
| 2019-02-20 | fix(visual-test): remove jquery in them | Johann-S | 11 | -54/+100 | |
| 2019-02-20 | fix(unit-test): dropdown, collapse and carousel | Johann-S | 1 | -0/+1 | |
| 2019-02-20 | rewritten scrollspy without jquery | Alessandro Chitolina | 1 | -0/+3 | |
| 2019-02-20 | rewritten tab without jquery | Alessandro Chitolina | 1 | -0/+3 | |
| 2019-02-20 | Dropdown without jQuery | Johann-S | 1 | -0/+9 | |
| 2019-02-20 | tooltip without jquery | Alessandro Chitolina | 2 | -0/+5 | |
| 2019-02-20 | Rewrite Collapse without jQuery | Johann-S | 1 | -0/+2 | |
| 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 | Add Manipulator object to add shortcuts for dom manipulations | Johann-S | 1 | -0/+1 | |
| 2019-02-20 | Rewrite carousel without jquery | Johann-S | 1 | -2/+6 | |
| 2019-02-20 | button without jquery | XhmikosR | 1 | -0/+2 | |
| 2019-02-20 | alert without jquery | Johann-S | 9 | -11/+11 | |
| 2019-02-20 | Remove jQuery from Util.js | Johann-S | 9 | -0/+10 | |
| s | |||||
| 2019-02-19 | Remove incorrect aria-haspopup from dropdown toggles (#28299) | Patrick H. Lauke | 3 | -19/+19 | |
| `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 | 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. | |||||
