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 (Collapse)Author
2021-08-04Document the utility API's new css-var booleanMark Otto
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com>
2021-08-04Add and document additional :root CSS variablesMark Otto
- Adds grayscale colors - Adds root and body variables Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
2021-08-04Update color and background-color utilitiesMark Otto
- Adds new functions to generate additional Sass maps - Adds new root variables for rgb() versions of our theme colors, plus a few extras - Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var - Updates documentation for color and background-color utilities pages - Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly Change approach slightly to prevent cascade
2021-08-03Improved docs describing media-breakpoint-down breakpoints (#34637)Sean Hinton
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-08-03Add new placeholder component (#31859)Jaume Sala
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Jaume Sala <jaumesala@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2021-07-30Add missing newlines around fenced codeblocks (#34630)XhmikosR
2021-07-29Collapse page: add a link to the accordion page (#34605)XhmikosR
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot
* use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-28Correct Toast docs (#34604)Mark Young
Removes incorrect references to scrollspy in Toasts documentation
2021-07-27Document change to hr in v5 (#34574)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-27Make note of _root.scss being requiredMark Otto
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto
- Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-26Update the custom Sass import docs (#34573)Mark Otto
Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last Fixes #34397 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-26Update nav-tab.mdJitan Gupta
Updated the from anchor tag to button in sample examples
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot
default (#33610)
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using ↵GeoSot
`bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
2021-07-18Add new offcanvas support to navbarscraftwerk
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com>
2021-07-17Split .vr from stacks as a new helperMark Otto
2021-07-17Add hstack and vstack helpersMark Otto
2021-07-12Added new Offcanvas file to import exampleEric Horstmanshof
Added the new B5 Offcanvas component in the import examples.
2021-07-07Add maps for all colors, document how to extend color utilities (#32319)Mark Otto
* Add maps for all colors, document how to extend color utilities * Updates to make this more functional for v5 - Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there) - Adds a new function, map-merge-multiple(), and updates docs that reference combo-map - Updates code snippet and docs guidance about how to extend the color utils to handle this * Update site/content/docs/5.0/customize/color.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-06Add horizontal collapse supportMark Otto
2021-06-29Add dynamic, live alerts example to docs (#33866)Mark Otto
2021-06-28Changes to Alert component to match the others (#33402)GeoSot
Alert.js: Refactor code to match the other components * Use this._element * Remove handleDismiss method and keep its functionality on event * Change JqueryInterface to be more generic * Correct docs to be aligned with code, and add undocumented functionality * Update alerts.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-24Remove unneeded `.text-white-50` CSS rule (#34336)Christian Oliff
This is already part of Bootstrap 4.6 and 5.0.
2021-06-24Fixes #34187Mark Otto
2021-06-23v5.1: Add optional CSS grid (#31813)Mark Otto
2021-06-23Add utility classes for opacity (#33781)harishhalodoc
* Add responsive utility classes for opacity - fix for #33483 * remove responsive opacity utils as it has impact on bootstrap.css bundle size * Update opacity.md * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <otto@github.com> * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Harish <halodoc@ip-192-168-1-101.ap-southeast-1.compute.internal> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-06-23Add four new snippet examples (#33882)Mark Otto
* Add four new snippet examples - Dropdowns - Footers - List groups - Modals * Fix HTML linter errors * more linter
2021-06-15fix error in javascript example under Asynchronous functions and transitions ↵Matt Dufresne
section
2021-06-15querySelector will only select the first element. Adjust to QuerySelectorAllaphel
2021-06-15Add important to utilities, mention it's usage and global variableMark Otto
2021-06-14Document the change to breakpoint mixins (#34251)Mark Otto
* Document the change to breakpoint mixins * Update migration.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-14fix(docs): update docs to match the newest modal-open removal (#34239)Szymon Wiszczuk
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-14Update tooltips.md (#34222)Marius Steffens
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-14docs: update overview.md to fix typoLuke Ingalls
2021-06-13fix accessibility issue on sidebars example (#34214)Laussel Loïc
2021-06-07docs: update dropdowns.md to reflect the correct version (#34180)Eelke van den Bos
* Update dropdowns.md to reflect correct version * Clarify content, drop the reference to versions * Update dropdowns.md Co-authored-by: Mark Otto <otto@github.com>
2021-06-07docs: update migration.md to fix a typoEduardo Allegrini
2021-06-03docs(customize): missed explanations for overrides (#34179)Gaël Poupard
Closes #34176 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter
2021-06-03Add positioned badges example to docs (#34143)Joel Johnson
* Update documentation for badges * Removes useless changes, as well as fixes an example * Fixes some text with a badge example Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-03Placeholder changes to input value in readonly input. (#34040)Rajesh Kumar
* placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar <https://github.com/rajesh2kumar96> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Mark Otto <otto@github.com>
2021-06-03img in horizontal card (#34160)Gaël Poupard
* docs(cards): img in horizontal card Closes #34145 Simply adds `img-fluid` and `rounded-start` classes to horizontal card example to ensure copy-pasting from the docs matches the expectation. * Update site/content/docs/5.0/components/card.md Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-06-03Fix typo ("theses"→ "these")Anirvan Chatterjee
2021-05-28corrected link to text alignment docs (#34119)Andrea Sudharta
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-05-25Changing HTTP to HTTPS (#34090)hugonun