| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 33 | -53/+53 | |
| 2018-01-11 | dist | Mark Otto | 24 | -95/+94 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 23 | -1738/+1773 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 3 | -257/+3 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2018-01-08 | Check for window before window.QUnit (#25199) | Łukasz | 1 | -1/+1 | |
| 2018-01-03 | dist | Mark Otto | 2 | -3/+5 | |
| 2018-01-03 | Multiple accordion support (#25161) | Martijn Cuppens | 2 | -2/+78 | |
| 2018-01-01 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-31 | Allow nested structure for accordions (#25121) | Martijn Cuppens | 2 | -11/+53 | |
| 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-30 | dist | Mark Otto | 2 | -2/+3 | |
| 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 | 33 | -53/+53 | |
| 2017-12-22 | dist | Mark Otto | 18 | -60/+75 | |
| 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 | 2 | -3/+59 | |
| 2017-12-07 | Use only transitionend event (#24962) | Mr_Green | 1 | -15/+2 | |
| 2017-11-29 | Update README.md (#24912) | Johann-S | 1 | -1/+1 | |
| 2017-11-26 | tab.js: do not remove fade class if there's no initial active pane | Alessandro Chitolina | 2 | -14/+37 | |
| 2017-11-23 | Allow us to run our unit test on differents jquery version | Johann-S | 4 | -6/+75 | |
| 2017-11-15 | Correct spelling mistakes. (#24778) | Edward Betts | 1 | -1/+1 | |
| 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-09 | Use native pseudo-selectors instead of jQuery selectors (#24713) | Vasilii Artemchuk | 2 | -37/+37 | |
| 2017-11-07 | upgrade to node 8.9.x and dist | Mark Otto | 4 | -4/+23 | |
| 2017-11-08 | Update devDependencies. | XhmikosR | 2 | -12/+25 | |
| 2017-11-07 | Fix test failure with jQuery 1.9.1 (#24706) | XhmikosR | 1 | -1/+1 | |
| 2017-11-07 | Escape ID in Util.getSelectorFromElement (#24700) | Johann-S | 2 | -1/+27 | |
| 2017-11-07 | Popover - call `content` once if it's a function. (#24690) | Johann-S | 2 | -4/+27 | |
| 2017-10-31 | Remove invalid example of `title` attribute in an SVG and related vnu error ↵ | patrickhlauke | 1 | -3/+0 | |
| suppression | |||||
| 2017-10-30 | dist | Mark Otto | 2 | -26/+21 | |
| 2017-10-30 | Do not create a Popper.js instance when we don't need it | Johann-S | 1 | -21/+18 | |
| 2017-10-29 | dist | Mark Otto | 4 | -22/+31 | |
| 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 | 2 | -2/+60 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-28 | dist | Mark Otto | 2 | -2/+9 | |
| 2017-10-27 | Fix unit tests. | Johann-S | 2 | -155/+185 | |
| 2017-10-27 | Dropdown handle keydown on input and textarea. | Pierre-Denis Vanduynslager | 2 | -7/+165 | |
| 2017-10-25 | dist | Mark Otto | 24 | -26/+24 | |
| 2017-10-25 | Add unit tests for util.js | Johann-S | 2 | -0/+58 | |
| 2017-10-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 14 | -49/+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 | 14 | -11/+38 | |
| (#24513) | |||||
| 2017-10-22 | Tighten htmllint's rules. (#24471) | XhmikosR | 11 | -13/+12 | |
| 2017-10-19 | fix version number | Mark Otto | 33 | -53/+53 | |
| 2017-10-19 | new version number | Mark Otto | 33 | -53/+53 | |
| 2017-10-19 | dist | Mark Otto | 2 | -5/+8 | |
| 2017-10-19 | Make 1.9.1 the minimum jQuery version again. (#24434) | XhmikosR | 1 | -4/+8 | |
| 2017-10-15 | dist | Mark Otto | 24 | -36/+46 | |
| 2017-10-10 | Modal plugin set _isTransitioning after the trigger of hide event | Johann-S | 2 | -6/+28 | |
| 2017-10-07 | Update js/tests/README.md (#24281) | Vasilii Artemchuk | 1 | -4/+4 | |
