aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02gruntMark Otto8-16/+53
2016-12-02[V4] Throw error when a plugin is in transition (#17823)Johann8-23/+144
* Throw error when a plugin is in transition * Add unit tests about plugins in transition
2016-11-29gruntMark Otto2-1/+6
2016-11-29Hide popovers when their containing modal is closed. (#21227)Bardi Harborow1-0/+6
2016-11-28gruntMark Otto2-5/+2
2016-11-28Use multi-selector to remove the same event handler (#20642)Juno_okyo1-4/+1
2016-11-28Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into ↵Mark Otto9-23/+12
J2TeaM-v4-js-carousel
2016-11-28gruntMark Otto2-2/+2
2016-11-27Closes #21055: Prevents ScrollSpy from clearing active item when Safari ↵Rob Ruana2-1/+45
rubberbands (#21056) When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item.
2016-11-26gruntMark Otto2-4/+8
2016-11-26Merge branch 'container-tooltip-option' into v4-devMark Otto1-3/+7
2016-11-26gruntMark Otto4-5/+4
2016-11-26Merge pull request #18900 from vlastikcz/v4-dev-buttonChangeMark Otto2-1/+21
Button toggling - trigger change event on input. Fixes #16673, fixes #17599.
2016-11-26Merge pull request #19058 from Johann-S/carouselInputMark Otto2-2/+33
Carousel - Do not prevent on keydown for input and textarea
2016-11-26gruntMark Otto1-1/+1
2016-11-26Follow up fix to #19953 for linting error in buildsMark Otto1-1/+1
See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure
2016-11-26gruntMark Otto2-2/+2
2016-11-26Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵Mark Otto2-1/+23
maxbeatty-v4-dev-18796
2016-11-26gruntMark Otto2-6/+2
2016-11-26Dropdown perf - on keyboard nav, find active item in the active dropdown ↵Pierre-Denis Vanduynslager1-5/+1
rather than the whole document (#19953)
2016-11-26Implement container option for tooltips and popovers.andyexeter1-3/+7
2016-11-25Add test unit to check logic of ignoreBackdropClick (#18245)Johann1-0/+13
2016-11-25Added a virtual testmatus3-3/+14
2016-11-25Scrollspy selecting the last element when at the bottom of the page (fixes ↵matus1-1/+7
#17739)
2016-11-25gruntMark Otto17-30/+30
2016-11-25Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto24-458/+496
bardiharborow-eslint
2016-11-25[Fix #17371][V4] Deactivating dropdown links in nav tab (#17642)Matt Hernandez2-1/+33
* Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow22-260/+234
2016-11-24Refactor ESLint configuration.Bardi Harborow2-198/+262
2016-11-13Update visual tests.Bardi Harborow10-790/+760
2016-10-31gruntMark Otto2-6/+10
2016-10-31Responsive display utilities (#20934)Mark Otto2-10/+6
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-31gruntMark Otto12-47/+88
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann3-0/+28
2016-10-31Move from $.proxy to es6 arrow functions. (#21049)Bardi Harborow6-18/+14
2016-10-30gruntMark Otto2-2/+2
2016-10-30Fix #17964 (#17997)Ilias1-1/+1
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
2016-10-28Merge pull request #17536 from Johann-S/testPaddingMark Otto1-0/+38
[Fix #17400] Add tests about padding restoration
2016-10-27gruntMark Otto14-47/+47
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S14-101/+101
2016-10-24Merge pull request #20467 from maxbeatty/v4-dev-17754Mark Otto2-5/+21
add support for ol in tab plugin
2016-10-24Merge pull request #18847 from Johann-S/fix18824Mark Otto2-1/+24
Fix bug multiple accordions collapse
2016-10-19gruntMark Otto11-11/+11
2016-10-19version bump to alpha 5Mark Otto22-42/+42
2016-10-19Fix bug multiple accordions collapseJohann-S2-1/+24
2016-10-16gruntMark Otto4-4/+4
2016-10-12v4: Fix outdated utilites classesvsn4ik3-9/+9
2016-10-11Collapse using card componentJohann-S4-58/+58
2016-10-10Merge pull request #17614 from Johann-S/patchTooltipMark Otto1-1/+1
[Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface
2016-10-09gruntMark Otto2-2/+2