aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2020-10-26v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto2-12/+45
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <[email protected]>
2020-10-26Update migration guideMartijn Cuppens1-0/+4
2020-10-26Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens1-2/+4
2020-10-26docs: Add Russian translation (#31828)Aleksandr Gorbatov1-0/+5
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto6-5/+7
* 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-25Explicitly mention emoji fonts, tweak sentence in typography (#31960)Patrick H. Lauke2-1/+3
2020-10-23Don't wrap the code snippets in our docs (#31679)Mark Otto1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2020-10-22Update anchor-js to v4.3.0. (#31951)XhmikosR1-3/+3
2020-10-22Move `href` attribute first (#31835)XhmikosR4-5/+5
2020-10-22Update bs-table shortcode (#31803)XhmikosR1-7/+5
2020-10-20Update optimize.mdXhmikosR1-3/+4
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
2020-10-20mention default export in our docs optimize sectionJohann-S1-11/+22
2020-10-20Update docs example on how to optimize JavaScript bundlePascal Pepe1-6/+12
2020-10-19Small typo - remove the unnecessary "the" (#31932)Patrick H. Lauke1-1/+1
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR43-446/+494
2020-10-19docs(migration): mention spinners slow down (#31929)Gaël Poupard1-0/+1
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard2-0/+6
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <[email protected]>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard2-1/+5
* 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-19docs(forms): use a legend for fieldset instead of aria-labelGaël Poupard1-1/+2
2020-10-19docs(forms): fix incorrect legend nesting in fieldsetGaël Poupard1-22/+20
2020-10-19docs(forms): drop useless text faking a label in horizontal forms exampleGaël Poupard1-2/+1
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR4-7/+7
2020-10-15Update manifest.json (#31893)XhmikosR1-2/+2
Switch to relative URLs so that we don't need to change the path with every major/minor release
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-13Update copy and add utilities to exampleMark Otto1-3/+3
2020-10-13Adding overflow visible as utilGaurav Behere1-1/+9
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR35-131/+131
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-13Colors rewrite (#30622)Martijn Cuppens5-11/+24
2020-10-12Improve callout shortcode. (#31802)XhmikosR35-131/+131
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 Poupard4-6/+6
* 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 Oliff2-2/+2
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
2020-09-30webpack.md: Replace "both of them" with "it" (#31794)Justin1-1/+1
:tada: Yay! I helped! Co-authored-by: XhmikosR <[email protected]>
2020-09-30validation.md: fix _validation.scss file reference (#31795)Mopsan1-1/+1
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-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov1-2/+10
* fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by: XhmikosR <[email protected]>
2020-09-29v5: Add disabled examples for .form-control, .form-select, and .form-range ↵Mark Otto3-0/+31
(#31686) * Add disabled state example to the .form-control page * Document disabled attribute on select too * Add disabled example for file input Co-authored-by: XhmikosR <[email protected]>
2020-09-29Update social.html: use `article` when it's a page (#31775)XhmikosR1-1/+1
2020-09-29docs: remove pixels from SVGs (#31791)XhmikosR2-3/+3
It's the default unit.
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR2-3/+3
2020-09-29Revert #31761 (#31792)XhmikosR3-2/+2
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
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-28Compress the new imagesXhmikosR2-0/+0
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto3-1/+1
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR1-2/+2
2020-09-28Tweak versions page columns (#31754)XhmikosR1-1/+1
2020-09-28Re-optimize SVGXhmikosR1-1/+1
2020-09-28Move homepage-hero.svg to an img tagXhmikosR3-2/+2