| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-28 | calculate modal transition duration based on modal-dialog element | Johann-S | 1 | -1/+1 | |
| 2018-10-21 | Fix typo in the Popper.js checks. (#27488) | XhmikosR | 2 | -2/+2 | |
| 2018-10-20 | avoid drag img | Johann-S | 1 | -0/+3 | |
| 2018-10-20 | Refactor (and correct) start/move/end functions | patrickhlauke | 1 | -17/+13 | |
| in particular, no need to use originEvent, and preventDefault() only needed for touch events | |||||
| 2018-10-20 | Remove unnecessary pointer event listeners | patrickhlauke | 1 | -2/+0 | |
| these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance | |||||
| 2018-10-20 | Abandon swipe altogether if more than one touch detected | patrickhlauke | 1 | -3/+4 | |
| 2018-10-20 | use pointer events if available | Johann-S | 1 | -19/+58 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -34/+66 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -17/+37 | |
| 2018-10-20 | Add `show` and `hide` methods to dropdown (#27370) | galczo5 | 1 | -0/+46 | |
| 2018-09-26 | remove useless iife | Johann-S | 12 | -3095/+3053 | |
| 2018-09-18 | feature(carousel): carousel-item interval (#26667) | Christopher Morrissey | 1 | -0/+8 | |
| adds the ability to assign data-interval to an individual carousel-item | |||||
| 2018-09-13 | throw error when folks try to use a bad selector | Johann-S | 1 | -6/+3 | |
| 2018-09-10 | collapse children with no data-parent | Johann-S | 1 | -9/+14 | |
| 2018-08-31 | add information about valid selectors (#27137) | Johann-S | 1 | -8/+1 | |
| 2018-08-12 | Use ES6 arrow function. | XhmikosR | 10 | -10/+10 | |
| 2018-08-12 | fix(util): use querySelector for ids | Johann-S | 1 | -1/+1 | |
| 2018-08-07 | fix(util): use getElementById when it's possible | Johann-S | 1 | -2/+10 | |
| 2018-08-02 | Fix dispose causing popover title to change | jarstelfox | 1 | -1/+1 | |
| see: https://github.com/twbs/bootstrap/issues/26847 in v4, destroy was replaced by dispose | |||||
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 12 | -22/+22 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 12 | -22/+22 | |
| 2018-07-11 | fix(modal): fix unit test and resetting style | Johann-S | 1 | -9/+4 | |
| 2018-07-11 | fix(modal): removes .navbar-toggler margin | Catalin Zalog | 1 | -13/+3 | |
| 2018-06-25 | fix(tooltip): get tip on placement change | Johann-S | 1 | -2/+4 | |
| 2018-06-25 | feat(dropdown): add original click event | jakubhonisek | 1 | -0/+4 | |
| 2018-06-03 | refactor(plugins): query elements without jquery | Johann-S | 9 | -47/+67 | |
| 2018-06-01 | refactor(plugins): improve how we query elements | Johann-S | 6 | -26/+34 | |
| 2018-06-01 | fix(scrollspy): xss in target option | Johann-S | 1 | -1/+1 | |
| 2018-06-01 | fix(collapse): xss in parent option | Johann-S | 1 | -1/+1 | |
| 2018-06-01 | fix(tooltip): xss in container option | Johann-S | 1 | -1/+1 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 12 | -22/+22 | |
| 2018-04-16 | Bump version to 4.1.0 for remaining files. | XhmikosR | 1 | -1/+1 | |
| 2018-04-13 | fix issue related to Object.keys and Dropdown issue | Johann-S | 4 | -4/+4 | |
| 2018-04-12 | modal use global scope for default | MietekN | 1 | -1/+1 | |
| 2018-04-10 | v4 improve coverage (#25945) | Johann-S | 1 | -2/+4 | |
| * Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements | |||||
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 11 | -21/+21 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-03-26 | Fix skip element disabled via attribute when using keyboard navigation | vsn4ik | 1 | -1/+1 | |
| 2018-03-20 | Use transitionEnd in QUnit since we moved away from PhantomJS | Johann-S | 7 | -54/+18 | |
| 2018-03-13 | fix get the transition duration parent | Johann-S | 1 | -3/+6 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 7 | -66/+79 | |
| 2018-03-03 | Fix leftover reference to v4.0.0-alpha.6 | Ed Morley | 1 | -1/+1 | |
| Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified. | |||||
| 2018-02-25 | Remove unused variable (#25670) | Martijn Cuppens | 1 | -1/+0 | |
| This variable is not used anywhere. Leftover from #18373. | |||||
| 2018-02-21 | Consistent usage of $(document.body) instead of $('body') (#25671) | Martijn Cuppens | 3 | -8/+8 | |
| 2018-02-19 | Fix carousel transition duration (#25218) | Martijn Cuppens | 1 | -20/+40 | |
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 1 | -2/+10 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-01-21 | Remove escaping selector and add a warning to inform folks to escape their ↵ | Johann-S | 1 | -14/+0 | |
| selectors (#25390) | |||||
| 2018-01-21 | ignore case (#25373) | denisx | 1 | -1/+1 | |
| Less on 2 symbols | |||||
| 2018-01-21 | Update dropdown.js to allow referenceElement (#25219) | 719media | 1 | -8/+17 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 11 | -21/+21 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 12 | -337/+196 | |
