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
AgeCommit message (Expand)Author
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot
2022-03-10Carousel: rename private propertyGeoSot
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
2021-12-21Carousel: move repeated code to a methodGeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-06-22fix(carousel): arrow keys break animation if carousel sliding (#34307)alpadev
2021-06-16Fix carousel buttons (#34266)alpadev
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
2021-04-07Fix wrong carousel transformation, direction to order (#33499)GeoSot
2021-03-17Fix carousel RTL and refactor code, fix rtl swipe issues (#32913)GeoSot
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma
2021-02-16Add tests for `DATA_KEY` (#33090)GeoSot
2021-02-12Add the missing expectations for touch events (#33060)Rohit Sharma
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang
2021-01-29Make carousel indicators actual buttonsPatrick H. Lauke
2021-01-27Carousel: use buttons, not links, for prev/next controls (#32627)Patrick H. Lauke
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2020-12-18test(carousel): french word in the wild (#32528)Gaƫl Poupard
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR
2020-11-29create a base componentJohann-S
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR