https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
320d05c Merge branch 'main' into patrickhlauke-use-of-color-tweaks 21 January 2023, 18:52:05 UTC
1299b16 Docs: tweak icon link and callouts (#37923) * Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <markd.otto@gmail.com> 21 January 2023, 17:51:45 UTC
15744ee Proposal to rename the CSS and Sass variables 21 January 2023, 17:46:48 UTC
cfd3560 Docs: add overflow and text color info to progress bar page (#37921) * Docs: add overflow and text color info to progress bar page * Add example/reference for color & background helper use * Add mention of color modes/dark mode * Tweak link text 21 January 2023, 17:34:09 UTC
d9d2b4f fix typo in gutters doc (#37918) * fix typo in gutters doc * Update site/content/docs/5.3/layout/gutters.md Co-authored-by: Mark Otto <otto@github.com> 21 January 2023, 17:30:08 UTC
bada2b9 Proposal 18 January 2023, 05:10:13 UTC
1369b81 Fix Android Chrome input date dimensions (#36143) * Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network * Use http-server for visual tests * Add input visual tests * Fix input date dimensions on Android Chrome * Increase bootstrap.css max size * Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests" * Switch to pixels: this is an empirical minimum safe value * Update .bundlewatch.config.json Co-authored-by: Mark Otto <otto@github.com> 18 January 2023, 05:09:39 UTC
16aff74 Proposal 17 January 2023, 18:39:49 UTC
5dc7f4c Harmonize the doc 17 January 2023, 18:39:16 UTC
e8b7d38 Correction 17 January 2023, 18:38:51 UTC
20ab821 Sass docs updates (#37897) * Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter 17 January 2023, 02:57:24 UTC
eec5015 Typo 17 January 2023, 00:57:57 UTC
436de31 Add docs callout for utilities that don't respond to color modes 17 January 2023, 00:57:57 UTC
a799f01 Include variables-dark in the import stacks, plus a customize overview fix 17 January 2023, 00:57:18 UTC
779baab Small color mode docs CSS fixes (#37896) * SImplify background gradient syntax * Move inline style to CSS file 17 January 2023, 00:56:50 UTC
ca88999 Fix `.form-control` in dark mode (#37893) * Fix .form-control in dark mode * Remove CSS vars from docs 16 January 2023, 23:56:23 UTC
b3febfb Better use of CSS var 16 January 2023, 23:56:02 UTC
5072307 Update grid example 16 January 2023, 23:55:47 UTC
9042efd Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) 16 January 2023, 23:55:28 UTC
934d7a0 Changed ```popover``` to ```tooltip``` in docs Changed ```popover``` to ```tooltip``` in tooltip component docs page. 15 January 2023, 18:47:05 UTC
8865b46 Move form-text paragraph to Form control page instead of overview to have teh documentation in the same page than sass variables. 15 January 2023, 17:48:17 UTC
17f14ac Remove outdated comment from `$input-border-color` variable 13 January 2023, 02:54:00 UTC
4536f60 Docs: update progress markup in Color modes page 13 January 2023, 02:50:59 UTC
60714e3 Add theme maps specific to dark mode (#37843) * Add theme maps specific to dark mode * Fix CSS building * Fix other failing test Co-authored-by: Mark Otto <markdotto@gmail.com> 12 January 2023, 05:06:18 UTC
f23e203 Mention deprecated classes for color mode on offcanvas 12 January 2023, 05:05:21 UTC
2d57b88 Docs: fix broken links in Color modes page 11 January 2023, 18:07:49 UTC
47580ff Drop duplicate `--bs-body-bg-rgb` declaration + reorder props 11 January 2023, 18:07:09 UTC
748702d Reduce bootstrap-grid.css content 11 January 2023, 18:01:11 UTC
791c44c docs: updates `.text-*-left` changes 11 January 2023, 17:58:30 UTC
79e006b Build(deps-dev): Bump @babel/core from 7.20.7 to 7.20.12 (#37850) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.12/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 January 2023, 13:11:23 UTC
81582ad Build(deps-dev): Bump postcss from 8.4.20 to 8.4.21 (#37851) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 January 2023, 13:10:57 UTC
a901027 Update colored links, add new `.link-body-emphasis` helper (#37833) * Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb * Update bundlewatch * Document it Co-authored-by: Julien Déramond <juderamond@gmail.com> 11 January 2023, 00:34:25 UTC
f40e76d Update snippet examples for dark mode (#37834) * Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR 11 January 2023, 00:33:33 UTC
3fc305b Docs: fix typo in migration guide 10 January 2023, 10:54:06 UTC
927ccdf Remove obsolete comment from `_variables.scss` 08 January 2023, 23:52:38 UTC
1871531 Docs: add `.fw-medium` utility class example 08 January 2023, 23:48:44 UTC
3990571 Remove autofocus on theme switch when page is loaded 08 January 2023, 23:39:31 UTC
1e33cfa Keep shadows black regardless of color mode 08 January 2023, 00:07:02 UTC
980116e Docs: missing deprecated callout for `list-group-item-variant()` mixin 07 January 2023, 22:52:43 UTC
eb10b70 Switch from none keyword value to a fake shadow for btn-link 06 January 2023, 19:48:28 UTC
1ed86c9 Fix 06 January 2023, 19:47:24 UTC
8265927 CSS: rename some variables to be consistent (#37804) * Fix * fix(review) 06 January 2023, 19:46:03 UTC
7399b13 Docs: fix `.btn-clipboard` and `.btn-edit` link hover color 06 January 2023, 19:42:32 UTC
ffbe6e9 Drop unused `.bg-body-emphasis` (#37824) 06 January 2023, 19:41:28 UTC
fd1ec97 Docs: Small enhancements (#37803) * Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color) 06 January 2023, 03:59:59 UTC
702a3b6 Fix duplicate `--bs-emphasis-color` set value (#37809) * Fix duplicate `--bs-emphasis-color` set value * Restore body- prefix Co-authored-by: Mark Otto <markdotto@gmail.com> 06 January 2023, 03:59:24 UTC
d17d2ab Docs: enhance colors description table 06 January 2023, 03:58:52 UTC
1b83ab2 Docs: remove some CSS from `.highlight-toolbar` def 06 January 2023, 03:29:17 UTC
1c05a88 Remove duplicate definition of `--bs-highlight-bg` in `scss/_root.scss` 06 January 2023, 03:19:32 UTC
9c1aa67 Remove unused comment in `scss/_maps.scss` 06 January 2023, 03:18:23 UTC
8a35408 Docs: replace `twbs/bootstrap-npm-starter` by `twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <markdotto@gmail.com> 04 January 2023, 21:38:45 UTC
846d660 Include twbs/examples in the Examples page 04 January 2023, 17:56:11 UTC
803d9d4 Docs: fix headings color in light/dark mode (#37802) 04 January 2023, 16:47:31 UTC
d70b5db Add new link utilities, icon link helper, and update colored link helpers (#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 04 January 2023, 06:23:46 UTC
89f9ffc Rewrite some callouts to remove most headings and reduce their content 04 January 2023, 06:21:52 UTC
d13c8f6 Build(deps): Bump json5 from 1.0.1 to 1.0.2 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:50:18 UTC
fa87dae Change stylelint `property-blacklist` to `property-disallowed-list` see https://github.com/twbs/bootstrap/pull/31066#issuecomment-1369405723 / https://github.com/stylelint/stylelint/releases/tag/13.7.0 xref #31066 04 January 2023, 03:46:08 UTC
974c50b Build(deps-dev): Bump stylelint from 14.16.0 to 14.16.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:44:36 UTC
d840a68 Build(deps-dev): Bump rollup from 3.9.0 to 3.9.1 Bumps [rollup](https://github.com/rollup/rollup) from 3.9.0 to 3.9.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/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:44:15 UTC
33d520e Build(deps-dev): Bump eslint from 8.30.0 to 8.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:43:57 UTC
f692ecd Docs: fix accordion flush description 04 January 2023, 03:42:58 UTC
8546804 Add webpack build to webpack guide 04 January 2023, 03:40:58 UTC
da1c968 Remove dark mode --bs-heading-color value, set to null, and add custom styles for the docs dark mode headings 04 January 2023, 03:36:20 UTC
9013c98 Docs: add explanation of the base `.btn` class (#37275) * Docs: add explanation of the base `.btn` class and a callout reminding authors to at least define some focus styling if they intend to use it "naked" * Turn callout into a warning * Add initial heading * Tweak callout wording 03 January 2023, 11:28:27 UTC
3ee2a75 Use Bootstrap colors in syntax highlighting 03 January 2023, 06:06:59 UTC
19d547b fix live toast demo (#37590) * fix live toast demo * Fix live toast demo * Update snippets.js * Update toasts.md * Update snippets.js * Code review comments addressed Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 03 January 2023, 06:06:09 UTC
e30916b Change nav focus to focus-visible (#37784) Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 03 January 2023, 03:50:46 UTC
e60002b Docs: add CSS variables section in close button section 02 January 2023, 19:39:13 UTC
0d64dc6 Docs: offcanvas toggles accessibility fixes, fully hide layout template input Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 02 January 2023, 16:07:48 UTC
dbdfab8 Update tooltips.md 02 January 2023, 15:44:55 UTC
d0b0fec Fix code color in callouts 02 January 2023, 06:33:54 UTC
5a0899d Fix cards color for contextual color mode 02 January 2023, 05:56:19 UTC
212c0df Docs: Make theme switcher accessible (#37780) * Make theme switcher accessible * set an explicit `aria-label` to the switcher (as the `<span>` is not sufficient, as it can be display:none'd and then the button has no accName) * make the theme buttons actual `aria-pressed` toggles * Dynamically update aria-label for theme switcher * Explicitly reset focus after activating theme * Use innerText for the constructed dynamic aria-label this way, if the text ever gets changed in the html, this will adapt appropriately * Tweak accessible name for the dropdown * Fixup * Use `textContent` instead of `innerText` 02 January 2023, 05:54:46 UTC
2cc580e Docs: remove remnants of Twitter / bump dates (#37779) 02 January 2023, 00:30:53 UTC
1b39d12 Docs: Remove unnecessary `id`/`aria-labelledby` from accordion examples Follow-up to https://github.com/twbs/bootstrap/pull/37718 31 December 2022, 00:50:10 UTC
4b12084 Docs: enhance Focus ring example section desc 31 December 2022, 00:48:07 UTC
9e17b2b Focus ring helper and utilities (#33125) * 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 <ffoodd@users.noreply.github.com> * 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 <ffoodd@users.noreply.github.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 29 December 2022, 22:19:22 UTC
1a043b5 Docs: enhance callouts links on dark mode 29 December 2022, 21:32:09 UTC
dabc081 Fix selector for dark mode navbar toggler SVG change 29 December 2022, 20:46:15 UTC
433558d Docs: replace dark btns by primary ones from Button group docs to avoid issues in dark mode 29 December 2022, 20:28:52 UTC
31ee235 Build(deps-dev): Bump sass-true from 6.1.0 to 7.0.0 29 December 2022, 20:28:24 UTC
fabe074 Darken some text emphasis and syntax colors 29 December 2022, 20:28:02 UTC
a9810ec Use scrollspy on docs pages (#33428) * use scrollspy on docs pages * Update colors by taking into account new dark mode * Restyle it * Update colors once more * Fix some color contrast issues Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 29 December 2022, 20:11:01 UTC
8befabb Docs: display examples based on the docs current color mode (#37562) * Docs: display examples based on the docs current color mode * Fix _default/examples.html 29 December 2022, 06:58:35 UTC
baf5d4c Fix CSS variables mentioned in our docs 29 December 2022, 06:17:16 UTC
7d9aa9d Add .nav-underline modifier class (#33126) * Add .nav-underline modifier class * Tweak sizing and spacing, add underline on hover * Rebuild with Sass and CSS variables * Document CSS vars * Bump bundlewatch 29 December 2022, 05:55:54 UTC
9757634 Remove scorecards (#37751) 28 December 2022, 21:49:57 UTC
406ab2a Build(deps): Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#37728) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:45:07 UTC
6b9ed93 Build(deps-dev): Bump rollup from 3.8.1 to 3.9.0 (#37750) Bumps [rollup](https://github.com/rollup/rollup) from 3.8.1 to 3.9.0. - [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/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:44:14 UTC
c4155c4 Build(deps-dev): Bump lockfile-lint from 4.9.6 to 4.10.0 (#37729) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.9.6 to 4.10.0. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.0/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:43:29 UTC
752be86 Improve readability in docs flex page (#34647) It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above. Co-authored-by: Mark Otto <markdotto@gmail.com> 28 December 2022, 21:19:55 UTC
a99234d Use aria-labelledby to associate form-text (helper) with input field … (#37587) * Use aria-labelledby to associate form-text (helper) with input field when it contains mandatory info (e.g. data format) * Example in input-group needs aria-describedby (or aria-labelledby) too Co-authored-by: Mark Otto <markdotto@gmail.com> 28 December 2022, 21:19:34 UTC
5d9c09c Add color-scheme to dark root selector 28 December 2022, 21:00:36 UTC
f9827ac Update /#color-schemes to v5.3 28 December 2022, 21:00:06 UTC
993ad97 Docs: handle light/dark mode in Algolia search modal (#37738) * Docs: handle light/dark mode in Algolia search modal * Improve scopes 28 December 2022, 00:43:42 UTC
eb48194 Update colour contrast formula with new constant from WCAG 2.2 (#37731) See https://github.com/w3c/wcag/pull/1780 Closes #37022 27 December 2022, 14:13:38 UTC
39c51aa Docs: change some title containing '&' to bypass Algolia issue 26 December 2022, 23:36:16 UTC
6295d3b Few miscellaneous docs fixes (#37625) * Update hero button color * Fix link color on examples index * Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd * Undo the markup split * Round padding up to whole number 26 December 2022, 19:32:43 UTC
98ebf3a Improve consistency of navbar icon declaration (#37720) * Use $navbar-light-color instead of inline color * Introduce separate $navbar-light-icon-color 26 December 2022, 19:19:53 UTC
21956ee Drop logo on homepage on mobile 26 December 2022, 19:03:32 UTC
back to top