| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 36 | -56/+56 | |
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 3 | -6/+6 | |
| With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. | |||||
| 2018-07-11 | dist | Mark Otto | 6 | -25/+20 | |
| 2018-07-11 | fix(modal): fix unit test and resetting style | Johann-S | 2 | -10/+6 | |
| 2018-07-11 | fix(modal): removes .navbar-toggler margin | Catalin Zalog | 2 | -55/+3 | |
| 2018-06-25 | fix(tooltip): get tip on placement change | Johann-S | 2 | -2/+27 | |
| 2018-06-25 | feat(dropdown): add original click event | jakubhonisek | 2 | -0/+72 | |
| 2018-06-21 | dist | Mark Otto | 20 | -76/+98 | |
| 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 | 2 | -1/+15 | |
| 2018-06-01 | fix(tooltip): xss in container option | Johann-S | 2 | -21/+34 | |
| 2018-05-22 | fix(tooltip): remove useless unit test | Johann-S | 1 | -40/+0 | |
| 2018-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 13 | -3/+22 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 36 | -56/+56 | |
| 2018-04-29 | dist | Mark Otto | 12 | -13/+15 | |
| 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 | 5 | -25/+25 | |
| 2018-04-12 | Docs/examples: change links to Sass documentation and example.com to https | Swardu | 1 | -1/+1 | |
| 2018-04-12 | modal use global scope for default | MietekN | 1 | -1/+1 | |
| 2018-04-10 | v4 improve coverage (#25945) | Johann-S | 7 | -7/+214 | |
| * 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 | Clean up globals. | XhmikosR | 1 | -4/+4 | |
| Also, add a missing license header in build/workbox.js. | |||||
| 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) | |||||
