aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/components
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR21-7753/+0
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-05-11Removed role="document" from the modal dialog (#30755)Rohit Sharma1-27/+27
2020-05-06enforce element check on scrollspy target (#30747)Johann-S1-1/+1
2020-04-13Update docs for new XXL grid tierMark Otto3-5/+5
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-04-01Fix CSS and improve docsysds1-35/+41
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti1-0/+156
(Works from breakpoint and down)
2020-03-31Docs: Use unordered lists in dropdownscccabinet3-46/+46
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens1-4/+4
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc1-20/+20
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
2020-03-24Fix redirected links.XhmikosR4-15/+15
2020-03-23Update modal docs (#30325)Shohei Yoshida1-125/+31
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens2-9/+3
`.input-group-append`
2020-03-18Clarify card group behavior (#30416)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-03-10Bootstrap 5 grid documentationMartijn Cuppens2-144/+110
Co-authored-by: Mark Otto <[email protected]>
2020-03-07Align navbar in docs (#30359)Martijn Cuppens1-4/+4
2020-03-05Add `loading="lazy"` in images (#30199)XhmikosR1-2/+2
2020-02-07Use `aria-current` where appropriate (#30079)Gaël Poupard5-34/+39
2020-01-10Close modal with keyboard=true & backdrop=static (#29986)Giovanni Mendoza1-4/+4
* Close modal with keyboard=true & backdrop=static
2020-01-06Delete icons.md (#29939)XhmikosR1-21/+0
This is unused
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens2-2/+6
* Simplify disabled styles * Mention pointer-events usage
2019-12-16Work around invalid generated HTMLXhmikosR2-5/+0
2019-12-01Improve wrapping and hit area of accordion example titles (#29782)Shohei Yoshida1-3/+3
2019-11-26justify-content:between ⇒ justify-content:space-between (#29734)cccabinet1-1/+1
2019-11-24Set vertical-align on .form-check-input (#29521)Jonathan Hefner1-10/+10
This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`.
2019-11-01Update modal.md (#29621)XhmikosR1-1/+1
Fix typo
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto1-281/+333
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos1-1/+64
2019-10-25Add configurable button text wrapping (#29554)Martijn Cuppens1-0/+4
2019-10-21Rename close icon to close button (#29387)Shohei Yoshida2-5/+5
2019-10-03Variable card height (#29462)Martijn Cuppens1-1/+1
2019-10-02v5: .form-check layout changes (#29322)Mark Otto1-0/+57
* Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs
2019-09-24Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-16card.md: use `text-dark` for warning card.XhmikosR1-1/+1
2019-09-16badge.md: use `text-dark` for warning.XhmikosR1-2/+2
2019-09-06Break a couple of long lines.XhmikosR1-1/+3
2019-08-30Move margins, and equal height via utility exampleMark Otto1-19/+64
2019-08-30First pass at .row-cols classesMark Otto1-1/+87
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-08-30card.md remove empty `class` placeholder argument (#29345)XhmikosR1-1/+1
2019-08-30carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR1-34/+32
The example shortcode already adds this.
2019-08-29Clean up instances of old .form-group (#29321)Mark Otto2-8/+8
2019-08-18Minor wording tweaksXhmikosR3-3/+3
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S3-0/+18
2019-08-16Use US locale consistently. (#29255)XhmikosR1-1/+1
2019-08-14Fix redirects. (#29254)XhmikosR1-1/+1
2019-08-04remove jquery references from list groupJohann-S1-14/+38
2019-08-04docs: Fix badges after #28458. (#29199)XhmikosR1-3/+3
2019-08-01remove jquery in scrollspy docsJohann-S1-6/+20
2019-08-01remove jquery in tab docsJohann-S1-15/+35
2019-07-31Add missing role="document" (#29172)Herst1-6/+6
2019-07-29remove underscore for static methodsJohann-S6-10/+10