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
2017-08-18Update devDependencies and fix a typo in comment. (#23534)XhmikosR
2017-08-17Carousel - do not call next when the carousel or the parent isn't visibleJohann-S
2017-08-11Improve previous selector for nested tabsJohann-S
2017-08-11When we show our tabs element use children to be more restrictiveJohann-S
2017-08-11tabs: make the `active` selector more restrictive again.XhmikosR
2017-08-11bump to betav4.0.0-betaMark Otto
2017-07-04Dropdown - Disable applyStyle modifier instead of removing inline style appli...Johann-S
2017-06-17Detect if the dropdown is in a navbar or not when update is calledJohann-S
2017-06-17Some .navbar .dropdown-menu optimisation (#22776)Catalin Zalog
2017-06-17Reset Popper.js styles for Dropdowns in navbarJohann-S
2017-06-16fix some errors in our jsJohann-S
2017-06-15Rename popover classesMark Otto
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S
2017-05-31Remove the use of x-arrow attribute for Tooltips/Popovers arrowsJohann-S
2017-05-24Placement auto for popoversJohann-S
2017-05-24Placement auto for tooltipsJohann-S
2017-05-23Use Popper.js to manage arrow positionJohann-S
2017-05-22Better management of dropdown/dropup with alignmentJohann-S
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S
2017-05-14Change fallbackPlacement to flip by default for Tooltips/PopoversJohann-S
2017-05-14Fix bad position for Tooltips with animation at trueJohann-S
2017-05-14Use _jQueryInterface for Dropdown to call toggle methodJohann-S
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S
2017-05-14Allow to disable flip behaviour on Dropdown + documentationJohann-S
2017-05-14Add an update method to allow to update position for Tooltip/Popover/Dropdown...Johann-S
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S
2017-05-14Better placement for Dropdown + Handle flip of Tooltip/PopoverJohann-S
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S
2017-05-14Handle dropup for DropdownJohann-S
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S
2017-05-14Remove constraints option and check every optionsJohann-S
2017-05-14Begin to use Popper for DropdownJohann-S
2017-05-14Fix arrow for tooltip and popoverJohann-S
2017-05-14Add attachment classesJohann-S
2017-05-14Begin to add arrow to Popover and TooltipJohann-S
2017-05-14Use Popper for tooltip and popoverJohann-S
2017-04-28Fix typo removeData for Tabs pluginJoyce Babu
2017-04-26Fix Toggle buttons don't honor [disabled] or .disabledAnna
2017-04-25Detach accordion from card without requiring 'data-children'Pierre Vanduynslager
2017-04-20Fix for copy/paste error in iOS hack to tooltipsPatrick H. Lauke
2017-04-20Tweak iOS hack for dropdownPatrick H. Lauke
2017-04-20Add iOS hack to tooltipsPatrick H. Lauke
2017-04-17Fix carousel "hover" behavior on touch-enabled devicesPatrick H. Lauke
2017-04-14Replace dropdown backdrop hack with cleaner JS-only hackPatrick H. Lauke
2017-04-12Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager
2017-04-12Reword "mobile" to "touch-enabled"Patrick H. Lauke
2017-04-12IndentPierre-Denis Vanduynslager
2017-04-10Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager
2017-04-10Fix collapse.js aria-expanded behaviorPatrick H. Lauke
2017-04-10Only change aria-pressed if it's not an input-based radio or checkbox groupPatrick H. Lauke