| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2018-01-08 | Check for window before window.QUnit (#25199) | Łukasz | 1 | -1/+1 | |
| 2018-01-03 | Multiple accordion support (#25161) | Martijn Cuppens | 1 | -2/+3 | |
| 2017-12-31 | Allow nested structure for accordions (#25121) | Martijn Cuppens | 1 | -1/+5 | |
| This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation. | |||||
| 2017-12-31 | Update devDependencies and gems. (#25083) | XhmikosR | 1 | -0/+1 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 11 | -21/+21 | |
| 2017-12-12 | tooltip+popover: add boundary config option (#24979) | Troy Morehouse | 1 | -2/+7 | |
| 2017-12-12 | dropdown: add boundary config option (#24976) | Troy Morehouse | 1 | -3/+15 | |
| 2017-12-07 | Use only transitionend event (#24962) | Mr_Green | 1 | -15/+2 | |
| 2017-11-26 | tab.js: do not remove fade class if there's no initial active pane | Alessandro Chitolina | 1 | -14/+4 | |
| 2017-11-15 | Simplify spread (#24774) | Vasilii Artemchuk | 2 | -16/+10 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 7 | -50/+82 | |
| 2017-11-07 | Escape ID in Util.getSelectorFromElement (#24700) | Johann-S | 1 | -0/+13 | |
| 2017-11-07 | Popover - call `content` once if it's a function. (#24690) | Johann-S | 1 | -4/+6 | |
| 2017-10-30 | Do not create a Popper.js instance when we don't need it | Johann-S | 1 | -21/+18 | |
| 2017-10-29 | Throw error about Popper.js only when it's needed because some of our ↵ | Johann-S | 2 | -17/+15 | |
| plugins don't use it (#24573) | |||||
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 1 | -2/+12 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-27 | Fix unit tests. | Johann-S | 1 | -14/+1 | |
| 2017-10-27 | Dropdown handle keydown on input and textarea. | Pierre-Denis Vanduynslager | 1 | -2/+24 | |
| 2017-10-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 12 | -29/+23 | |
| 2017-10-23 | Clean up transitionEnd properties. (#24511) | XhmikosR | 1 | -2/+0 | |
| We don't support Opera 12, and Firefox's property was the unprefixed one. | |||||
| 2017-10-23 | Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵ | Johann-S | 12 | -11/+18 | |
| (#24513) | |||||
| 2017-10-19 | fix version number | Mark Otto | 11 | -21/+21 | |
| 2017-10-19 | new version number | Mark Otto | 11 | -21/+21 | |
| 2017-10-19 | Make 1.9.1 the minimum jQuery version again. (#24434) | XhmikosR | 1 | -4/+8 | |
| 2017-10-10 | Modal plugin set _isTransitioning after the trigger of hide event | Johann-S | 1 | -6/+6 | |
| 2017-10-04 | Fix modal bug | lucascono | 1 | -1/+1 | |
| Fix for issue #24117 | |||||
| 2017-10-04 | Use imported jQuery object | Johann-S | 12 | -13/+13 | |
| 2017-10-03 | Offset option for dropdown can be function (#24222) | Roman O | 1 | -4/+11 | |
| * Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method | |||||
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 2 | -7/+18 | |
| 2017-09-24 | Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵ | Patrick H. Lauke | 1 | -2/+6 | |
| with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect) | |||||
