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/src
AgeCommit message (Expand)Author
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S
2018-03-13fix get the transition duration parentJohann-S
2018-03-13Variable transition durations (#25662)Martijn Cuppens
2018-03-03Fix leftover reference to v4.0.0-alpha.6Ed Morley
2018-02-25Remove unused variable (#25670)Martijn Cuppens
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens
2018-02-12Dropdown - Allow to disable Popper.js style (#24092)Johann-S
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-11Comply to the new rules.XhmikosR
2018-01-08Check for window before window.QUnit (#25199)Ɓukasz
2018-01-03Multiple accordion support (#25161)Martijn Cuppens
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens
2017-12-31Update devDependencies and gems. (#25083)XhmikosR
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto
2017-12-12tooltip+popover: add boundary config option (#24979)Troy Morehouse
2017-12-12dropdown: add boundary config option (#24976)Troy Morehouse
2017-12-07Use only transitionend event (#24962)Mr_Green
2017-11-26tab.js: do not remove fade class if there's no initial active paneAlessandro Chitolina
2017-11-15Simplify spread (#24774)Vasilii Artemchuk
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S
2017-11-07Popover - call `content` once if it's a function. (#24690)Johann-S
2017-10-30Do not create a Popper.js instance when we don't need itJohann-S
2017-10-30Throw error about Popper.js only when it's needed because some of our plugins...Johann-S
2017-10-30Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S
2017-10-27Fix unit tests.Johann-S
2017-10-27Dropdown handle keydown on input and textarea.Pierre-Denis Vanduynslager
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S
2017-10-23Clean up transitionEnd properties. (#24511)XhmikosR
2017-10-23Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (...Johann-S
2017-10-19fix version numberMark Otto
2017-10-19new version numberMark Otto
2017-10-19Make 1.9.1 the minimum jQuery version again. (#24434)XhmikosR
2017-10-10Modal plugin set _isTransitioning after the trigger of hide eventJohann-S
2017-10-04Fix modal buglucascono
2017-10-04Use imported jQuery objectJohann-S
2017-10-03Offset option for dropdown can be function (#24222)Roman O
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S
2017-09-24Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs wit...Patrick H. Lauke
2017-09-17fix(scrollspy): Spying on nested navs fails to activate for .nav-link's insid...Troy Morehouse
2017-09-11Remove not necessary condition in tooltip.jsvsn4ik
2017-09-09Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tagPatrick Yeo
2017-09-07Remove placement attribute from our Dropdown pluginJohann-S
2017-09-03Merge branch 'v4-dev' into fix-jumping-modal-on-resizeJohann-S