| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-10 | Docs: fix paragraph on how do the variants and accented tables work | Julien Déramond | 1 | -2/+2 | |
| 2023-04-27 | More darkmode examples (#38058) | Mark Otto | 24 | -501/+648 | |
| * WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-04-26 | Add new docsref page, fix docs border-radius issues (#38491) | Mark Otto | 1 | -0/+49 | |
| * Add new docsref page, fix docs border-radius issues * Remove commented out code * Update docsref.md * Fix no-code example, fix mobile styles * Updates from review * Fix block margin, remove margin-right from pre on mobile since no clipboard icons, adjust masthead snippet * Fix errant styles for border-radius on homepage --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-04-25 | Table: active `<tr>` fix (#37084) | Louis-Maxime Piton | 1 | -3/+3 | |
| * Adding the custom cascade to make `.active` work on `:hover` and on `.table-striped`. * Prevent nesting backgrounds * Small typo * . * Adding some docs * Match variable syntax * . --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-04-20 | Docs: change colors of position marker example to work with dark mode (#38445) | Julien Déramond | 1 | -2/+2 | |
| 2023-04-13 | Fix Rubygems link to README.md (#38459) | XhmikosR | 1 | -1/+1 | |
| 2023-04-11 | Update devDependencies (#38437) | XhmikosR | 2 | -2/+2 | |
| * Update devDependencies * @babel/preset-env ^7.20.2 → ^7.21.4 * @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2 * eslint ^8.37.0 → ^8.38.0 * rtlcss ^4.0.0 → ^4.1.0 * sass ^1.60.0 → ^1.61.0 * stylelint ^14.16.1 → ^15.4.0 * stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1 * vnu-jar 22.9.29 → 23.4.11 * Fix the new Stylelint issues | |||||
| 2023-04-10 | Add hint to reduce screen flickering (#38426) | Mark Dumay | 1 | -1/+1 | |
| 2023-04-10 | Docs: fix text rendering of navbar external content | Julien Déramond | 1 | -2/+2 | |
| 2023-04-10 | Improve colored links interaction with link utilities (#38398) | Mark Otto | 1 | -0/+4 | |
| * Fix missing paren in colored links color * Restore important flag on colored links color and text-decoration-color for better interaction with link utilities * Mention in migration guide | |||||
| 2023-04-10 | Docs: consistent usage of CSS sections (#38219) | Julien Déramond | 34 | -60/+68 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-04-05 | Docs: add missing `twbs/examples` and change sorting (#38407) | Julien Déramond | 3 | -4/+11 | |
| * Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-04-05 | Docs: remove moot `hot` option from Vite guide (#38405) | Julien Déramond | 1 | -2/+1 | |
| 2023-03-29 | Tweak and re-organize ESLint config (#38369) | XhmikosR | 1 | -0/+2 | |
| * Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint | |||||
| 2023-03-28 | Docs: update Webpack guide (#38345) | Julien Déramond | 1 | -2/+1 | |
| * Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide | |||||
| 2023-03-27 | Add detailed explanation of the JS components configuration merging process ↵ | GeoSot | 2 | -3/+3 | |
| (#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-03-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 4 | -87/+4 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-27 | Docs: fix Markdown table with empty column (#38342) | Hannah Issermann | 1 | -1/+1 | |
| 2023-03-27 | Change diff file path in Webpack guide (#38339) | Julien Déramond | 1 | -4/+4 | |
| 2023-03-26 | Fixed typo in 5.3.0-alpha2 migration | David Miles | 1 | -1/+1 | |
| 2023-03-24 | Document new .d-inline-grid utility | Mark Otto | 2 | -0/+10 | |
| 2023-03-24 | Docs: fix two class attributes on same button (#38317) | Hannah Issermann | 1 | -1/+1 | |
| 2023-03-24 | Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵ | Julien Déramond | 1 | -2/+6 | |
| target (#38310) * Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-23 | Update Vite, Parcel and Webpack guides (#38305) | Julien Déramond | 3 | -50/+52 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-22 | docs: remove moot `v` from docs-versions.yml (#38301) | XhmikosR | 1 | -4/+4 | |
| 2023-03-19 | Fix `placeholder` shortcode color and background params when 'img' markup ↵ | Julien Déramond | 1 | -10/+10 | |
| (#38263) | |||||
| 2023-03-17 | icon-link.md: remove moot aliases (#38246) | XhmikosR | 1 | -1/+0 | |
| 2023-03-16 | Docs: consistent deprecation messages in Close Button dark variant (#38247) | Julien Déramond | 1 | -1/+3 | |
| 2023-03-15 | Tweak stylelint config (#38228) | XhmikosR | 1 | -15/+0 | |
| * rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config | |||||
| 2023-03-13 | Docs: consistent usage of CSS sections (#38175) | Julien Déramond | 5 | -8/+8 | |
| 2023-03-10 | Update buttons.md (#38169) | Mark Otto | 1 | -3/+3 | |
| * Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <[email protected]> --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-03-10 | Fix (#38191) | Louis-Maxime Piton | 1 | -1/+1 | |
| Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2023-03-10 | Fix typo in `utilities/colors.md` (#38194) | Julien Déramond | 1 | -1/+1 | |
| 2023-03-10 | Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196) | Louis-Maxime Piton | 1 | -3/+3 | |
| * Proposal * fix(review) | |||||
| 2023-03-08 | Docs: fix typo in Color modes page (#38198) | mrlife | 1 | -1/+1 | |
| 2023-03-07 | Remove nesting color modes docs section (#38192) | Mark Otto | 1 | -67/+0 | |
| * Update docs for nesting color modes to better communicate issues with nesting light in dark * Remove nesting entirely actually, it's impossible to properly show an example when in dark mode | |||||
| 2023-03-07 | Fixes click area for header example snippet | Mark Otto | 1 | -3/+5 | |
| 2023-03-07 | Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177) | Julien Déramond | 1 | -2/+2 | |
| 2023-03-07 | Docs: vertically align starters images in example page (#38179) | Julien Déramond | 1 | -1/+1 | |
| 2023-03-04 | Fixed some grammar issues | Andrew Dawes | 3 | -4/+4 | |
| 2023-03-04 | Examples: color mode enhancement (#38144) | Louis-Maxime Piton | 7 | -40/+30 | |
| * Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-03-02 | Icon link: envariable + enhance the documentation (#38130) | Louis-Maxime Piton | 1 | -1/+24 | |
| * Envariable the icon-link helper * Proposal * . | |||||
| 2023-03-02 | Fix dropdown toggle visible focus in headers example | Julien Déramond | 1 | -1/+1 | |
| 2023-03-02 | Docs: `.text-body-secondary` appears two times in Utilities > Colors | Julien Déramond | 1 | -2/+1 | |
| 2023-03-02 | Docs: replace 'popover' by 'tooltip' in tooltip's page' options section | Julien Déramond | 1 | -1/+1 | |
| 2023-03-02 | Docs: rollback some modification about `.text-muted` deprecation messages | Julien Déramond | 2 | -3/+3 | |
| 2023-03-02 | Utilities: add 0 value to `link-underline-opacity` (#38131) | Louis-Maxime Piton | 1 | -2/+3 | |
| 2023-02-25 | Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵ | Julien Déramond | 1 | -0/+8 | |
| `--bs-focus-ring-{x|y|blur}` (#38095) | |||||
| 2023-02-23 | Docs: drop unused icons (#38103) | Julien Déramond | 7 | -90/+0 | |
| 2023-02-19 | Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071) | Julien Déramond | 4 | -22/+18 | |
| * Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples * Rollback myChart var modification * Add some padding between tooltip color and text --------- Co-authored-by: XhmikosR <[email protected]> | |||||
