Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-29Rename variablesXhmikosR
2021-12-01tests/browsers.js: remove unneeded exportXhmikosR
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR
This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR
2021-03-10@rollup/plugin-replace: specify `preventAssignment: true` (#33329)XhmikosR
This is to fix a warning since the option will be set to true in the next major version of the plugin
2021-02-16Simplify karma.conf.js (#33045)XhmikosR
`customLaunchers` does not seem to be needed.
2021-01-13JS: update karma config (#32769)XhmikosR
* rename constants * enforce the constants to be Boolean * fix karma `logLevel`
2020-12-18Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)dependabot[bot]
* 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] <support@github.com> * Update karma.conf.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-06Update to popper.js v2.xJohann-S
2020-11-18Update karma.conf.js (#32182)XhmikosR
When we are on CI, this statement won't be reached.
2020-11-17Handle Chromium to run Karma (#32178)Gaƫl Poupard
* chore(karma): handle Chromium to run tests * Update karma.conf.js Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-09karma.conf.js: break lines (#32093)XhmikosR
2020-11-05Remove the now unneeded polyfills.XhmikosR
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR
2020-07-07Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)XhmikosR
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR
2020-05-12coverage: ignore node_modulesXhmikosR
2020-05-06add unit tests to ensure our plugins works in jqueryJohann-S
2020-05-05Revert "Update karma.conf.js"XhmikosR
This reverts commit b8abded0afe78519c4c2a185d30e8cf245ed243f.
2020-05-04Move babel whitelist helpers to a common file (#30723)XhmikosR
2020-05-04Update karma.conf.jsXhmikosR
Use the recommended karma-browserstack-launcher settings
2020-03-25fix babel config in our filesJohann-S
2019-12-25Switch to @rollup/plugin-node-resolve (#29851)XhmikosR
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR
2019-10-03return to the original file structure to avoid breaking modularityJohann-S
2019-08-29Minor lint tweaks. (#29328)XhmikosR
2019-07-23rewrite dropdown unit testsJohann-S
2019-07-23rewrite carousel unit testsJohann-S
2019-07-23Switch from QUnit to Jasmine.Johann-S
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR
2019-05-08improve build plugin script to keep file nameJohann-S
2019-04-01karma.conf.js: switch to `CI === true`. (#28588)XhmikosR
2019-03-18Add back support for IE 11Johann-S
2019-03-11Comply to the new rules.XhmikosR
2019-02-26karma.conf.js: minor simplification.XhmikosR
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S
2019-02-26move util in a util folder with the sanitizerJohann-S
2019-02-20chore(update): bump to 4.1.3Johann-S
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S
2019-02-20refactor(polyfill): a file for polyfillsJohann-S
2019-02-20fix(data): increase coverage for dataJohann-S
2019-02-20fix chores karmaJohann-S
2019-01-17use absolute path to output lcov file for coveralls (#28075)Johann-S
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR
2018-12-14Make use of the package.json `version_short` property more.XhmikosR
2018-10-29update our coverage required for branches and functionsJohann-S
2018-10-20swipe left/right without hammerjsJohann-S
2018-10-20Add touch support in our carousel with HammerJS.Johann-S
2018-09-18docs: use the bundle dist file.XhmikosR
2018-09-13refactor karma config in one fileJohann-S