| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-18 | Fix tooltip when hovering a children element (delegateTarget) (#30928) | Tanguy Krotoff | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-17 | Unbreak short lines | XhmikosR | 1 | -27/+23 | |
| 2020-06-17 | data: reword storage key in dom | Johann-S | 1 | -8/+8 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 5 | -5/+5 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 5 | -5/+5 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-04-28 | Drop closest from SelectorEngine (#30653) | Martijn Cuppens | 1 | -4/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-17 | Replace event.delegateTarget with event.target | Tanguy Krotoff | 1 | -7/+0 | |
| No need for fixEvent() anymore | |||||
| 2020-04-17 | Replace event.which with event.key and event.button | Tanguy Krotoff | 1 | -6/+0 | |
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 1 | -5/+4 | |
| 2020-03-23 | Use next dropdown menu instead of first of the parent | Martijn Cuppens | 1 | -0/+14 | |
| 2020-03-18 | Remove IE compatibility JS code | Johann-S | 3 | -72/+6 | |
| 2020-03-09 | `prev()` function fails when non-element nodes are present (#30117) | Martijn Cuppens | 1 | -7/+5 | |
| The `prev()` function doesn't take nodes other than elements into account. Also we could simplify things a lot using the `previousElementSibling` property. This property isn't fully supported in IE, it only works for elements, but since the `element` variable is an element, we can safely use it here. I've also added an additional test. I don't think we had this issue in v4, since we relied on jQuery back then. Ref. https://developer.mozilla.org/en-US/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling | |||||
| 2019-10-31 | Update normalizeDataKey to match the spec (#29609) | Steffen Roßkamp | 1 | -1/+1 | |
| 2019-10-07 | Update devDependencies. (#29447) | XhmikosR | 2 | -2/+2 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 4 | -731/+0 | |
| 2019-08-22 | Remaining JS linting TODO (#29289) | Markus Hatvan | 1 | -1/+1 | |
| * Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <[email protected]> | |||||
| 2019-08-02 | add a way to disable jQuery detection | Johann-S | 1 | -2/+3 | |
| 2019-07-23 | rewrite unit tests for selector engine | Johann-S | 2 | -24/+117 | |
| 2019-07-23 | rewrite manipulator unit tests | Anton Bershanskiy | 1 | -0/+158 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 3 | -1/+461 | |
| 2019-06-03 | event-handler.js: use a plain for loop. (#28853) | XhmikosR | 1 | -4/+6 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 2 | -2/+2 | |
| 2019-04-10 | Fix xo error: use `for...of`. | XhmikosR | 1 | -4/+1 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 3 | -65/+127 | |
| 2019-03-13 | Use one-line imports when possible. (#28467) | XhmikosR | 3 | -9/+3 | |
| 2019-03-11 | Remove assignment from return. | XhmikosR | 1 | -1/+3 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 5 | -33/+68 | |
| 2019-02-26 | dom/manipulator.js: minor simplification. (#28358) | XhmikosR | 1 | -15/+14 | |
| Combine two checks since we return the same value for both. | |||||
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 3 | -6/+11 | |
| 2019-02-20 | Use `Util.makeArray()`. | XhmikosR | 1 | -2/+2 | |
| 2019-02-20 | improve event handler | Johann-S | 1 | -56/+38 | |
| 2019-02-20 | Simplify checks. | XhmikosR | 2 | -5/+4 | |
| 2019-02-20 | use only dataset to get data attributes | Johann-S | 1 | -21/+3 | |
| 2019-02-20 | remove polyfills which override browsers default | Johann-S | 2 | -78/+19 | |
| 2019-02-20 | 4.3.1. | XhmikosR | 5 | -5/+5 | |
| 2019-02-20 | Improve manipulator coverage | Johann-S | 1 | -7/+4 | |
| 2019-02-20 | Remove IE support and button bsChecked hack | Alessandro Chitolina | 3 | -66/+2 | |
| 2019-02-20 | Refactor util plugin and some tests | Johann-S | 4 | -354/+353 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 5 | -5/+21 | |
| 2019-02-20 | fix(carousel): on load page create a carousel | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | fix(event-handler): use Object.key for passing values in an event | Johann-S | 1 | -1/+8 | |
| 2019-02-20 | fix(selector-engine): increase coverage for selector engine | Johann-S | 1 | -1/+5 | |
| 2019-02-20 | fix(util): remove extend | Johann-S | 2 | -1/+28 | |
| 2019-02-20 | fix(event-handler): remove polyfill and move it to index | Johann-S | 1 | -14/+0 | |
| 2019-02-20 | fix(polyfill): disable coverage for our polyfills | Johann-S | 1 | -0/+1 | |
| 2019-02-20 | fix(manipulator): increase coverage for manipulator | Johann-S | 1 | -13/+67 | |
| 2019-02-20 | refactor(polyfill): a file for polyfills | Johann-S | 3 | -217/+133 | |
| 2019-02-20 | fix(data): increase coverage for data | Johann-S | 1 | -2/+1 | |
| 2019-02-20 | fix(data): do not use data object in our unit tests | Johann-S | 1 | -0/+94 | |
| 2019-02-20 | remove old references to jquery and some fixes | Johann-S | 1 | -2/+2 | |
