aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components
AgeCommit message (Collapse)AuthorFilesLines
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke8-174/+140
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-09Remove offset in Popover docskyletsang2-8/+2
Fix fallbackPlacements in Popover and Tooltip docs
2020-12-09docs: Update Popper 2 doc linkskyletsang3-6/+6
2020-12-08carousel.md: fix `$carousel-transition-duration` reference (#32316)Radu Chiriac1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-12-07Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke2-2/+10
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2020-12-06Change button copy to make the example clearerMartijn Cuppens1-1/+1
2020-12-06Update to popper.js v2.xJohann-S2-28/+8
2020-12-04Add interactive positioning widgetMartijn Cuppens1-13/+31
2020-12-04Add toast positioningMartijn Cuppens1-30/+34
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard14-105/+110
2020-12-01Fix empty CSS variableXhmikosR1-2/+2
2020-12-01Update breadcrumb docs and dividersMark Otto1-4/+37
- Add CSS custom property with fallback to Sass variable - Update docs to mention the new CSS custom property - Rewrite some of the docs to use divider instead of separator, and add some context here and there
2020-11-30Remove the `show` property from the modal plugin (#32279)Rohit Sharma1-6/+0
Drop the support of show property from the modal plugin. When creating the new modal instance in v5, the `show` property does not work anymore, so instead of fixing the behavior just removing it permanently to keep the consistency between all the plugins. (All other plugins require the `show()` method to be called on the instances to be shown) Co-authored-by: XhmikosR <[email protected]>
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma2-0/+18
Porting of #31834 to main. Co-authored-by: XhmikosR <[email protected]>
2020-11-21docs: use `event` instead of `e` (#32226)XhmikosR3-11/+11
It's better for clarity.
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR3-19/+19
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-19docs: update selector CodePen example (#32163)XhmikosR2-2/+2
2020-11-18correct "breakpoint" typo (#32191)Matt Shaw1-1/+1
breakpoing --> breakpoint
2020-11-18docs(dropdowns): clarify where is `.show` applied (#32189)Gaël Poupard1-1/+1
Fixes #32712
2020-11-14popovers.md: unbreak line (#32153)XhmikosR1-2/+1
2020-11-14Update the remaining filesXhmikosR2-20/+20
2020-11-14Add `bs` in data attributesRohit Sharma15-323/+323
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff1-1/+1
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto1-7/+38
Co-authored-by: XhmikosR <[email protected]>
2020-11-09[Docs] Changes to navbar documentation/explanation (#32090)Patrick H. Lauke1-11/+11
* Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes
2020-11-06Fix missing border & add transitionsMartijn Cuppens1-6/+6
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto3-55/+106
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke1-0/+4
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic2-4/+4
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-29Minor Markdown fixes (#32009)XhmikosR1-1/+1
* add missing language after fenced block * add missing end of file newline
2020-10-27list-group.md: fix snippet (#31981)XhmikosR1-15/+15
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto4-4/+5
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR15-208/+256
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard1-0/+4
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-14Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke1-13/+4
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR17-80/+80
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-13Split up dropdown sizing docs to improve rendering (#31861)Mark Otto1-55/+55
- Drop the included .btn-toolbar, no need - Split large and small button examples Closes #31841 Co-authored-by: XhmikosR <[email protected]>
2020-10-12Improve callout shortcode. (#31802)XhmikosR17-80/+80
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-05docs: fix contrast color against `.bg-info` (#31839)Gaël Poupard2-3/+3
* docs(badge): ensure info badge's contrast * docs(colors): fix contrasts in example using .bg-info * Update card.md Co-authored-by: XhmikosR <[email protected]>
2020-10-05carousel: add missing `to` description and fix `nextwhenvisible` description ↵Ankit Mishra1-0/+4
(#31809)
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma9-9/+9
2020-09-30Update btn-close-white docs to filter (not backdrop-filter) (#31796)Christian Oliff1-1/+1
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
2020-09-29docs(Modal): Add xxl fullscreen example (#31583)Kyle Tsang1-0/+22
* docs(Modal): Add xxl fullscreen example * Update modal.md Co-authored-by: XhmikosR <[email protected]>
2020-09-29Change grid classes to utilities to make vertical nav example more resilient ↵Mark Otto1-37/+29
to narrow viewports (#31785) Co-authored-by: XhmikosR <[email protected]>
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR1-2/+2
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto1-0/+44
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by: XhmikosR <[email protected]>
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+46
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by: XhmikosR <[email protected]>
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto2-42/+33
some more close examples, and add a new .btn-close-white variant
2020-09-22Update some close button examplesMark Otto2-7/+3
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto3-68/+23
focus state