| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-20 | fix(selector-engine): increase coverage for selector engine | Johann-S | 5 | -3/+86 | |
| 2019-02-20 | fix(util): remove extend | Johann-S | 3 | -23/+28 | |
| 2019-02-20 | fix(event-handler): remove polyfill and move it to index | Johann-S | 2 | -14/+17 | |
| 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 | 12 | -87/+286 | |
| 2019-02-20 | refactor(polyfill): a file for polyfills | Johann-S | 4 | -219/+137 | |
| 2019-02-20 | fix(data): increase coverage for data | Johann-S | 4 | -6/+99 | |
| 2019-02-20 | fix(event-handler): remove the use of our event handler in unit test | Johann-S | 9 | -280/+303 | |
| 2019-02-20 | fix(data): do not use data object in our unit tests | Johann-S | 21 | -44/+190 | |
| 2019-02-20 | remove old references to jquery and some fixes | Johann-S | 14 | -56/+44 | |
| 2019-02-20 | rewritten scrollspy without jquery | Alessandro Chitolina | 5 | -49/+117 | |
| 2019-02-20 | upgrade to v4 stable | Johann-S | 4 | -17/+33 | |
| 2019-02-20 | rewritten tab without jquery | Alessandro Chitolina | 4 | -81/+137 | |
| 2019-02-20 | Dropdown without jQuery | Johann-S | 6 | -182/+225 | |
| 2019-02-20 | fix chores karma | Johann-S | 1 | -0/+4 | |
| 2019-02-20 | Fix new unit test in popover | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | allow register the same handler for different delegated selectors in ↵ | Alessandro Chitolina | 2 | -36/+106 | |
| eventHandler | |||||
| 2019-02-20 | Return a new function with Util.noop | Johann-S | 2 | -3/+4 | |
| 2019-02-20 | fix one forgets of using jQuery in Carousel and Tooltip | Johann-S | 1 | -28/+33 | |
| 2019-02-20 | fix weird case with jQuery | Johann-S | 1 | -2/+2 | |
| 2019-02-20 | tooltip without jquery | Alessandro Chitolina | 11 | -235/+306 | |
| 2019-02-20 | Wrap our objects into IIFE | Johann-S | 3 | -353/+395 | |
| 2019-02-20 | fix unit test modal | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | Rewrite Collapse without jQuery | Johann-S | 4 | -149/+174 | |
| 2019-02-20 | Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEvent | Alessandro Chitolina | 2 | -1/+41 | |
| 2019-02-20 | Rewritten modal without jquery (#23955) | Alessandro Chitolina | 12 | -237/+597 | |
| * 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 | 7 | -6/+34 | |
| 2019-02-20 | Rewrite carousel without jquery | Johann-S | 7 | -207/+353 | |
| 2019-02-20 | Add polyfill for focusin and focusout | Johann-S | 1 | -1/+15 | |
| 2019-02-20 | button without jquery | XhmikosR | 4 | -47/+72 | |
| 2019-02-20 | Fix delegation events | Johann-S | 1 | -3/+4 | |
| 2019-02-20 | Check jQuery version only if jQuery is available | Johann-S | 1 | -14/+11 | |
| 2019-02-20 | Second element of find and findOne should be optional, not the first one | Johann-S | 2 | -4/+4 | |
| 2019-02-20 | Fix our data storage | Johann-S | 1 | -7/+15 | |
| 2019-02-20 | Add findOne to our SelectorEngine | Johann-S | 1 | -1/+14 | |
| 2019-02-20 | Fix detection of nativeEvents + trigger events with arguments | Johann-S | 1 | -15/+17 | |
| 2019-02-20 | Extend `SelectorEngine.find()` to include an `element` first arg. | XhmikosR | 1 | -2/+2 | |
| If not supplied, it'll just use `document`. | |||||
| 2019-02-20 | fix declaration of alert jquery plugin only if jquery is available | Johann-S | 1 | -5/+5 | |
| 2019-02-20 | Disable ESlint on no-return-assign and temporary for arrow-body-style | Johann-S | 2 | -5/+9 | |
| 2019-02-20 | Remove jQuery from alert.js and add .alert only if jQuery is available | Johann-S | 5 | -37/+30 | |
| 2019-02-20 | Add event delegation + fix EventHandler.one | Johann-S | 2 | -13/+19 | |
| 2019-02-20 | Add namespaced events | Johann-S | 1 | -18/+102 | |
| 2019-02-20 | Add CustomEvent polyfill and a working preventDefault for IE | Johann-S | 2 | -1/+57 | |
| 2019-02-20 | better polyfill for closest and matches functions | Johann-S | 1 | -15/+39 | |
| 2019-02-20 | alert without jquery | Johann-S | 17 | -53/+149 | |
| 2019-02-20 | Move transition end detection to dom/event.js instead of util.js | Johann-S | 1 | -40/+0 | |
| 2019-02-20 | Remove jQuery from Util.js | Johann-S | 18 | -14/+75 | |
| s | |||||
| 2019-02-19 | Remove incorrect aria-haspopup from dropdown toggles (#28299) | Patrick H. Lauke | 4 | -20/+20 | |
| `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-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 39 | -69/+216 | |
| 2019-02-13 | Add sanitize template option for tooltip/popover plugins. | Johann-S | 3 | -13/+333 | |
