aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Use `getOrCreateInstance` on `_initializeOnDelegatedTarget`GeoSot1-9/+1
2021-07-22`_getDelegateConfig()`: add a comment and remove an unneeded config checkGeoSot1-5/+6
2021-07-22use a class private getter to decouple same methods usageGeoSot2-15/+9
2021-07-21Remove whitespace at beginning of util/index.js (#34545)Ryan Berliner1-1/+0
2021-07-20Fix `Util.reflow` function and add documentation (#34543)GeoSot2-3/+15
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using `bs-t...GeoSot2-3/+36
2021-07-14util.js: remove `Selector.findOne()` dependency (#34441)GeoSot1-2/+1
2021-07-05Add horizontal collapse supportMark Otto2-2/+3
2021-06-29Accept argument of different types in the `getInstance` method (#34333)Jeremy Jackson2-1/+15
2021-06-28Changes to Alert component to match the others (#33402)GeoSot2-50/+40
2021-06-25Variablize backdrop for modal and offcanvasMark Otto3-36/+55
2021-06-22ScrollSpy: Make Proper use of the SelectorEngineGeoSot2-36/+8
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR57-486/+681
2021-06-22Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` (...alpadev2-3/+21
2021-06-22fix(carousel): arrow keys break animation if carousel sliding (#34307)alpadev2-15/+81
2021-06-16Fix carousel buttons (#34266)alpadev2-1/+36
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot6-112/+135
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot26-118/+602
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev7-87/+200
2021-05-31Changing Backdrop rootElement to default to a string (#34092)Ryan Weaver2-6/+7
2021-05-25Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071)GeoSot5-15/+9
2021-05-24Fix prevented show event disables modals with fade class from being displayed...alpadev2-6/+35
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev4-22/+57
2021-05-22fix test of #34014 (#34070)GeoSot1-14/+16
2021-05-22Fix bug where backdrop calls method on null if it is already removed from the...Ryan Weaver2-1/+24
2021-05-20Refactor `isVisible` helper, fixing false positives from deep nesting or alte...Ryan Berliner2-13/+52
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot3-245/+127
2021-05-20Allow use of `dispose/hide` methods on Tooltip & Popover from jQueryInterface...GeoSot4-38/+0
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot4-31/+76
2021-05-18Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928)GeoSot2-1/+55
2021-05-18Don't add empty content holder when there is no content available (#33982)Rohit Sharma2-1/+59
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR57-755/+545
2021-05-13Move get element functionality to a helper (#33327)GeoSot8-49/+85
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot3-41/+41
2021-05-11Fix test warning for dropdown, without expectations (#33938)GeoSot1-0/+1
2021-05-11Fix offcanvas test to expect the initial body `overflow` value (#33927)GeoSot1-1/+2
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot16-53/+167
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...alpadev2-12/+32
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot9-52/+6
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul13-67/+67
2021-05-11Prevent toast autohiding if focusing or hovering (#33221)Ryan Berliner2-6/+229
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot9-107/+47
2021-05-10Fix backdrop `rootElement` not initialized in Modal (#33853)Nagarjun Bodduna2-29/+45
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR57-466/+754
2021-04-25Scrollbar: respect the initial body overflow value (#33706)GeoSot5-26/+113
2021-04-25Add missing test for clicking select option in a dropdown (#33734)alpadev1-0/+41
2021-04-21Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)Carson Sievert2-1/+28
2021-04-20Offcanvas.js: If scroll is allowed, should allow focus on other elements (#33...GeoSot2-1/+35
2021-04-20Tab.js: Fixes on click handling (#33586)GeoSot2-55/+77
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma2-11/+110