aboutsummaryrefslogtreecommitdiff
path: root/site/data
AgeCommit message (Collapse)AuthorFilesLines
2024-05-30docs: use HTTPS link to IKONS website (#40507)Christian Oliff1-1/+1
2024-03-06Fix various redirectsXhmikosR2-4/+4
2024-02-20Release v5.3.3 (#39524)Julien Déramond1-1/+1
* Release v5.3.3 * Dist --------- Co-authored-by: XhmikosR <[email protected]>
2023-09-14Release v5.3.2 (#39173)Julien Déramond1-1/+1
* Bump version to 5.3.2 * Dist
2023-07-26Release v5.3.1 (#38956)XhmikosR1-1/+1
* Bump version to 5.3.1 * Dist
2023-06-14Minor fixes for Docs Versions page (#38734)Christian Oliff1-2/+2
2023-05-30Release v5.3.0 (#38657)XhmikosR1-1/+1
* Bump version to 5.3.0 * Dist
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond1-9/+19
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
2023-04-03Release v5.3.0-alpha3 (#38357)XhmikosR1-1/+1
* Bump version to 5.3.0-alpha3 * Dist
2023-03-24Release v5.3.0-alpha2 (#38244)XhmikosR1-1/+1
* Bump version to 5.3.0-alpha2 * Dist
2023-03-24Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵Julien Déramond1-1/+4
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-22docs: remove moot `v` from docs-versions.yml (#38301)XhmikosR1-32/+32
2023-02-14WIP: New snippet examples (#36309)Mark Otto1-0/+8
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
2023-01-04Include twbs/examples in the Examples pageMark Otto1-0/+26
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto1-0/+2
(#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
2022-12-29Focus ring helper and utilities (#33125)Mark Otto1-0/+1
* Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <[email protected]> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-1/+2
* 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-09Add new team member to the Teams page (#37615)Julien Déramond1-6/+9
Co-authored-by: Mark Otto <[email protected]>
2022-11-28Add dark mode support (#35857)Mark Otto2-0/+2
* Add dark mode to docs * Minor fix: missing space indentation * Minor fix: revert utilities/z-index added-in modification * Remove prev: and next: from doc because extracted to another PR * Use .bg-body-tertiary in all Utilities > Overflow examples * fix example * Fix up spacing examples * Update box-shadow Sass variables and utilities to auto-adjust to color modes * Remove unused docs class * Refactor form styles to use CSS variable for background images on .form-check and .form-switch * Fix docs selector * Rename shortcut for clarity * Heading consistency * Reintroduce missing 4th grid item in Utilities > Spacing example * Fix bundlewatch * .bd-callout* rendering is OK so removing comments in the code * Update scss/_utilities.scss Co-authored-by: Julien Déramond <[email protected]> * Fix gutters example styling * Fix text colors on background utils docs * redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken * fix some color utils examples * Deprecate mixin notice * Deprecate notice for list-group-item-variant() mixin * Revamp new link CSS vars * Use map-keys in some each Sass files * Remove list-group-item-variant mixin ref in sass loop desc * Display CSS vars scoped to our built-in dark mode * Revert previous commit * Fix list group variant link * Fix typo * Remove imports of alert/list-group mixins in scss/_mixins.scss * Small formatting + comments removal in scss/_content.scss * Fix alert links colors * fix dropdown border-radius mixin * fix link color and underline again, this time using CSS var override for color var and fallback value for the underline * fix colors on docs navbar for dark mode * remove two changes * missing ref * another link underline fix, just use sass vars for link decoration for now * missing color bg docs, plus move dropdown override to scss * more changes from review * fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin * Few fixes around type - Restored CSS variable for color on headings, this time with a fallback value - In conjunction, restored and wrapped the default CSS var with a null value check - Split headings and paragraphs docs in Reboot, elaborated on them * Restyle custom details > summary element in docs * Rewrite some migration docs * fix form checks * Fix up some navbar styling, tweak docs callout * Fix select images, mostly for validation styling * Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs * Update site/content/docs/5.2/components/scrollspy.md Co-authored-by: Julien Déramond <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * mention form control css vars in migration guide * Tweak grid and flex docs background examples * clarify some docs * fix some more things Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-11-22Merge branch 'main' into prepare-523XhmikosR1-0/+2
2022-11-21Bump version to 5.2.3XhmikosR1-1/+1
2022-10-22Add `z-index` utilities, `.z-*` (#37317)Mark Otto1-0/+1
* 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-06Utilities for overflow and object fit (#36848)Daniel Raymond1-0/+1
* 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-03Release v5.2.2 (#37236)XhmikosR1-1/+1
* Bump version to v5.2.2 * Dist
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
* Bump version to v5.2.1. * Dist
2022-07-29Fix typos after #36762 (#36771)Julien Déramond1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-05remove dead link from translationsChristian Oliff1-5/+0
2022-06-04Docs: Add a Vite Getting Started guide (#36412)Julien Déramond1-0/+1
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-05-20Docs: quick fixes for HTML (#36395)Louis-Maxime Piton1-2/+2
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+2
2022-04-30Add new text-bg-color utilitiesMark Otto1-0/+1
2022-04-28Doc: mention Popper instead of Popper.jsJulien Déramond1-2/+2
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto3-0/+69
* Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <[email protected]> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <[email protected]>
2022-04-04Move "Navbar" before "Navs & Tabs" in sidebarMathias Brodala1-1/+1
This ensures consistent alphabetic ordering.
2022-03-09update google material icons link (#35942)Ihor Sychevskyi1-1/+1
2022-03-06docs: Update Japanese translationAlexKoala1-1/+1
2022-02-26update ionic linkArhell1-1/+1
2022-02-25docs: add Tabler Icons to list of icon packs (#35497)Paweł Kuna1-0/+2
* Add Tabler Icons to list of icons * Update site/data/icons.yml Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-02-08Add Spanish translationFabián Karaben1-0/+5
The translation of version 5 of Bootstrap is added, by the Esdocu project.
2022-01-25Remove duplicate Octicons entry in icons listNeeraj Kumar Das1-3/+1
Update Octicons website
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
* Prepare v5.1.1. * Dist
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+2
2021-08-03Add new placeholder component (#31859)Jaume Sala1-0/+1
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Jaume Sala <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-07-22docs: Add Github Octicons to the list (#34526)Ben Koshy1-2/+4
Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-07-16Split .vr from stacks as a new helperMark Otto1-0/+1
2021-07-16Add hstack and vstack helpersMark Otto1-0/+1