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-01Modal: refactor listeners to reduce some code noise (#35902)GeoSot
2022-03-01Carousel: simplify carousel items selectionGeoSot
2022-03-01Carousel: move `carouselInterface` inside `jqueryInterface`GeoSot
2022-03-01Carousel: move logic of `dataApiClickHandler`GeoSot
2022-03-01Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`GeoSot
2022-03-01Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)dependabot[bot]
2022-03-01Revert "README: About release planning" (#35923)XhmikosR
2022-03-01Dropdown: Simplify dataKeyApiHandler (#35870)GeoSot
2022-03-01Bump actions/setup-node from 2 to 3 (#35925)dependabot[bot]
2022-03-01Update devDependencies (#35922)XhmikosR
2022-03-01fix(forms): color input with validation iconGaël Poupard
2022-03-01fix(tooltips|popovers): RTL arrowsGaël Poupard
2022-03-01Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-...Julien Déramond
2022-03-01.louismaxime.piton
2022-03-01Use the new CSS variable in dropdown menu.louismaxime.piton
2022-03-01add testsMark Otto
2022-03-01Add centered dropdown and dropup optionsMark Otto
2022-02-28Replace instances of Sass vars for CSS variable versions of border-color and ...Mark Otto
2022-02-28bump bundlewatchMark Otto
2022-02-28Convert border utilities to CSS variablesMark Otto
2022-02-28Update migration.mdMark Otto
2022-02-28Remove thicker border on table thead elementsMark Otto
2022-02-27Update release-drafter.ymlMark Otto
2022-02-26update ionic linkArhell
2022-02-26Prefer Linux-specific fonts over ArialErik Faye-Lund
2022-02-26move theme-colors (vars+map) after color tints definitionsmaks
2022-02-26docs: add Tabler Icons to list of icon packs (#35497)Paweł Kuna
2022-02-25Remove border of disabled calendar buttons in Dropdowns exampleJulien Déramond
2022-02-25src/tooltip.js OptimizationДилян Палаузов
2022-02-25Add z-index for .toast-container (#35859)Mark Otto
2022-02-25Use all dropdowns CSS variablesJulien Déramond
2022-02-25Separate override for hr's in component examplesMark Otto
2022-02-25Base .text-muted on body colorMark Otto
2022-02-25`media-breakpoint-only` now passes `$breakpoints` int `breakpoint-max`. Fixe...Richard Giraud
2022-02-25Mention form height change in migration guideMark Otto
2022-02-23Docs: replace CSS by utilities in examples (#35699)Julien Déramond
2022-02-23Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`Julien Déramond
2022-02-22Fix modal docchefarbeiter
2022-02-22Rely on `border-width` for `<hr>` size (#35491)Gaël Poupard
2022-02-22CI: add issues-helper (#35846)xrkffgg
2022-02-22remove opacity utlitilies from example CSS (#35877)Christian Oliff
2022-02-22Update devDependencies and pin karma-rollup-preprocessor (#35868)XhmikosR
2022-02-19Dropdown: use a better selector to avoid triggering click if button is disabl...GeoSot
2022-02-19Dropdown: use a combined selector to filter foreign not shown instances itera...GeoSot
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-02-19Replace AnchorJS with a Hugo render hook (#32953)XhmikosR
2022-02-19Make event name helper and use it on tooltip & popover to reduce dist sizes (...GeoSot
2022-02-19Carousel: remove one more call to ActiveIndexGeoSot
2022-02-19Carousel: change argument to `_setActiveIndicatorElement`, from element to indexGeoSot
2022-02-19Carousel: make direct triggering of slid event, instead of using a callbackGeoSot