| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 33 | -53/+53 | |
| * 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-04-02 | Use https when possible. | XhmikosR | 1 | -1/+1 | |
| 2018-03-31 | dist | Mark Otto | 22 | -114/+111 | |
| 2018-03-29 | fix bundle and run test against it | Johann-S | 3 | -1/+57 | |
| 2018-03-26 | Fix skip element disabled via attribute when using keyboard navigation | vsn4ik | 2 | -20/+22 | |
| 2018-03-21 | Remove the local jquery-1.9.1.min.js. | XhmikosR | 3 | -8/+3 | |
| 2018-03-21 | tests: load 3rd-party libs from the local node_modules folder. | XhmikosR | 1 | -3/+3 | |
| This reduces duplication and the chances to forget to update something. | |||||
| 2018-03-21 | Update all devDependencies. | XhmikosR | 1 | -1/+1 | |
| Kept back karma-qunit and qunitjs because tests fail. | |||||
| 2018-03-21 | Use sinon from cdnjs. | XhmikosR | 2 | -2/+1 | |
| 2018-03-21 | tests: use QUnit from the jQuery CDN. | XhmikosR | 3 | -5499/+2 | |
| 2018-03-21 | throw error when coverage is under our thresholds | Johann-S | 1 | -6/+5 | |
| 2018-03-20 | Use transitionEnd in QUnit since we moved away from PhantomJS | Johann-S | 12 | -161/+224 | |
| 2018-03-13 | Add Sinon to do better unit test | Johann-S | 5 | -6/+16 | |
| 2018-03-13 | fix get the transition duration parent | Johann-S | 2 | -17/+11 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 10 | -66/+167 | |
| 2018-03-06 | Add a bit of documentation on how to run the code coverage (#25783) | Johann-S | 1 | -5/+9 | |
| 2018-03-05 | add code coverage | Johann-S | 1 | -5/+22 | |
| 2018-03-03 | dist | Mark Otto | 4 | -4/+3 | |
| 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-24 | dist | Mark Otto | 6 | -11/+11 | |
| 2018-02-21 | Consistent usage of $(document.body) instead of $('body') (#25671) | Martijn Cuppens | 3 | -8/+8 | |
| 2018-02-19 | dist | Mark Otto | 4 | -7/+32 | |
| 2018-02-19 | Fix carousel transition duration (#25218) | Martijn Cuppens | 2 | -22/+53 | |
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 3 | -5/+55 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-02-11 | dist | Mark Otto | 4 | -22/+16 | |
| 2018-01-21 | Remove escaping selector and add a warning to inform folks to escape their ↵ | Johann-S | 2 | -27/+1 | |
| 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 | 2 | -8/+43 | |
| 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 | |
