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/tests
AgeCommit message (Expand)Author
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR
2021-09-15Fix Collapse regression of handling toggling between sibling chilldren (#34951)GeoSot
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-09-13tests: fix lint warning (#34950)GeoSot
2021-09-07Typo fixes (#34914)XhmikosR
2021-09-06BrowserStack: add Firefox 60 and Chrome 60 (#34912)XhmikosR
2021-08-30tests: add Offcanvas too in jquery.spec.js (#34841)XhmikosR
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR
2021-08-30Move a few ESLint rules where they are needed.XhmikosR
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot
2021-08-23visual tests: minor fixes (#34802)XhmikosR
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...GeoSot
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-07-29keep parent only as elementGeoSot
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner
2021-07-22handle click event in one place, remove undocumented click listener on elemen...GeoSot
2021-07-20Fix `Util.reflow` function and add documentation (#34543)GeoSot
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using `bs-t...GeoSot
2021-07-06Add horizontal collapse supportMark Otto
2021-06-29Accept argument of different types in the `getInstance` method (#34333)Jeremy Jackson
2021-06-28Changes to Alert component to match the others (#33402)GeoSot
2021-06-25Variablize backdrop for modal and offcanvasMark Otto
2021-06-23ScrollSpy: Make Proper use of the SelectorEngineGeoSot
2021-06-22Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` (...alpadev
2021-06-22fix(carousel): arrow keys break animation if carousel sliding (#34307)alpadev
2021-06-16Fix carousel buttons (#34266)alpadev
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev
2021-05-31Changing Backdrop rootElement to default to a string (#34092)Ryan Weaver
2021-05-24Fix prevented show event disables modals with fade class from being displayed...alpadev
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev
2021-05-22fix test of #34014 (#34070)GeoSot
2021-05-22Fix bug where backdrop calls method on null if it is already removed from the...Ryan Weaver
2021-05-20Refactor `isVisible` helper, fixing false positives from deep nesting or alte...Ryan Berliner
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot
2021-05-20Allow use of `dispose/hide` methods on Tooltip & Popover from jQueryInterface...GeoSot
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot
2021-05-18Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928)GeoSot
2021-05-18Don't add empty content holder when there is no content available (#33982)Rohit Sharma
2021-05-13Move get element functionality to a helper (#33327)GeoSot
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot
2021-05-11Fix test warning for dropdown, without expectations (#33938)GeoSot
2021-05-11Fix offcanvas test to expect the initial body `overflow` value (#33927)GeoSot
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...alpadev
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul