| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-10-25 | Explicitly mention emoji fonts, tweak sentence in typography (#31960) | Patrick H. Lauke | 2 | -1/+3 | |
| 2020-10-22 | Move `href` attribute first (#31835) | XhmikosR | 2 | -3/+3 | |
| 2020-10-20 | Update optimize.md | XhmikosR | 1 | -3/+4 | |
| For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js | |||||
| 2020-10-20 | mention default export in our docs optimize section | Johann-S | 1 | -11/+22 | |
| 2020-10-20 | Update docs example on how to optimize JavaScript bundle | Pascal Pepe | 1 | -6/+12 | |
| 2020-10-19 | Small typo - remove the unnecessary "the" (#31932) | Patrick H. Lauke | 1 | -1/+1 | |
| 2020-10-19 | docs: switch to fenced codeblocks (#31806) | XhmikosR | 43 | -446/+494 | |
| 2020-10-19 | docs(migration): mention spinners slow down (#31929) | Gaël Poupard | 1 | -0/+1 | |
| 2020-10-19 | Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877) | Gaël Poupard | 2 | -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-19 | Slow down spinners when `prefers-reduced-motion: reduce` (#31882) | Gaël Poupard | 2 | -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-19 | docs(forms): use a legend for fieldset instead of aria-label | Gaël Poupard | 1 | -1/+2 | |
| 2020-10-19 | docs(forms): fix incorrect legend nesting in fieldset | Gaël Poupard | 1 | -22/+20 | |
| 2020-10-19 | docs(forms): drop useless text faking a label in horizontal forms example | Gaël Poupard | 1 | -2/+1 | |
| 2020-10-19 | docs: switch to suggesting jsDelivr as a CDN (#31894) | XhmikosR | 3 | -5/+5 | |
| 2020-10-14 | Remove redundant visually hidden "(current)" from pagination controls (#31892) | Patrick H. Lauke | 1 | -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-13 | Update copy and add utilities to example | Mark Otto | 1 | -3/+3 | |
| 2020-10-13 | Adding overflow visible as util | Gaurav Behere | 1 | -1/+9 | |
| 2020-10-13 | Revert "Improve callout shortcode. (#31802)" (#31871) | XhmikosR | 34 | -130/+130 | |
| This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36. | |||||
| 2020-10-13 | Split up dropdown sizing docs to improve rendering (#31861) | Mark Otto | 1 | -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-13 | Colors rewrite (#30622) | Martijn Cuppens | 2 | -6/+19 | |
| 2020-10-12 | Improve callout shortcode. (#31802) | XhmikosR | 34 | -130/+130 | |
| 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-05 | docs: fix contrast color against `.bg-info` (#31839) | Gaël Poupard | 4 | -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-05 | carousel: add missing `to` description and fix `nextwhenvisible` description ↵ | Ankit Mishra | 1 | -0/+4 | |
| (#31809) | |||||
| 2020-10-02 | Explain the "dispose" method appropriately (#30838) | Rohit Sharma | 9 | -9/+9 | |
| 2020-09-30 | Update btn-close-white docs to filter (not backdrop-filter) (#31796) | Christian Oliff | 2 | -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-30 | webpack.md: Replace "both of them" with "it" (#31794) | Justin | 1 | -1/+1 | |
| :tada: Yay! I helped! Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-30 | validation.md: fix _validation.scss file reference (#31795) | Mopsan | 1 | -1/+1 | |
| 2020-09-29 | docs(Modal): Add xxl fullscreen example (#31583) | Kyle Tsang | 1 | -0/+22 | |
| * docs(Modal): Add xxl fullscreen example * Update modal.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-29 | Fix disabled checkbox toggle buttons (#31651) | Nikita Mikhaylov | 1 | -2/+10 | |
| * fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-29 | v5: Add disabled examples for .form-control, .form-select, and .form-range ↵ | Mark Otto | 3 | -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-29 | Change grid classes to utilities to make vertical nav example more resilient ↵ | Mark Otto | 1 | -37/+29 | |
| to narrow viewports (#31785) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-28 | Replace ellipsis Unicode symbol with three dots. (#31774) | XhmikosR | 1 | -2/+2 | |
| 2020-09-28 | Tweak versions page columns (#31754) | XhmikosR | 1 | -1/+1 | |
| 2020-09-28 | Minor wording fixes | XhmikosR | 1 | -7/+7 | |
| 2020-09-28 | Fix links | XhmikosR | 1 | -20/+20 | |
| 2020-09-28 | v5 alpha 2 migration guide updates | Mark Otto | 1 | -12/+52 | |
| 2020-09-24 | Carousel enhancements, including .carousel-dark (#31650) | Mark Otto | 1 | -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-24 | Add .dropdown-menu-dark (#30171) | Mark Otto | 1 | -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-23 | Updates to .ratio selectors and docs | Mark Otto | 2 | -9/+12 | |
| - Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest | |||||
| 2020-09-23 | Add example of responsive behavior for aspect ratios | Mark Otto | 1 | -0/+17 | |
| 2020-09-23 | Move styles to docs CSS | Mark Otto | 1 | -7/+7 | |
| 2020-09-23 | Rename the classes and docs page, update everything accordingly | Mark Otto | 3 | -66/+66 | |
| 2020-09-23 | Updates responsive embeds with new class names and CSS variables | Mark Otto | 2 | -21/+37 | |
| - Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide | |||||
| 2020-09-22 | Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵ | Mark Otto | 3 | -42/+34 | |
| some more close examples, and add a new .btn-close-white variant | |||||
| 2020-09-22 | Update some close button examples | Mark Otto | 2 | -7/+3 | |
| 2020-09-22 | Add details to the Migration page | Mark Otto | 1 | -0/+6 | |
| 2020-09-22 | Rename .close to .btn-close, replace times sign with background SVG, update ↵ | Mark Otto | 3 | -68/+23 | |
| focus state | |||||
| 2020-09-20 | Extra position utilities (#31280) | Jaume Sala | 1 | -1/+83 | |
| * Extra position utilities Given that there are utilities for the *position* property, it seems logic to have utilities for the *top*, *left*, *bottom* and *right* propertires. * Update extra position utilities * add default position values map * tweak examples * add real life examples * fix double colon Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-18 | Update webpack.md | XhmikosR | 1 | -11/+21 | |
| Format snippets | |||||
| 2020-09-18 | Update webpack.md | Matthew Orahood | 1 | -4/+6 | |
| potcss-loader now uses the `postcssOptions` key. https://www.npmjs.com/package/postcss-loader | |||||
