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
path: root/js
AgeCommit message (Expand)Author
2018-06-25fix(tooltip): get tip on placement changeJohann-S
2018-06-25feat(dropdown): add original click eventjakubhonisek
2018-06-22distMark Otto
2018-06-03refactor(plugins): query elements without jqueryJohann-S
2018-06-01refactor(plugins): improve how we query elementsJohann-S
2018-06-01fix(scrollspy): xss in target optionJohann-S
2018-06-01fix(collapse): xss in parent optionJohann-S
2018-06-01fix(tooltip): xss in container optionJohann-S
2018-05-22fix(tooltip): remove useless unit testJohann-S
2018-05-22chore(deps): update qunit and karma-qunitJohann-S
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto
2018-04-30distMark Otto
2018-04-16Bump version to 4.1.0 for remaining files.XhmikosR
2018-04-13fix issue related to Object.keys and Dropdown issueJohann-S
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu
2018-04-12modal use global scope for defaultMietekN
2018-04-10v4 improve coverage (#25945)Johann-S
2018-04-09Clean up globals.XhmikosR
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
2018-04-02Use https when possible.XhmikosR
2018-03-31distMark Otto
2018-03-30fix bundle and run test against itJohann-S
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik
2018-03-21Remove the local jquery-1.9.1.min.js.XhmikosR
2018-03-21tests: load 3rd-party libs from the local node_modules folder.XhmikosR
2018-03-21Update all devDependencies.XhmikosR
2018-03-21Use sinon from cdnjs.XhmikosR
2018-03-21tests: use QUnit from the jQuery CDN.XhmikosR
2018-03-21throw error when coverage is under our thresholdsJohann-S
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S
2018-03-13Add Sinon to do better unit testJohann-S
2018-03-13fix get the transition duration parentJohann-S
2018-03-13Variable transition durations (#25662)Martijn Cuppens
2018-03-06Add a bit of documentation on how to run the code coverage (#25783)Johann-S
2018-03-05add code coverageJohann-S
2018-03-04distMark Otto
2018-03-03Fix leftover reference to v4.0.0-alpha.6Ed Morley
2018-02-25Remove unused variable (#25670)Martijn Cuppens
2018-02-24distMark Otto
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens
2018-02-20distMark Otto
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens
2018-02-12Dropdown - Allow to disable Popper.js style (#24092)Johann-S
2018-02-12distMark Otto
2018-01-21Remove escaping selector and add a warning to inform folks to escape their se...Johann-S
2018-01-21ignore case (#25373)denisx
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media
2018-01-18Bump version to 4.0.0Mark Otto
2018-01-12distMark Otto
2018-01-11Comply to the new rules.XhmikosR