aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke1-7/+7
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR11-11/+11
2018-12-21Prep for v4.2.0 releaseMark Otto11-11/+11
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#2...XhmikosR11-11/+11
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke11-11/+11
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S1-1/+21
2018-12-05fix regression about using element for tooltip container optionJohann-S1-2/+8
2018-11-20Remove holder.js.XhmikosR1-2/+2
2018-11-13Update toast documentation following pull #27155Laussel LOïc1-3/+0
2018-11-13Remove the show delay for our toast pluginJohann-S1-5/+1
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the co...Laussel Loïc1-2/+8
2018-11-13Fix toast documentation page.Johann-S1-1/+5
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+69
2018-10-20swipe left/right without hammerjsJohann-S1-1/+0
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-0/+1
2018-10-14js/tests/visual: fix popper script.XhmikosR5-5/+5
2018-10-14Fix invalid selectors in tests and examples.XhmikosR1-1/+1
2018-07-23fix(tests): visual plugins testsJohann-S10-24/+22
2018-06-01fix(collapse): xss in parent optionJohann-S1-0/+14
2018-06-01fix(tooltip): xss in container optionJohann-S1-20/+33
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu1-1/+1
2018-03-13Variable transition durations (#25662)Martijn Cuppens2-0/+44
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-2/+13
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-3/+15
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-0/+26
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error s...patrickhlauke1-3/+0
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S1-0/+48
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR10-12/+11
2017-10-10Modal plugin set _isTransitioning after the trigger of hide eventJohann-S1-0/+22
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR10-10/+10
2017-10-01js/tests/visual/tab.html: fix HTML validation errors. (#24183)XhmikosR1-4/+4
2017-09-26Normalize all links. (#24109)XhmikosR1-3/+3
2017-08-25Fix XSS in data-targetJohann-S1-0/+4
2017-08-25Collapse - preventDefault only on <a> elements not inside the collapsibleJohann-S1-1/+1
2017-06-25update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-lightMark Otto1-1/+1
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar e...Mark Otto3-3/+3
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto2-6/+6
2017-06-04Update path to our docs assets for visual testsJohann-S9-14/+15
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela1-1/+1
2017-05-24Placement auto for popoversJohann-S1-0/+4
2017-05-24Placement auto for tooltipsJohann-S1-0/+3
2017-05-22Better management of dropdown/dropup with alignmentJohann-S1-10/+28
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S1-11/+37
2017-05-14Fix dropdown in scrollspy visual test (add Popper.js)Johann-S1-0/+1
2017-05-14Better placement for Dropdown + Handle flip of Tooltip/PopoverJohann-S1-1/+1
2017-05-14Handle dropup for DropdownJohann-S1-0/+13
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S1-0/+18
2017-05-14Begin to use Popper for DropdownJohann-S1-0/+1
2017-05-14Fix arrow for tooltip and popoverJohann-S1-0/+3
2017-05-14Begin to add arrow to Popover and TooltipJohann-S1-1/+1