aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto13-24/+24
2018-12-21Prep for v4.2.0 releaseMark Otto13-24/+24
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-10fix fade animation for toastJohann-S1-5/+10
2018-12-10Change button checkbox/radios to ignore hidden input fields (#27802)Mike Vastola1-1/+1
2018-12-06Remove nonsensical boolean check (#27787)Patrick H. Lauke1-2/+1
...as it always evaluates to true
2018-12-05Add aria-modal to modals (#27780)Patrick H. Lauke1-0/+2
Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S2-1/+25
2018-12-05fix regression about using element for tooltip container optionJohann-S1-2/+13
2018-11-23Fix body scrolling issue when modal open (#27698)ysds1-2/+2
2018-11-20Allows both OL and UL lists for tab buttonsTieson Trowbridge1-2/+2
2018-11-14some cleaning and changes for readabilityJohann-S12-284/+273
2018-11-13Remove the show delay for our toast pluginJohann-S1-25/+12
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc1-21/+45
component (#27155)
2018-11-13Create toast JS plugin, add unit tests.Johann-S2-0/+213
2018-11-04Replace touch-action: none with pan-y, remove preventDefault from touch ↵patrickhlauke1-3/+0
event handling
2018-11-02handle detached tooltip when we try to hide a modalJohann-S1-5/+9
2018-10-30test(Modal): check if modal is disposedAndrew Luca1-2/+10
2018-10-30refactor(Modal): add `_isTransitioning` default valueAndrew Luca1-2/+4
Having variables initialised from start `_isTransitioning` is better. Would be better to add an eslint rule to check for undeclared variables use. Reordered enter checks for `show` and `hide` by priority.
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens1-2/+6
2018-10-29add unit tests for our carouselJohann-S1-9/+6
2018-10-29Update tab.jsdercodercom1-1/+1
I'm using Tab.js with remove function and get an error "TypeError: container is undefined [more info]", with this check the error is fixed.
2018-10-29fix tab fade out (#27533)Martijn Cuppens1-1/+2
2018-10-28calculate modal transition duration based on modal-dialog elementJohann-S1-1/+1
2018-10-21Fix typo in the Popper.js checks. (#27488)XhmikosR2-2/+2
2018-10-20avoid drag imgJohann-S1-0/+3
2018-10-20Refactor (and correct) start/move/end functionspatrickhlauke1-17/+13
in particular, no need to use originEvent, and preventDefault() only needed for touch events
2018-10-20Remove unnecessary pointer event listenerspatrickhlauke1-2/+0
these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance
2018-10-20Abandon swipe altogether if more than one touch detectedpatrickhlauke1-3/+4
2018-10-20use pointer events if availableJohann-S1-19/+58
2018-10-20swipe left/right without hammerjsJohann-S1-34/+66
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-17/+37
2018-10-20Add `show` and `hide` methods to dropdown (#27370)galczo51-0/+46
2018-09-26remove useless iifeJohann-S12-3095/+3053
2018-09-18feature(carousel): carousel-item interval (#26667)Christopher Morrissey1-0/+8
adds the ability to assign data-interval to an individual carousel-item
2018-09-13throw error when folks try to use a bad selectorJohann-S1-6/+3
2018-09-10collapse children with no data-parentJohann-S1-9/+14
2018-08-31add information about valid selectors (#27137)Johann-S1-8/+1
2018-08-12Use ES6 arrow function.XhmikosR10-10/+10
2018-08-12fix(util): use querySelector for idsJohann-S1-1/+1
2018-08-07fix(util): use getElementById when it's possibleJohann-S1-2/+10
2018-08-02Fix dispose causing popover title to changejarstelfox1-1/+1
see: https://github.com/twbs/bootstrap/issues/26847 in v4, destroy was replaced by dispose
2018-07-24Ship v4.1.3v4.1.3Mark Otto12-22/+22
2018-07-12Ship v4.1.2Mark Otto12-22/+22
2018-07-11fix(modal): fix unit test and resetting styleJohann-S1-9/+4
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog1-13/+3
2018-06-25fix(tooltip): get tip on placement changeJohann-S1-2/+4
2018-06-25feat(dropdown): add original click eventjakubhonisek1-0/+4
2018-06-03refactor(plugins): query elements without jqueryJohann-S9-47/+67
2018-06-01refactor(plugins): improve how we query elementsJohann-S6-26/+34
2018-06-01fix(scrollspy): xss in target optionJohann-S1-1/+1