aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR91-307/+483
2020-09-29Revert #31761 (#31792)XhmikosR3-2/+2
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
2020-09-29Change grid classes to utilities to make vertical nav example more resilient ↵Mark Otto1-37/+29
to narrow viewports (#31785) Co-authored-by: XhmikosR <[email protected]>
2020-09-28Compress the new imagesXhmikosR2-0/+0
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto3-1/+1
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR2-3/+3
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR12-37/+91
2020-09-28Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#31781)dependabot[bot]2-5/+5
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28Bump rollup from 2.28.1 to 2.28.2 (#31779)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.1 to 2.28.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.28.1...v2.28.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28Bump eslint from 7.9.0 to 7.10.0 (#31778)dependabot[bot]2-13/+13
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28Bump karma from 5.2.2 to 5.2.3 (#31777)dependabot[bot]2-16/+16
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.2.2...v5.2.3) 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]>
2020-09-28Bump bundlewatch from 0.3.0 to 0.3.1 (#31776)dependabot[bot]2-4/+4
Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/bundlewatch/bundlewatch/releases) - [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28_variables: change $btn-close-bg's attribute order (#31772)XhmikosR1-1/+1
Just to save a few bytes from the compressed files.
2020-09-28Tweak versions page columns (#31754)XhmikosR1-1/+1
2020-09-28Re-optimize SVGXhmikosR1-1/+1
2020-09-28Move homepage-hero.svg to an img tagXhmikosR3-2/+2
2020-09-28Minor wording fixesXhmikosR1-7/+7
2020-09-28Fix linksXhmikosR1-20/+20
2020-09-28v5 alpha 2 migration guide updatesMark Otto1-12/+52
2020-09-28Convert SVGs in navbar and subnav to pixels (#31767)Mark Otto2-3/+3
2020-09-25brand: minor consistency changes (#31750)XhmikosR3-3/+3
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto13-78/+129
* Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple
2020-09-25Restore `rem` unit (#31746)Martijn Cuppens1-1/+1
Fix unintentional unit change in https://github.com/twbs/bootstrap/commit/1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4#diff-d8ee409a461718bfb6240710c8c73382
2020-09-24Fix bundlewatch test I missedMark Otto1-1/+1
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto3-4/+69
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by: XhmikosR <[email protected]>
2020-09-24docs: link to the Asynchronous functions section (#31738)XhmikosR1-1/+1
2020-09-24README.md: show brotli size too (#31259)XhmikosR1-0/+2
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto3-0/+100
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by: XhmikosR <[email protected]>
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws2-0/+18
Co-authored-by: XhmikosR <[email protected]>
2020-09-23Forgot to divide by 2Mark Otto1-2/+2
2020-09-23Match container gutters with row guttersMark Otto2-4/+6
- Replaces make-container mixin's padding-x param with gutter to match naming - Changes value of container padding variable to match grid gutter width variable - Uses local CSS variable for container padding Fixes #31642
2020-09-23Updates to .ratio selectors and docsMark Otto4-19/+19
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
2020-09-23Add example of responsive behavior for aspect ratiosMark Otto2-0/+26
2020-09-23Move styles to docs CSSMark Otto2-8/+11
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto8-81/+82
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto5-40/+57
- Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide
2020-09-23Input group addon sass customization options (#31729)Martijn Cuppens2-2/+5
2020-09-22Add more variables, add a comment for the 3Mark Otto3-12/+15
2020-09-22Double the brightness for improved focus contrastMark Otto1-1/+1
2020-09-22Update .btn-close-white to use grayscale() filter too for better focus stylesMark Otto1-1/+1
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto6-43/+44
some more close examples, and add a new .btn-close-white variant
2020-09-22Update some close button examplesMark Otto2-7/+3
2020-09-22Tweak sizing and alignment of .btn-close in modal headersMark Otto1-4/+3
2020-09-22Add details to the Migration pageMark Otto1-0/+6
2020-09-22Add opacity variables, set opacity on disabled stateMark Otto2-3/+8
2020-09-22Increase margin in button examples to better highlight focus stylesMark Otto1-2/+1
2020-09-22Increase width of focus styles so it's more pixel perfect out of the boxMark Otto1-1/+1
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto7-99/+55
focus state
2020-09-22Add new variable for -padding-xMark Otto2-1/+2
2020-09-22Bump rollup from 2.26.11 to 2.28.1 (#31725)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.11 to 2.28.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.26.11...v2.28.1) 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]>