aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto4-8/+9
Co-authored-by: XhmikosR <[email protected]>
2021-07-26Make note of _root.scss being requiredMark Otto1-6/+6
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto1-1/+1
- Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <[email protected]>
2021-07-26Update the custom Sass import docs (#34573)Mark Otto1-2/+7
Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last Fixes #34397 Co-authored-by: XhmikosR <[email protected]>
2021-07-26Update nav-tab.mdJitan Gupta1-4/+4
Updated the from anchor tag to button in sample examples
2021-07-25docs: minor image compression improvements (#34557)XhmikosR10-0/+0
Before: 121 KB (124.549 bytes) After: 121 KB (124.367 bytes)
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-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot1-3/+7
default (#33610)
2021-07-21Update devDependencies (#34552)XhmikosR1-0/+13
* @babel/cli ^7.14.5 → ^7.14.8 * @babel/core ^7.14.6 → ^7.14.8 * @babel/preset-env ^7.14.7 → ^7.14.8 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * hugo-bin ^0.73.0 → ^0.74.0
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using ↵GeoSot1-0/+18
`bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <[email protected]>
2021-07-17Add new offcanvas support to navbarscraftwerk1-0/+64
Co-Authored-By: craftwerk <[email protected]>
2021-07-16Split .vr from stacks as a new helperMark Otto3-3/+46
2021-07-16Add hstack and vstack helpersMark Otto2-0/+83
2021-07-12Added new Offcanvas file to import exampleEric Horstmanshof1-0/+1
Added the new B5 Offcanvas component in the import examples.
2021-07-06Add maps for all colors, document how to extend color utilities (#32319)Mark Otto1-0/+42
* Add maps for all colors, document how to extend color utilities * Updates to make this more functional for v5 - Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there) - Adds a new function, map-merge-multiple(), and updates docs that reference combo-map - Updates code snippet and docs guidance about how to extend the color utils to handle this * Update site/content/docs/5.0/customize/color.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-07-06Fix site params variable on themes sectionacyoush1-1/+1
2021-07-05Add horizontal collapse supportMark Otto1-0/+23
2021-06-29Add dynamic, live alerts example to docs (#33866)Mark Otto3-1/+70
2021-06-28Changes to Alert component to match the others (#33402)GeoSot1-14/+18
Alert.js: Refactor code to match the other components * Use this._element * Remove handleDismiss method and keep its functionality on event * Change JqueryInterface to be more generic * Correct docs to be aligned with code, and add undocumented functionality * Update alerts.md Co-authored-by: XhmikosR <[email protected]>
2021-06-24Remove unneeded `.text-white-50` CSS rule (#34336)Christian Oliff1-3/+3
This is already part of Bootstrap 4.6 and 5.0.
2021-06-23Fixes #34187Mark Otto1-1/+1
2021-06-22v5.1: Add optional CSS grid (#31813)Mark Otto4-0/+288
2021-06-22Add utility classes for opacity (#33781)harishhalodoc2-0/+31
* Add responsive utility classes for opacity - fix for #33483 * remove responsive opacity utils as it has impact on bootstrap.css bundle size * Update opacity.md * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Harish <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: alpadev <[email protected]>
2021-06-22Add four new snippet examples (#33882)Mark Otto17-0/+1090
* Add four new snippet examples - Dropdowns - Footers - List groups - Modals * Fix HTML linter errors * more linter
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
* Bump version to v5.0.2. * Dist
2021-06-15fix error in javascript example under Asynchronous functions and transitions ↵Matt Dufresne1-1/+1
section
2021-06-14querySelector will only select the first element. Adjust to QuerySelectorAllaphel1-5/+7
2021-06-14Add important to utilities, mention it's usage and global variableMark Otto1-45/+49
2021-06-14Document the change to breakpoint mixins (#34251)Mark Otto1-0/+4
* Document the change to breakpoint mixins * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto2-5/+5
* Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions
2021-06-14docs(style): fix display of nested `<ul><li>` (#34223)Julien Déramond1-3/+3
2021-06-14fix(docs): update docs to match the newest modal-open removal (#34239)Szymon Wiszczuk1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-06-14Update tooltips.md (#34222)Marius Steffens1-1/+1
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-13docs: update overview.md to fix typoLuke Ingalls1-1/+1
2021-06-13fix accessibility issue on sidebars example (#34214)Laussel Loïc1-4/+4
2021-06-07docs: update dropdowns.md to reflect the correct version (#34180)Eelke van den Bos1-1/+1
* Update dropdowns.md to reflect correct version * Clarify content, drop the reference to versions * Update dropdowns.md Co-authored-by: Mark Otto <[email protected]>
2021-06-07docs: update migration.md to fix a typoEduardo Allegrini1-1/+1
2021-06-03docs(customize): missed explanations for overrides (#34179)Gaël Poupard1-3/+1
Closes #34176 Co-authored-by: XhmikosR <[email protected]>
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter1-2/+21
2021-06-03Add positioned badges example to docs (#34143)Joel Johnson1-4/+26
* Update documentation for badges * Removes useless changes, as well as fixes an example * Fixes some text with a badge example Co-authored-by: Mark Otto <[email protected]>
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot13-6/+142
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-06-02Placeholder changes to input value in readonly input. (#34040)Rajesh Kumar1-3/+3
* placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar <https://github.com/rajesh2kumar96> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-06-02img in horizontal card (#34160)Gaël Poupard1-1/+1
* docs(cards): img in horizontal card Closes #34145 Simply adds `img-fluid` and `rounded-start` classes to horizontal card example to ensure copy-pasting from the docs matches the expectation. * Update site/content/docs/5.0/components/card.md Co-authored-by: Mark Otto <[email protected]>
2021-06-02add Bootstrap 5 Simplified Chinese translation王赛1-0/+5
2021-06-02Fix typo ("theses"→ "these")Anirvan Chatterjee1-1/+1
2021-05-28corrected link to text alignment docs (#34119)Andrea Sudharta1-1/+1
Co-authored-by: alpadev <[email protected]>
2021-05-25Update Hugo config and sitemap.xml (#34074)XhmikosR1-3/+5
2021-05-25Changing HTTP to HTTPS (#34090)hugonun1-2/+2
2021-05-22Document how to make utilities responsive using the API (#34062)Mark Otto1-0/+51
2021-05-21Replace freenode with libera IRC server (#34050)midzer1-1/+1