aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25Docs: use 'added' page information to display a tag on top of the pages (#37341)Julien Déramond2-5/+6
2022-10-22Add `z-index` utilities, `.z-*` (#37317)Mark Otto3-0/+73
* Add z-index utilities, .z-* * Fix missing comma in _utilities.scss * Fix bundlewatch * Fix lint * Update site/content/docs/5.2/utilities/z-index.md Co-authored-by: Julien Déramond <[email protected]> * custom appearance * linter Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-10-22Update navbars example to include a centered nav with utilities (#36523)Mark Otto1-0/+34
* Update navbars example to include a centered nav with utilities * Update site/content/docs/5.2/examples/navbars/index.html Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2022-10-22Home imports (#37318)Mark Otto10-357/+382
* Update docs homepage to use separate partials for each section Also modifies the homepage code snippets under getting started to remove the code comments, making copy-pasting easier. * Update some copy and examples * newlines * type button * more code review, bring back interactive components * fix hover
2022-10-16Docs: organize callouts in partials (#37320)Mark Otto32-36/+36
2022-10-12docs: fixes text buttons to match behaviorCatalin Zalog1-2/+2
2022-10-12Doc: add Sass vars for switchesJulien Déramond1-0/+6
2022-10-12Docs: standardize usage of `<kbd>`Julien Déramond4-5/+5
2022-10-12Improve example of .flex-wrap and -reversenaitsirch1-30/+28
The current example of `.flex-wrap` and `.flex-wrap-reverse` does not really show the difference between those two utilities, because every item is labelled 'Flex item'. With the added numbers it is more clear what happens and how `.flex-wrap-reverse` works.
2022-10-06Utilities for overflow and object fit (#36848)Daniel Raymond5-7/+142
* Added "overflow-x" and "overflow-y" - Having the same properties as overflow but for just the x and y axises - Usecase being I want my y axis to be scrollable but not my x axis - E.g a card with a vertical list of items. * Added "object-fit" utilities - The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit its container. - A responsive alternative to using background-img for a resizable fill/fit image. * Updated documantation for the overflow utilities - Now includes docs for `overflow-x` and `overflow-y` utilities * Placeholder shortcode updated - Can now choose to render an img tag or svg - The image contains a base64 svg generated within the template - example shortcode updated to detect, replace and render preview of 'img' tags as well * New documentaion for Object Fit added - Documentation added for the 'object-fit' util * Updated spell checks issues * Update object-fit.md * Update overflow.md * Update object-fit.md * Updated markup to address HTML Validation Errors - error: Bad value for attribute "src" on element "img": Illegal character in scheme data: space is not allowed. - info warning: Self-closing tag syntax in text/html documents is widely discouraged; it's unnecessary and interacts badly with other HTML features (e.g., unquoted attribute values). If you're using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool. * Updated Fix - Added Legibility to the img markup (example.html) - Fixed issue with example not working properly (because image closing tag no longer has "/>" ) * update values by step of 0.25 in bundlewatch.config The following values in .bundlewatch.config.json have been updated: - ./dist/css/bootstrap-utilities.css - ./dist/css/bootstrap-utilities.min.css - ./dist/css/bootstrap.css - ./dist/css/bootstrap.min.css Co-authored-by: Daniel O <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-10-06Fix button hover color in cover exampleJoão Tomás2-4/+4
Replaced .btn-secondary class with .btn-light
2022-10-06Rename examples CSS/JS files for consistencyJulien Déramond17-11/+11
2022-10-04Correct typo in documentation for hiding elements (#37250)franko5531-2/+2
2022-10-03Add new border-radius utilities (#36540)Julien Déramond1-0/+9
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <[email protected]>
2022-10-03Minor grammatical fixesChristian Oliff1-2/+2
REF: https://en.wikipedia.org/wiki/Ajax_(programming) https://en.wikipedia.org/wiki/Server-side
2022-10-03Release v5.2.2 (#37236)XhmikosR1-1/+1
* Bump version to v5.2.2 * Dist
2022-10-02Use `<h1>` for all `modal-title` examples/uses (#37210)Patrick H. Lauke4-37/+41
* Use `fs-` font sizing classes where needed * Also add info callout about heading hierarchy in modals
2022-09-27Minor docs changes (#37215)XhmikosR2-2/+2
2022-09-27Changing the way `View on GitHub` links are handled (#37214)Louis-Maxime Piton1-1/+1
2022-09-27Slightly improve PNG files compression (#36899)XhmikosR4-0/+0
2022-09-26Replace Webpack and Vite PNGs by SVGs (#37199)Julien Déramond5-2/+4
* Replace Webpack and Vite pngs by svgs * Update vite.svg * Update webpack.svg Co-authored-by: XhmikosR <[email protected]>
2022-09-20Update devDependencies (#37177)XhmikosR1-1/+2
2022-09-14Docs: Add informative note for Tooltip/Popover selector option (#37142)GeoSot3-3/+3
Co-authored-by: Julien Déramond <[email protected]>
2022-09-14Docs: Fix typo Getting Started > Vite and Webpack guides (#37153)Gabriel R. Barbosa2-2/+2
* 'were to look' → 'where to look' Co-authored-by: Julien Déramond <[email protected]>
2022-09-14Docs: minor fix for Navbar > Offcanvas examples (#37145)Julien Déramond1-2/+2
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
* Bump version to v5.2.1. * Dist
2022-09-02Set up a resuming table such as what's in other components.louismaximepiton2-111/+26
2022-09-01Improve language around vertical grid guttersMark Otto1-1/+1
2022-09-01Make docs clearer by dropping precompiled for compiledMark Otto3-9/+11
2022-09-01Document how to extract CSS, SVG for strict CSP (#36587)charlesroelli2-1/+88
* Webpack: explain how to extract CSS from bundle * Webpack: explain how to extract SVG from bundle * Update webpack.md Co-authored-by: Mark Otto <[email protected]>
2022-09-01Replace wrong mobile OS Windows with iOSPhilip Wedemann1-1/+1
2022-09-01Fixlouismaximepiton14-39/+39
2022-08-31Fix padding on starter templateMark Otto1-1/+1
2022-08-31v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke1-5/+1
`:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button
2022-08-31Add default select example in cheatsheet (#36877)Florian Lacreuse2-2/+20
Co-authored-by: Julien Déramond <[email protected]>
2022-08-31More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond2-1/+15
2022-08-31Docs: improve cards image overlays markupJulien Déramond1-1/+1
2022-08-31Add a comment for track the bug.louismaximepiton1-1/+1
2022-08-31Set cursor to auto instead of pointer on `.DocSearch-Container`louismaximepiton1-0/+1
2022-08-31Change offcanvas to be more consistent with carousel and dropdownlouismaximepiton1-18/+18
2022-08-31Docs: Fix js options to what is really inside js (#37019)Louis-Maxime Piton4-8/+8
2022-08-03Added new example in `examples/features` page. (#36660)Vipin Mishra2-0/+64
* Added new example in examples/features * Fix indentation, other suggested changes from review * fix: heading structure
2022-08-03Docs: add grid-row-columns variableHadouin1-1/+3
#36691
2022-08-03Expand popover custom container explanationPatrick H. Lauke1-1/+8
mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690
2022-08-01Fix docs typo of `.form-checkbox` -> `.form-check`Matthew West1-1/+1
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
2022-07-29Fix typos after #36762 (#36771)Julien Déramond3-3/+3
2022-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot1-0/+2
* feat(ScrollSpy): make the threshold option configurable
2022-07-28Fixes #36770: Add navbar image alt text (#36850)Mark Otto1-2/+2
2022-07-27Move DocSearch out of offcanvas to always show it on mobile (#36824)Mark Otto3-11/+38
2022-07-26Simplify social images and add ability to set per-page images (#36804)Mark Otto6-6/+7
* Simplify social images and add ability to set per-page images - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages) - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images * Update default social card * Change description to subtitle, add longer description to match homepage * Remove social_image_path, use inline conditions for social images