| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-17 | Skip hidden dropdowns while focusing (#29523) | Jeremy Jackson | 3 | -3/+45 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 20 | -5/+5 | |
| 2019-10-08 | Dist (#29484) | XhmikosR | 27 | -113/+96 | |
| 2019-10-07 | Update devDependencies. (#29447) | XhmikosR | 2 | -2/+2 | |
| 2019-10-03 | add modularity integration test | Johann-S | 2 | -0/+24 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 33 | -172/+159 | |
| 2019-09-02 | ESLint: specify `--report-unused-disable-directives` (#29350) | XhmikosR | 1 | -2/+0 | |
| 2019-08-29 | Minor lint tweaks. (#29328) | XhmikosR | 2 | -7/+5 | |
| 2019-08-27 | Dist (#29263) | XhmikosR | 28 | -362/+463 | |
| 2019-08-25 | dropdown show method should do the same as toggle | Johann-S | 2 | -23/+41 | |
| 2019-08-22 | Remaining JS linting TODO (#29289) | Markus Hatvan | 5 | -27/+25 | |
| * 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-22 | dropdown - destroy old popper.js references | Johann-S | 2 | -6/+44 | |
| 2019-08-18 | Remove useless check for null object with spread operator | Johann-S | 2 | -16/+7 | |
| 2019-08-18 | Minor wording tweaks | XhmikosR | 2 | -2/+2 | |
| 2019-08-18 | allow to pass popper.js configuration for tooltip/popover and dropdown | Johann-S | 4 | -31/+89 | |
| 2019-08-02 | add a way to disable jQuery detection | Johann-S | 14 | -26/+91 | |
| 2019-07-31 | Fix typos. (#29178) | XhmikosR | 3 | -4/+4 | |
| 2019-07-29 | remove underscore for static methods | Johann-S | 24 | -201/+201 | |
| 2019-07-28 | allow dynamic modal body for scrollable modals | Johann-S | 2 | -4/+22 | |
| 2019-07-24 | use get selector from element only when needed | Johann-S | 8 | -49/+82 | |
| 2019-07-24 | fix arrow popover (#29115) | Johann-S | 1 | -4/+4 | |
| 2019-07-24 | Rebuild the dist to pickup new utilities file (#29105) | Mark Otto | 27 | -229/+338 | |
| Dist after adding new utils file | |||||
| 2019-07-24 | add polyfill.js in visual tests (#29116) | Johann-S | 11 | -0/+11 | |
| 2019-07-23 | Force reflow for fade-in animation (#29113) | Shohei Yoshida | 1 | -0/+2 | |
| 2019-07-23 | rewrite tab unit tests | Johann-S | 7 | -627/+600 | |
| 2019-07-23 | use qunit css for our fixture | Johann-S | 6 | -47/+23 | |
| 2019-07-23 | rewrite scrollspy unit tests | Johann-S | 5 | -751/+677 | |
| 2019-07-23 | rewrite tooltip unit tests | Johann-S | 7 | -1284/+1026 | |
| 2019-07-23 | rewrite popover unit tests | Johann-S | 5 | -481/+258 | |
| 2019-07-23 | rewrite modal unit tests | Johann-S | 5 | -851/+996 | |
| 2019-07-23 | rewrite toast unit tests | Anton Bershanskiy | 5 | -336/+381 | |
| 2019-07-23 | rewrite dropdown unit tests | Johann-S | 6 | -1513/+1507 | |
| 2019-07-23 | rewrite collapse unit tests | Johann-S | 5 | -919/+838 | |
| 2019-07-23 | rewrite carousel unit tests | Johann-S | 6 | -1384/+1209 | |
| 2019-07-23 | test jquery interface for our alert plugin | Johann-S | 1 | -1/+47 | |
| 2019-07-23 | rewrite button unit tests | Johann-S | 6 | -233/+317 | |
| 2019-07-23 | rewrite unit tests for selector engine | Johann-S | 3 | -101/+117 | |
| 2019-07-23 | rewrite manipulator unit tests | Anton Bershanskiy | 2 | -128/+158 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 18 | -898/+1090 | |
| 2019-07-20 | Fix Typos across Bootstrap repository (#29082) | Kitten King | 1 | -1/+1 | |
| 2019-07-17 | updated babel | Johann-S | 1 | -10/+0 | |
| 2019-07-14 | Fix dropdown unit test (#29037) | Patrick H. Lauke | 1 | -3/+4 | |
| swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage. | |||||
| 2019-07-12 | dist v5 | Mark Otto | 12 | -419/+174 | |
| 2019-06-25 | Port new unit test for dropdown from v4 (#28913) | Patrick H. Lauke | 1 | -0/+25 | |
| Add unit test from #28912 to v5 | |||||
| 2019-06-19 | Closing dropdown with ESC correctly sets focus to toggle (#28928) | Patrick H. Lauke | 2 | -1/+40 | |
| Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it... | |||||
| 2019-06-13 | tooltip dispose:removing only own event handler (#28896) | david-lallement | 1 | -6/+8 | |
| 2019-06-03 | event-handler.js: use a plain for loop. (#28853) | XhmikosR | 1 | -4/+6 | |
| 2019-05-16 | toast should allow prevent default for hide and show events | Johann-S | 2 | -2/+81 | |
| 2019-05-14 | fix popover arrow by selecting the first element child | Johann-S | 1 | -3/+2 | |
| 2019-05-08 | Documentation tweaks (#28679) | Martijn Cuppens | 1 | -1/+1 | |
| * Documentation tweaks * Remove redundant col-12 classes | |||||
