| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-28 | Convert SVGs in navbar and subnav to pixels (#31767) | Mark Otto | 2 | -3/+3 | |
| 2020-09-25 | brand: minor consistency changes (#31750) | XhmikosR | 3 | -3/+3 | |
| 2020-09-25 | v5: Adjust docs sidebar and navbar (#31119) | Mark Otto | 13 | -78/+129 | |
| * Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple | |||||
| 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 | docs: link to the Asynchronous functions section (#31738) | XhmikosR | 1 | -1/+1 | |
| 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 | 3 | -14/+18 | |
| - 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 | 2 | -0/+26 | |
| 2020-09-23 | Move styles to docs CSS | Mark Otto | 2 | -8/+11 | |
| 2020-09-23 | Rename the classes and docs page, update everything accordingly | Mark Otto | 5 | -69/+69 | |
| 2020-09-23 | Updates responsive embeds with new class names and CSS variables | Mark Otto | 3 | -21/+50 | |
| - 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 | Increase margin in button examples to better highlight focus styles | Mark Otto | 1 | -2/+1 | |
| 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 | 2 | -1/+106 | |
| * 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 | |||||
| 2020-09-17 | docs: fix a few redirects (#31689) | XhmikosR | 3 | -3/+3 | |
| * Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one | |||||
| 2020-09-16 | Docs: Fix vertical align link | kyletsang | 1 | -1/+1 | |
| 2020-09-15 | docs(scrollspy): mention keyboard access and apply tabindex=0 (#31578) | Gaël Poupard | 1 | -7/+12 | |
| 2020-09-15 | Rremove separate JS includes from homepage for simplicity's sake, but ↵ | Mark Otto | 1 | -5/+1 | |
| include a link to doing it separately | |||||
| 2020-09-15 | Rewrite quick start JS sections in getting started page so things are more ↵ | Mark Otto | 1 | -5/+17 | |
| clearly organized | |||||
| 2020-09-15 | Update site/content/docs/5.0/getting-started/download.md | XhmikosR | 1 | -1/+1 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-09-15 | docs: mention our bundle file clearly. | XhmikosR | 3 | -6/+16 | |
| Note that we are using the bundle file already in our docs since 787441d. | |||||
| 2020-09-15 | Add getInstance method in the docs for tooltip (#31636) | Rohit Sharma | 1 | -0/+9 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-15 | Mention the quotes requirement in the docs too | Mark Otto | 1 | -1/+1 | |
| 2020-09-14 | Typo in About / Overview | Gaël Poupard | 1 | -1/+1 | |
| 2020-09-10 | docs(examples): ensure content sits in landmarks (#31579) | Gaël Poupard | 13 | -787/+799 | |
| 2020-09-10 | docs(layout): ensure content sits in main (#31610) | Gaël Poupard | 2 | -35/+51 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-10 | docs(home): wrap all content in <main> & use <section> (#31580) | Gaël Poupard | 3 | -12/+14 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-10 | Update team | Mark Otto | 1 | -6/+0 | |
| 2020-09-10 | Remove sibling projects and fix image dimensions | Mark Otto | 1 | -14/+2 | |
| 2020-09-10 | Update _brand.scss | XhmikosR | 1 | -2/+0 | |
| 2020-09-10 | Remove `loading=lazy` from navbar snippets | XhmikosR | 1 | -2/+2 | |
| 2020-09-10 | docs-navbar.html: add missing width | XhmikosR | 1 | -1/+1 | |
| 2020-09-10 | Fix the remaining instances using the old logos. | XhmikosR | 6 | -7/+7 | |
| 2020-09-10 | Update the new SVGs with the svgo config we use | XhmikosR | 3 | -3/+3 | |
| 2020-09-10 | Remove `loading=lazy` from the image in viewport | XhmikosR | 1 | -1/+1 | |
| 2020-09-10 | Remove the unused PNG files. | XhmikosR | 3 | -0/+0 | |
| 2020-09-10 | First pass at cleaning up About pages and brand assets | Mark Otto | 12 | -66/+39 | |
| 2020-09-10 | Docs: (subjectively) nicer looking accordion example (#31137) | Patrick H. Lauke | 1 | -7/+7 | |
| * Docs: (subjectively) nicer looking accordion example the use of `.btn-link` currently just looks a bit odd, subjectively (as in v5 we now force the underline to always be there, while in v4 at least it was only on hover/focus). `.btn-light` seems more fitting * Add extra classes for nicer overall look as suggested by @ysds * Tweak accessibility note for accordions and optional keyboard interactions | |||||
| 2020-09-09 | Add border width utility (#31484) | Mauricio Hernan Cabrera | 2 | -0/+11 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-09-04 | docs(placeholder): drop role=img and use aria-hidden for decorative SVG ↵ | Gaël Poupard | 1 | -1/+1 | |
| placeholders (#31575) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-04 | docs(build tools): mention how to get the sources (#31590) | Gaël Poupard | 1 | -1/+2 | |
| 2020-09-03 | Drop h4 color customization in callouts (#31576) | Gaël Poupard | 1 | -6/+8 | |
