| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-27 | use only data target to query elements in our pluginfeat/data-target | Johann-S | 12 | -148/+138 | |
| 2020-06-25 | BrowserStack: stop testing on latest Edge. (#31125) | XhmikosR | 1 | -7/+0 | |
| It's Chromium-based so it seems redundant. | |||||
| 2020-06-25 | Prevent overflowing static backdrop modal animation (#30326) | Shohei Yoshida | 2 | -1/+33 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-19 | Change whitelist to allowlist (#31066) | Patrick H. Lauke | 3 | -19/+19 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-06-18 | Fix tooltip when hovering a children element (delegateTarget) (#30928) | Tanguy Krotoff | 3 | -9/+33 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-17 | collapse.js: return early. | XhmikosR | 1 | -13/+13 | |
| 2020-06-17 | Remove a couple of variables used once | XhmikosR | 2 | -7/+2 | |
| 2020-06-17 | Unbreak short lines | XhmikosR | 6 | -59/+41 | |
| 2020-06-17 | data: reword storage key in dom | Johann-S | 2 | -15/+15 | |
| 2020-06-16 | Run dist. | XhmikosR | 32 | -120/+59 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 21 | -21/+21 | |
| 2020-06-16 | Fix a broken link and a redirect. (#31045) | XhmikosR | 1 | -1/+1 | |
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 2 | -234/+5 | |
| 2020-06-14 | Run dist on latest | Mark Otto | 27 | -660/+130 | |
| 2020-06-09 | Remove .nav-item from .nav-link to make it consistent | Rohit Sharma | 1 | -5/+5 | |
| - Closes #28423 | |||||
| 2020-06-04 | Add role="dialog" in modals via JavaScript (#30936) | Rohit Sharma | 3 | -4/+12 | |
| 2020-05-26 | Update to `@rollup/plugin-babel` (#30742) | XhmikosR | 2 | -9/+6 | |
| 2020-05-18 | Fix some easy Markdown linting issues | Mark Otto | 1 | -6/+6 | |
| - Always use dashes for bullets - Add some basic alt text for our readme OC sponsors | |||||
| 2020-05-14 | Replace double tilde with `Math.floor` (#30691) | XhmikosR | 1 | -1/+1 | |
| Nowadays, browser engines have improved a lot and `Math.floor` is the same, if not faster. Also, clarity is better than micro-optimizations in this case. | |||||
| 2020-05-13 | Partially Revert "Use regex.test() when we want to check for a Boolean. ↵ | XhmikosR | 1 | -2/+2 | |
| (#29969)" (#30770) This partially reverts commit 9c2b9ac74d4abb5ec8b7864054315de3409d5f3a. | |||||
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 52 | -92/+92 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-05-13 | Dist (#30694) | XhmikosR | 28 | -151/+105 | |
| 2020-05-12 | coverage: ignore node_modules | XhmikosR | 1 | -1/+5 | |
| 2020-05-12 | Add a test about the scrollbar issue on non-integer width | Dominik Kremer | 1 | -0/+32 | |
| 2020-05-12 | Avoid bad scrollbar replacement into width values | Giovanni Mendoza | 1 | -1/+1 | |
| 2020-05-11 | Add missing closing `div` tags (#30775) | XhmikosR | 1 | -28/+28 | |
| Missed those in 967e607 | |||||
| 2020-05-11 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 1 | -3/+3 | |
| 2020-05-06 | Revert "Avoid bad scrollbar replacement into width values (#30690)" | XhmikosR | 1 | -3/+2 | |
| This reverts commit 85c4788dedfdec7d681829e3a52ada0c33f8fa8e. | |||||
| 2020-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 10 | -124/+130 | |
| 2020-05-06 | add unit tests to ensure our plugins works in jquery | Johann-S | 2 | -1/+72 | |
| 2020-05-06 | enforce element check on scrollspy target (#30747) | Johann-S | 1 | -1/+2 | |
| 2020-05-05 | BrowserStack: test Edge 16 too (#30725) | XhmikosR | 1 | -0/+7 | |
| 2020-05-05 | Revert "Update karma.conf.js" | XhmikosR | 1 | -5/+0 | |
| This reverts commit b8abded0afe78519c4c2a185d30e8cf245ed243f. | |||||
| 2020-05-04 | Move babel whitelist helpers to a common file (#30723) | XhmikosR | 1 | -8/+2 | |
| 2020-05-04 | Update karma.conf.js | XhmikosR | 1 | -0/+5 | |
| Use the recommended karma-browserstack-launcher settings | |||||
| 2020-05-04 | scrollspy.js: remove temporary variable (#30724) | XhmikosR | 1 | -2/+1 | |
| 2020-05-04 | Clean up lint rules (#30721) | XhmikosR | 1 | -1/+3 | |
| * Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency | |||||
| 2020-04-29 | Avoid bad scrollbar replacement into width values (#30690) | Johann-S | 1 | -2/+3 | |
| 2020-04-28 | Drop closest from SelectorEngine (#30653) | Martijn Cuppens | 7 | -31/+13 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-24 | Remove caret element (#30633) | Tanguy Krotoff | 1 | -1/+1 | |
| 2020-04-17 | Fix crash when pressing ArrowUp the first time | Tanguy Krotoff | 2 | -1/+32 | |
| 2020-04-17 | Replace event.delegateTarget with event.target | Tanguy Krotoff | 2 | -16/+9 | |
| No need for fixEvent() anymore | |||||
| 2020-04-17 | Replace event.which with event.key and event.button | Tanguy Krotoff | 7 | -110/+100 | |
| 2020-04-17 | collapse: don't rely on implicit conversion (#30566) | XhmikosR | 1 | -1/+1 | |
| `config` can be an `Object` and we only need to test for `hide` or `show` if it's a `String` | |||||
| 2020-04-09 | Pass multiple classes to `classList.add` / `classList.remove` (#30537) | XhmikosR | 4 | -13/+6 | |
| This is supported by our currently supported browsers. | |||||
| 2020-04-01 | Always modal scroll top to 0 | ysds | 2 | -12/+10 | |
| 2020-03-31 | Use unordered lists in dropdown-menus | Martijn Cuppens | 3 | -44/+44 | |
| 2020-03-29 | Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463) | XhmikosR | 2 | -6/+5 | |
| 2020-03-29 | Use `textContent` instead of `innerText`. (#30462) | XhmikosR | 2 | -3/+3 | |
| It's supported by all of our supported browsers. | |||||
| 2020-03-28 | Dist (#29924) | XhmikosR | 30 | -857/+668 | |
