| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-30 | Add GitHub SHA in BrowserStack build ID. (#34077) | XhmikosR | 1 | -1/+1 | |
| 2021-03-10 | @rollup/plugin-replace: specify `preventAssignment: true` (#33329) | XhmikosR | 1 | -1/+2 | |
| This is to fix a warning since the option will be set to true in the next major version of the plugin | |||||
| 2021-02-16 | Simplify karma.conf.js (#33045) | XhmikosR | 1 | -10/+6 | |
| `customLaunchers` does not seem to be needed. | |||||
| 2021-01-13 | JS: update karma config (#32769) | XhmikosR | 1 | -16/+18 | |
| * rename constants * enforce the constants to be Boolean * fix karma `logLevel` | |||||
| 2020-12-18 | Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516) | dependabot[bot] | 1 | -1/+1 | |
| * Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v23.0.0...v24.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Update karma.conf.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 1 | -0/+4 | |
| 2020-11-18 | Update karma.conf.js (#32182) | XhmikosR | 1 | -1/+1 | |
| When we are on CI, this statement won't be reached. | |||||
| 2020-11-17 | Handle Chromium to run Karma (#32178) | Gaël Poupard | 1 | -1/+5 | |
| * chore(karma): handle Chromium to run tests * Update karma.conf.js Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-09 | karma.conf.js: break lines (#32093) | XhmikosR | 1 | -2/+8 | |
| 2020-11-05 | Remove the now unneeded polyfills. | XhmikosR | 1 | -10/+0 | |
| 2020-11-01 | karma: stop excluding polyfill.js from istanbul (#30740) | XhmikosR | 1 | -5/+5 | |
| 2020-07-07 | Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249) | XhmikosR | 1 | -2/+3 | |
| 2020-05-26 | Update to `@rollup/plugin-babel` (#30742) | XhmikosR | 1 | -7/+3 | |
| 2020-05-12 | coverage: ignore node_modules | XhmikosR | 1 | -1/+5 | |
| 2020-05-06 | add unit tests to ensure our plugins works in jquery | Johann-S | 1 | -1/+15 | |
| 2020-05-05 | Revert "Update karma.conf.js" | XhmikosR | 1 | -5/+0 | |
| This reverts commit b8abded0afe78519c4c2a185d30e8cf245ed243f. | |||||
| 2020-05-04 | Move babel whitelist helpers to a common file (#30723) | XhmikosR | 1 | -8/+2 | |
| 2020-05-04 | Update karma.conf.js | XhmikosR | 1 | -0/+5 | |
| Use the recommended karma-browserstack-launcher settings | |||||
| 2020-03-25 | fix babel config in our files | Johann-S | 1 | -0/+1 | |
| 2019-12-25 | Switch to @rollup/plugin-node-resolve (#29851) | XhmikosR | 1 | -1/+1 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 1 | -3/+3 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -48/+35 | |
| 2019-08-29 | Minor lint tweaks. (#29328) | XhmikosR | 1 | -5/+4 | |
| 2019-07-23 | rewrite dropdown unit tests | Johann-S | 1 | -1/+3 | |
| 2019-07-23 | rewrite carousel unit tests | Johann-S | 1 | -1/+3 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 1 | -65/+53 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -4/+4 | |
| 2019-05-08 | improve build plugin script to keep file name | Johann-S | 1 | -2/+2 | |
| 2019-04-01 | karma.conf.js: switch to `CI === true`. (#28588) | XhmikosR | 1 | -1/+1 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 1 | -3/+6 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -2/+2 | |
| 2019-02-26 | karma.conf.js: minor simplification. | XhmikosR | 1 | -6/+8 | |
| 2019-02-26 | remove tests for old jQuery 1.9.x compatibility | Johann-S | 1 | -2/+2 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -9/+18 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -4/+4 | |
| 2019-02-20 | fix(manipulator): increase coverage for manipulator | Johann-S | 1 | -0/+10 | |
| 2019-02-20 | refactor(polyfill): a file for polyfills | Johann-S | 1 | -2/+4 | |
| 2019-02-20 | fix(data): increase coverage for data | Johann-S | 1 | -4/+14 | |
| 2019-02-20 | fix chores karma | Johann-S | 1 | -0/+4 | |
| 2019-01-17 | use absolute path to output lcov file for coveralls (#28075) | Johann-S | 1 | -1/+2 | |
| 2019-01-15 | tests: use jQuery from node_modules. (#28059) | XhmikosR | 1 | -6/+3 | |
| 2018-12-14 | Make use of the package.json `version_short` property more. | XhmikosR | 1 | -2/+4 | |
| 2018-10-29 | update our coverage required for branches and functions | Johann-S | 1 | -2/+2 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -6/+5 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -6/+11 | |
| 2018-09-18 | docs: use the bundle dist file. | XhmikosR | 1 | -1/+1 | |
| 2018-09-13 | refactor karma config in one file | Johann-S | 1 | -65/+128 | |
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 1 | -2/+2 | |
| 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-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 1 | -0/+5 | |
| 2018-04-10 | v4 improve coverage (#25945) | Johann-S | 1 | -4/+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 | |||||
