| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 3 | -6/+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 | Replace uglify-js with terser. (#27813) | XhmikosR | 3 | -7/+59 | |
| 2019-02-19 | add tabindex="-1" and aria-disabled="true" on disabled links (#28305) | Laussel Loïc | 6 | -12/+12 | |
| 2019-02-19 | Use `npm-run-all` for the release script. (#28307) | XhmikosR | 1 | -1/+1 | |
| It's shorter. | |||||
| 2019-02-19 | Update karma to ^4.0.0. | XhmikosR | 2 | -16/+16 | |
| 2019-02-19 | Drop Node.js < 8 support. | XhmikosR | 2 | -7/+7 | |
| Node.js 6 goes EOL on April 2019. | |||||
| 2019-02-19 | Remove `--save` option from `npm i` as it isn't required anymore (#28302) | Steve Moser | 1 | -1/+1 | |
| As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install. | |||||
| 2019-02-19 | Replace broken-link-checker with linkinator. (#28291) | XhmikosR | 3 | -669/+246 | |
| Much lighter, more modern and cleaner codebase. | |||||
| 2019-02-19 | Remove incorrect aria-haspopup from dropdown toggles (#28299) | Patrick H. Lauke | 16 | -92/+92 | |
| `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-19 | Update link to CONTRIBUTING.md in README.md (#28297) | Patrick H. Lauke | 1 | -2/+2 | |
| since the former is not contained in the `.github` subdirectory | |||||
| 2019-02-19 | Update devDependencies. (#28292) | XhmikosR | 2 | -890/+528 | |
| 2019-02-19 | Update CONTRIBUTING.md for the current state of things. (#28283) | XhmikosR | 1 | -11/+7 | |
| 2019-02-15 | Deprecate form-control-focus mixin (#28262) | Martijn Cuppens | 2 | -2/+3 | |
| 2019-02-15 | Update devDependencies. (#28271) | XhmikosR | 2 | -108/+145 | |
| 2019-02-15 | README.md: use shields.io for the OC badges. (#28280) | XhmikosR | 1 | -2/+2 | |
| 2019-02-15 | Replace 4.3.0 with 4.3.1 in nuget files. (#28273) | XhmikosR | 2 | -2/+2 | |
| 2019-02-15 | Replace `v4-dev` with `master` after the branch change. (#28272) | XhmikosR | 2 | -5/+5 | |
| 2019-02-13 | Update docs and meta for 3.4.1. (#28255) | XhmikosR | 3 | -8/+3 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 70 | -153/+594 | |
| 2019-02-13 | Remove unneeded glob. (#28249) | XhmikosR | 1 | -1/+1 | |
| Typo from 10b97f6. | |||||
