| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-07 | Docs: update WCAG links and references (#40703) | Louis-Maxime Piton | 3 | -5/+5 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-08-07 | Docs: change wording of single/split danger buttons (#40689) | Anton Frolov | 1 | -2/+2 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 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 | 16 | -35/+35 | |
| 2024-07-30 | Update masthead wording (#40672) | XhmikosR | 1 | -4/+1 | |
| 2024-07-23 | Further image compression improvements (#40639) | XhmikosR | 20 | -0/+0 | |
| 2024-07-19 | Examples: minor accessibility improvements (#40620) | Christian Oliff | 3 | -9/+9 | |
| - no need for `role="document"` on modals (was removed from Bootstrap a while ago) - use `type="email"` for email input - add aria-labels for previous month and next month buttons on date picker demo Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-07-10 | Examples: adjust heading levels in Checkout example (#40619) | Christian Oliff | 2 | -2/+2 | |
| 2024-06-25 | Examples: use `<main>` in Cheatsheet examples (#40577) | Christian Oliff | 2 | -4/+4 | |
| 2024-06-12 | Fix Default values and Description content in options table (#39846) | zcl | 2 | -5/+5 | |
| * Fix Default values and Description content in options table * update default value | |||||
| 2024-06-12 | Docs: drop unused `.bi-exclamation-triangle-fill` class | Julien Déramond | 1 | -1/+1 | |
| 2024-06-04 | docs: fix typo in the getting started introduction (#40522) | Julien Déramond | 1 | -1/+1 | |
| 2024-05-30 | Fix `.btn-group-vertical` border radius with dropdown as first element (#40488) | Tobias | 1 | -2/+2 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-05-30 | docs: use HTTPS link to IKONS website (#40507) | Christian Oliff | 1 | -1/+1 | |
| 2024-05-29 | docs: add missing `data-bs-theme="light"` in navbars color schemes markup ↵ | Julien Déramond | 1 | -1/+1 | |
| (#40504) | |||||
| 2024-05-25 | docs: add Accordion component in the JS components section (#39980) | Hannah Issermann | 1 | -0/+1 | |
| 2024-05-02 | docs: migrate to the built-in sitemap template (#39951) | XhmikosR | 5 | -16/+4 | |
| 2024-05-01 | Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 (#39936) | dependabot[bot] | 1 | -2/+1 | |
| * Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to 16.4.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.4.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update _content.scss --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2024-04-05 | Add PostCSS-RTLCSS approach to the documentation (#39863) | Iván Pereira | 1 | -0/+10 | |
| * Add PostCSS-RTLCSS approach to the documentation * Format 'PostCSS RTLCSS' without '-' and backticks * Some formatting for consistency in the entire doc * Minor rewording --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-04-01 | docs: move examples inline shortcode to a partial (#39829) | XhmikosR | 3 | -66/+64 | |
| * docs: move examples inline shortcode to a partial * Further tweaks | |||||
| 2024-04-01 | docs: resize docs bundler images and fix dimensions (#39824) | XhmikosR | 9 | -3/+3 | |
| The dimensions must be of the non-2x image. | |||||
| 2024-04-01 | docs: add a new partial for responsive images and use `imageConfig` (#39779) | XhmikosR | 6 | -38/+55 | |
| This way the dimensions are not hardcoded | |||||
| 2024-04-01 | Add a render image hook (#39768) | XhmikosR | 4 | -6/+14 | |
| Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images | |||||
| 2024-03-26 | Fix typo in `site/assets/js/snippets.js` comments (#39840) | Julien Déramond | 1 | -1/+1 | |
| 2024-03-25 | docs: update sitemap template (#39819) | XhmikosR | 5 | -7/+11 | |
| 2024-03-22 | docs: use `urls.JoinPath` in more places (#39778) | XhmikosR | 2 | -2/+3 | |
| 2024-03-20 | Move theme toggler to a partial (#39807) | XhmikosR | 3 | -66/+42 | |
| --------- 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 | 2 | -15/+16 | |
| 2024-03-19 | Further improve PNG compression (#39773) | XhmikosR | 17 | -0/+0 | |
| 2024-03-19 | docs: move algolia config to hugo config | XhmikosR | 3 | -4/+13 | |
| 2024-03-19 | docs: use defer when possible for JS | XhmikosR | 12 | -10/+20 | |
| 2024-03-19 | docs: move search style to its own CSS file | Julien Déramond | 4 | -7/+22 | |
| 2024-03-19 | docs: improve stackblitz.js | XhmikosR | 1 | -11/+10 | |
| * tweak indentation * stop extending the sdk object * conditionally add `index.js` | |||||
| 2024-03-19 | docs: bundle assets with Hugo | XhmikosR | 16 | -267/+330 | |
| 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 | docs: mention text transform classes (#39782) | XhmikosR | 1 | -1/+1 | |
| 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-12 | examples: assorted tweaks (#39772) | XhmikosR | 1 | -12/+18 | |
| * remove trailing slash * use urls.JoinPath * reindent * use `imageConfig` so that we add dimensions automatically | |||||
| 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 | 4 | -7/+6 | |
| 2024-03-08 | Docs: fix position of search modal to avoid interface blocking at small ↵ | Louis-Maxime Piton | 1 | -0/+1 | |
| breakpoints (#39739) Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-03-07 | footer: remove unneeded trailing slash (#39757) | XhmikosR | 1 | -1/+1 | |
| 2024-03-06 | docsref.html: move to variable | XhmikosR | 1 | -1/+2 | |
| 2024-03-06 | templates: use `urls.JoinPath` when handling URLs | XhmikosR | 6 | -8/+9 | |
| 2024-03-06 | docs: use a responsive image for bootstrap-logo-shadow.png (#39745) | XhmikosR | 3 | -1/+7 | |
| 2024-03-06 | Improve front matter "added" params | XhmikosR | 16 | -16/+36 | |
| 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 | Fix various redirects | XhmikosR | 18 | -32/+32 | |
| 2024-03-06 | docs: fix missing trailing slashes causing redirects | XhmikosR | 2 | -2/+2 | |
| 2024-03-05 | dashboard: remove the unused bootstrap-icons.css | XhmikosR | 2 | -2/+0 | |
| We should revisit this later because it's a lot simpler for people to just include the CSS than copy around tens of icons, even if it leads to unused CSS | |||||
