| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-05 | Docs: add `aria-hidden="true"` to decorative SVGs (#40691) | Julien Déramond | 1 | -2/+2 | |
| 2024-08-02 | Docs: add `aria-hidden="true"` to decorative SVGs (#40686) | Julien Déramond | 11 | -20/+20 | |
| 2024-07-30 | Update masthead wording (#40672) | XhmikosR | 1 | -4/+1 | |
| 2024-04-01 | docs: move examples inline shortcode to a partial (#39829) | XhmikosR | 1 | -0/+63 | |
| * docs: move examples inline shortcode to a partial * Further tweaks | |||||
| 2024-04-01 | docs: add a new partial for responsive images and use `imageConfig` (#39779) | XhmikosR | 5 | -15/+52 | |
| This way the dimensions are not hardcoded | |||||
| 2024-03-22 | docs: use `urls.JoinPath` in more places (#39778) | XhmikosR | 1 | -1/+2 | |
| 2024-03-20 | Move theme toggler to a partial (#39807) | XhmikosR | 2 | -33/+35 | |
| --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-03-20 | masthead.html: add `rel="noopener" target="_blank"` (#39805) | XhmikosR | 1 | -1/+1 | |
| 2024-03-19 | docs: move examples icons to a partial (#39808) | XhmikosR | 1 | -0/+15 | |
| 2024-03-19 | docs: move algolia config to hugo config | XhmikosR | 2 | -1/+7 | |
| 2024-03-19 | docs: use defer when possible for JS | XhmikosR | 1 | -5/+5 | |
| 2024-03-19 | docs: move search style to its own CSS file | Julien Déramond | 1 | -4/+8 | |
| 2024-03-19 | docs: bundle assets with Hugo | XhmikosR | 3 | -67/+28 | |
| Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials | |||||
| 2024-03-15 | Update masthead to HeroDevs EOL (#39749) | Edward Ezekiel | 2 | -3/+11 | |
| * feat(masthead): Update masthead to HeroDevs EOL Add box-arrow-up-right icon. * Update masthead.html * Update icons.html --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2024-03-13 | docs: move fathom site to hugo config (#39781) | XhmikosR | 1 | -1/+1 | |
| 2024-03-11 | Docs: drop `data-bs-scroll="true"` from navbar (#39766) | Julien Déramond | 1 | -1/+1 | |
| 2024-03-08 | Switch to using `hugo.IsProduction` (#39763) | XhmikosR | 2 | -4/+4 | |
| 2024-03-07 | footer: remove unneeded trailing slash (#39757) | XhmikosR | 1 | -1/+1 | |
| 2024-03-06 | templates: use `urls.JoinPath` when handling URLs | XhmikosR | 5 | -7/+8 | |
| 2024-03-06 | docs: use a responsive image for bootstrap-logo-shadow.png (#39745) | XhmikosR | 1 | -1/+7 | |
| 2024-03-06 | Improve front matter "added" params | XhmikosR | 1 | -3/+3 | |
| Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker | |||||
| 2024-03-06 | docs: fix missing trailing slashes causing redirects | XhmikosR | 2 | -2/+2 | |
| 2024-03-05 | Remove useless crossorigin="anonymous" attributes | XhmikosR | 2 | -3/+3 | |
| 2024-03-05 | header.html: remove unneeded `relUrl` | XhmikosR | 1 | -1/+1 | |
| 2024-03-05 | Minor template cleanup | XhmikosR | 2 | -3/+2 | |
| 2024-03-05 | Fix docs-versions.html (#39738) | XhmikosR | 1 | -3/+7 | |
| Cast to string when comparing the versions, otherwise we were comparing numbers with strings. Also, move checks to variables. Fixes 404 errors in the version picker. | |||||
| 2024-03-04 | docs: remove Google Analytics (#39725) | XhmikosR | 3 | -14/+6 | |
| It no longer works | |||||
| 2023-12-30 | Docs: update homepage links to prevent HTTP redirect (#39539) | Christian Oliff | 1 | -3/+3 | |
| 2023-12-21 | Docs: drop unused `.theme-icon` class (#39520) | Julien Déramond | 1 | -3/+3 | |
| 2023-07-23 | Docs: remove v4 reference in homepage | Julien Déramond | 1 | -2/+0 | |
| 2023-07-16 | Docs: add blank target and noopener rel to footer external links | Julien Déramond | 1 | -11/+11 | |
| 2023-07-05 | Add docs search to homepage (#38850) | Mewen Le Hô | 4 | -9/+4 | |
| * Compliance to Success Criterion 3.2.3 Consistent Navigation * Update docs-navbar.html --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-05-31 | Docs: add more details on accessibility tips (#38583) | Hannah Issermann | 1 | -1/+1 | |
| * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Fix syntax --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-05-31 | Use `.d-none` instead of inline styling | Julien Déramond | 1 | -1/+1 | |
| 2023-04-01 | docs: add variables-dark import in home page | Tien Do | 1 | -0/+1 | |
| 2023-03-27 | Add detailed explanation of the JS components configuration merging process ↵ | GeoSot | 1 | -0/+2 | |
| (#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-02-25 | Docs: fix code indentation in homepage JavaScript plugins section (#38112) | Julien Déramond | 1 | -8/+8 | |
| 2023-02-23 | Docs: drop unused icons (#38103) | Julien Déramond | 1 | -3/+0 | |
| 2023-02-14 | Remove unused partials and add some way to automatically detect it (#38004) | Julien Déramond | 9 | -21/+0 | |
| * Add docs-check-unused-templates in npm commands and workflow * Remove unused partials icons templates | |||||
| 2023-01-21 | Docs: tweak icon link and callouts (#37923) | Patrick H. Lauke | 1 | -1/+1 | |
| * Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-01-16 | Small color mode docs CSS fixes (#37896) | Mark Otto | 1 | -1/+1 | |
| * SImplify background gradient syntax * Move inline style to CSS file | |||||
| 2023-01-16 | Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) | Louis-Maxime Piton | 4 | -9/+9 | |
| 2023-01-04 | Docs: replace `twbs/bootstrap-npm-starter` by ↵ | Julien Déramond | 3 | -3/+3 | |
| `twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-01-03 | Add new link utilities, icon link helper, and update colored link helpers ↵ | Mark Otto | 8 | -16/+19 | |
| (#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback | |||||
| 2023-01-03 | Rewrite some callouts to remove most headings and reduce their content | Mark Otto | 4 | -12/+4 | |
| 2023-01-01 | Docs: Make theme switcher accessible (#37780) | Patrick H. Lauke | 1 | -6/+7 | |
| * Make theme switcher accessible * set an explicit `aria-label` to the switcher (as the `<span>` is not sufficient, as it can be display:none'd and then the button has no accName) * make the theme buttons actual `aria-pressed` toggles * Dynamically update aria-label for theme switcher * Explicitly reset focus after activating theme * Use innerText for the constructed dynamic aria-label this way, if the text ever gets changed in the html, this will adapt appropriately * Tweak accessible name for the dropdown * Fixup * Use `textContent` instead of `innerText` | |||||
| 2022-12-26 | Drop logo on homepage on mobile | Julien Déramond | 1 | -1/+1 | |
| 2022-12-25 | docs: improve social image partial (#37717) | XhmikosR | 1 | -8/+20 | |
| * Fix social image URL to be absolute * Deduplicate social.html * Get image dimensions with Hugo | |||||
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 2 | -5/+12 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-12-18 | docs: move color-mode script (#37658) | XhmikosR | 1 | -3/+3 | |
| * docs: move color-mode script * Move color-modes.js in static folder * Async load color-modes.js * Switch to DOMContentLoaded * Revert async loading | |||||
