| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-10 | Remove `TRANSITION_END` from utils (#32394) | XhmikosR | 1 | -1/+0 | |
| 2020-12-08 | Refactor components to use a utility function to define jQuery plugins (#32285) | alpadev | 1 | -1/+18 | |
| * refactor: use an utility function to define jQuery plugins * test: add spec for defineJQueryPlugin utility function * Update .bundlewatch.config.json Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-07 | Prepare v5.0.0-beta1. | XhmikosR | 2 | -2/+2 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -1/+4 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-12-02 | Unbreak lines. (#32304) | XhmikosR | 1 | -4/+2 | |
| 2020-11-14 | Switch to `Set#has()` | XhmikosR | 1 | -3/+3 | |
| 2020-11-14 | Switch to Number properties | XhmikosR | 1 | -3/+3 | |
| 2020-11-14 | Switch to `String.includes()` | XhmikosR | 1 | -3/+3 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -2/+2 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 2 | -2/+2 | |
| 2020-11-01 | Fix TypeError when Bootstrap is included in `head` (#32024) | Sascha | 1 | -2/+11 | |
| * extend jquery after domContentLoaded event is fired * add unittest for util onDOMContentLoaded * wait for trigger jquery event after domContentLoaded * remove domcontentready from eventHandler * move istanbul ignore statements to correct line Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 2 | -2/+2 | |
| 2020-06-19 | Change whitelist to allowlist (#31066) | Patrick H. Lauke | 1 | -6/+6 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-06-17 | Unbreak short lines | XhmikosR | 1 | -15/+14 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 2 | -2/+2 | |
| 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 | 2 | -2/+2 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 2 | -13/+2 | |
| 2020-03-18 | Remove IE compatibility JS code | Johann-S | 1 | -4/+1 | |
| 2020-03-18 | fix: ensure `totype` always returns stringified null/undefined when ↵ | Johann-S | 1 | -1/+7 | |
| null/undefined is passed (#30383) | |||||
| 2020-01-07 | sanitizer.js: Add srcset in the allowed attributes (#29968) | XhmikosR | 1 | -1/+1 | |
| 2020-01-07 | Fix the new lint errors. | XhmikosR | 1 | -2/+2 | |
| 2020-01-07 | Use regex.test() when we want to check for a Boolean. (#29969) | XhmikosR | 1 | -3/+3 | |
| 2019-10-17 | Skip hidden dropdowns while focusing (#29523) | Jeremy Jackson | 1 | -3/+6 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 2 | -452/+0 | |
| 2019-09-02 | ESLint: specify `--report-unused-disable-directives` (#29350) | XhmikosR | 1 | -2/+0 | |
| 2019-08-02 | add a way to disable jQuery detection | Johann-S | 2 | -2/+44 | |
| 2019-07-24 | use get selector from element only when needed | Johann-S | 2 | -5/+66 | |
| 2019-07-23 | use qunit css for our fixture | Johann-S | 1 | -2/+6 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 2 | -0/+367 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 1 | -1/+4 | |
| 2019-03-13 | Use one-line imports when possible. (#28467) | XhmikosR | 1 | -3/+1 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 2 | -18/+20 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 2 | -0/+308 | |
