| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-29 | add unit tests for our carousel | Johann-S | 1 | -0/+44 | |
| 2018-10-29 | add unit test to test tabs can be removed without throwing error | Johann-S | 1 | -0/+45 | |
| 2018-10-28 | calculate modal transition duration based on modal-dialog element | Johann-S | 1 | -0/+46 | |
| 2018-10-21 | test(Modal): reuse _getScrollbarWidth in tests | Andrew Luca | 1 | -8/+1 | |
| 2018-10-20 | avoid drag img | Johann-S | 1 | -9/+11 | |
| 2018-10-20 | Set touch-action to "none" | patrickhlauke | 1 | -1/+1 | |
| Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox. | |||||
| 2018-10-20 | Use correct touch-action values | patrickhlauke | 1 | -1/+1 | |
| - my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle... | |||||
| 2018-10-20 | use pointer events if available | Johann-S | 1 | -3/+122 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 4 | -50/+36 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 5 | -7/+146 | |
| 2018-10-20 | Add `show` and `hide` methods to dropdown (#27370) | galczo5 | 1 | -0/+264 | |
| 2018-10-14 | js/tests/visual: fix popper script. | XhmikosR | 5 | -5/+5 | |
| Broken after 787441d. | |||||
| 2018-10-14 | Fix invalid selectors in tests and examples. | XhmikosR | 1 | -1/+1 | |
| 2018-09-18 | feature(carousel): carousel-item interval (#26667) | Christopher Morrissey | 1 | -0/+48 | |
| adds the ability to assign data-interval to an individual carousel-item | |||||
| 2018-09-18 | docs: use the bundle dist file. | XhmikosR | 2 | -2/+2 | |
| 2018-09-14 | Use https in more places and fix a few redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-09-13 | throw error when folks try to use a bad selector | Johann-S | 4 | -49/+42 | |
| 2018-09-13 | refactor karma config in one file | Johann-S | 3 | -169/+128 | |
| 2018-09-13 | do not use coverage files on browserstack | Johann-S | 1 | -3/+3 | |
| 2018-09-10 | collapse children with no data-parent | Johann-S | 1 | -0/+34 | |
| 2018-08-31 | add information about valid selectors (#27137) | Johann-S | 1 | -25/+0 | |
| 2018-08-30 | move away from sauce labs to browserstack | Johann-S | 2 | -0/+133 | |
| 2018-08-12 | fix(util): use querySelector for ids | Johann-S | 1 | -0/+13 | |
| 2018-08-07 | fix(util): use getElementById when it's possible | Johann-S | 1 | -0/+12 | |
| 2018-07-23 | fix(tests): visual plugins tests | Johann-S | 10 | -24/+22 | |
| 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 | fix(modal): fix unit test and resetting style | Johann-S | 1 | -1/+2 | |
| 2018-07-11 | fix(modal): removes .navbar-toggler margin | Catalin Zalog | 1 | -42/+0 | |
| 2018-06-25 | fix(tooltip): get tip on placement change | Johann-S | 1 | -0/+23 | |
| 2018-06-25 | feat(dropdown): add original click event | jakubhonisek | 1 | -0/+68 | |
| 2018-06-01 | fix(collapse): xss in parent option | Johann-S | 1 | -0/+14 | |
| 2018-06-01 | fix(tooltip): xss in container option | Johann-S | 1 | -20/+33 | |
| 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-13 | fix issue related to Object.keys and Dropdown issue | Johann-S | 1 | -21/+21 | |
| 2018-04-12 | Docs/examples: change links to Sass documentation and example.com to https | Swardu | 1 | -1/+1 | |
| 2018-04-10 | v4 improve coverage (#25945) | Johann-S | 6 | -5/+210 | |
| * 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-02 | Use https when possible. | XhmikosR | 1 | -1/+1 | |
| 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 | 1 | -19/+21 | |
| 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 | 5 | -107/+206 | |
| 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 | 1 | -14/+5 | |
