https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
ac57661 Release v5.3.0-alpha3 (#38357) * Bump version to 5.3.0-alpha3 * Dist 03 April 2023, 07:26:50 UTC
c0107d1 docs: add variables-dark import in home page 01 April 2023, 21:35:51 UTC
74c6f2b Fix clipboard code (#38380) 30 March 2023, 13:03:48 UTC
3ba7ca4 Update RFS to v10.0.0 29 March 2023, 17:49:58 UTC
ae43f0c Tweak and re-organize ESLint config (#38369) * Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint 29 March 2023, 17:49:30 UTC
3aabfc7 Another pass at fixing floating labels disabled colors (#38313) * Another pass at fixing floating labels disabled colors * Fix height for textareas * Fix disabled background * Move from full width to an inline-block-ish approach --------- Co-authored-by: XhmikosR <xhmikosr@gmail.com> 29 March 2023, 17:46:09 UTC
7a7fc1a Modal: drop loop (#38368) We only have two elements to iterate over so it doesn't make a lot of sense to use a loop here 29 March 2023, 08:00:31 UTC
c953096 event-handler: switch to const (#38362) 28 March 2023, 19:34:06 UTC
1fe9067 zip scripts: remove previous zip files and add quiet flag (#38358) 28 March 2023, 16:56:17 UTC
c5fde53 Docs: update Webpack guide (#38345) * Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide 28 March 2023, 14:02:37 UTC
34c2725 Docs: `js-docs` unindent automatically the code inside shortcode (#38349) 28 March 2023, 14:01:47 UTC
92f9dda Add a check for interpolation variables to node-sass workflow (#38283) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 March 2023, 15:34:14 UTC
cad38ef README.md: fix JS Tests link (#38343) 27 March 2023, 09:46:13 UTC
94c7dc7 Add detailed explanation of the JS components configuration merging process (#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <markd.otto@gmail.com> 27 March 2023, 09:30:27 UTC
06f7c3b Add js-docs shortcode to ensure consistency between doc and js code (#38316) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 March 2023, 09:10:25 UTC
31f93e2 Docs: fix Markdown table with empty column (#38342) 27 March 2023, 08:48:42 UTC
e34cf6a Build(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 (#38341) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.4 to 0.101.5. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.4...v0.101.5) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 27 March 2023, 08:08:18 UTC
1729bcc docs: remove trailing newline when copying snippets (#38321) 27 March 2023, 08:04:52 UTC
2bbf670 Change diff file path in Webpack guide (#38339) 27 March 2023, 08:04:07 UTC
d76ee28 Fixed typo in 5.3.0-alpha2 migration 26 March 2023, 22:10:33 UTC
43bc20a Update dependencies (#38330) 26 March 2023, 10:51:20 UTC
74431bd Update dependencies and regenerate package-lock.json (#38329) * @popperjs/core ^2.11.6 → ^2.11.7 * hugo-bin ^0.101.2 → ^0.101.4 * nodemon ^2.0.21 → ^2.0.22 * rollup ^3.20.0 → ^3.20.2 * sass ^1.59.3 → ^1.60.0 26 March 2023, 10:02:38 UTC
cd89088 Add `media-query` color mode Sass test (#38326) 26 March 2023, 07:58:31 UTC
f771171 Update selectors for carousel media query color mode option (#38328) 26 March 2023, 07:53:00 UTC
d533e6f Fix tooltip body placement with variation placements 25 March 2023, 19:22:15 UTC
208ba3d Document new .d-inline-grid utility 25 March 2023, 02:42:10 UTC
3b9b154 Use `border-radius` CSS variables in more components (#38284) * Update _variables.scss missing global variable on nav-pills-border-radius * Update _variables.scss 25 March 2023, 02:41:44 UTC
33ad338 Update display utility 25 March 2023, 02:32:36 UTC
aa50e23 scss: bring light/dark accordion icon color handling to parity The light themed accordion icon is controlled by a set of two variables: - `$accordion-icon-color` - `$accordion-icon-active-color` The dark themed accordion icon did not have this level of control available and instead would always use `$primary-text-emphasis-dark`. Replicate the behaviour to permit individual control over the colours to match the behaviour for the light themed form. 25 March 2023, 01:58:08 UTC
c877cef Release v5.3.0-alpha2 (#38244) * Bump version to 5.3.0-alpha2 * Dist 24 March 2023, 14:30:16 UTC
f8a56da Docs: `scss-docs` unindent automatically the code inside shortcode 24 March 2023, 14:11:22 UTC
2008c65 Docs: fix two class attributes on same button (#38317) 24 March 2023, 14:05:56 UTC
0653e7f Fix reference to twbs/examples/icons-font + fine-tune index.html SB location 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 <xhmikosr@gmail.com> 24 March 2023, 14:00:58 UTC
e873048 vnu-jar.js: add more logging (#38314) 24 March 2023, 09:32:43 UTC
aadfe7e Fix comment position in `assets/scss/_content.scss` (#38281) 23 March 2023, 12:31:24 UTC
99867eb Update Vite, Parcel and Webpack guides (#38305) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 23 March 2023, 06:07:04 UTC
b3faa0c docs: remove moot `v` from docs-versions.yml (#38301) 22 March 2023, 08:24:17 UTC
842fd50 Remove version from index.{esm,umd}.js too (#38302) 22 March 2023, 08:23:24 UTC
00fc712 Update browserstack.yml (#38303) 22 March 2023, 08:20:31 UTC
fdcb9b1 Update browserstack.yml 22 March 2023, 07:25:43 UTC
ab049cd Remove version comment from JavaScript src files (#38294) 22 March 2023, 07:12:33 UTC
c2671ec CI: limit the on push triggers (#38291) 22 March 2023, 07:03:51 UTC
7d03805 Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#38288) * Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update js.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 21 March 2023, 13:18:24 UTC
4345a3c Build(deps-dev): Bump rollup from 3.19.1 to 3.20.0 (#38290) Bumps [rollup](https://github.com/rollup/rollup) from 3.19.1 to 3.20.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.19.1...v3.20.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 21 March 2023, 10:30:54 UTC
71d5286 Build(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 (#38289) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.0 to 0.101.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.0...v0.101.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 21 March 2023, 10:30:00 UTC
43ec90b Update dependabot.yml 21 March 2023, 10:27:28 UTC
a6d8aa8 Proposal to use `scroll-margin-top` instead of introducing padding and negative margin (#38220) 20 March 2023, 00:45:46 UTC
5d40483 Slightly improve examples PNG files (#38270) Before: 97,4 KB (99.758 bytes) After: 94,2 KB (96.512 bytes) 20 March 2023, 00:42:52 UTC
f52d4a3 Fix `placeholder` shortcode color and background params when 'img' markup (#38263) 20 March 2023, 00:42:30 UTC
6855ce9 Revert "Guard more in color-modes.js (#38235)" (#38280) This reverts commit 474bf2aed1c03cf53e2d2c48b30c5e689dd9e6bc. 20 March 2023, 00:35:57 UTC
2d0c94c Docs: make all headings use `var(--bs-emphasis-color)` (#38262) 19 March 2023, 23:57:35 UTC
5414880 Build(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 (#38267) Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: jasmine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 March 2023, 14:19:54 UTC
52ef707 Build(deps-dev): Bump @babel/core from 7.21.0 to 7.21.3 (#38266) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.0 to 7.21.3. - [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.21.3/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 March 2023, 14:18:46 UTC
fa4854f Build(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 (#38269) Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 March 2023, 14:17:17 UTC
0086258 Build(deps-dev): Bump sass from 1.59.2 to 1.59.3 (#38265) Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.59.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.59.2...1.59.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 March 2023, 14:16:44 UTC
c128b90 Build(deps-dev): Bump hugo-bin from 0.100.0 to 0.101.0 (#38264) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.100.0 to 0.101.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.100.0...v0.101.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 March 2023, 14:15:53 UTC
8701d89 icon-link.md: remove moot aliases (#38246) 17 March 2023, 05:58:09 UTC
4ba2deb Docs: consistent deprecation messages in Close Button dark variant (#38247) 16 March 2023, 16:22:20 UTC
fe786cd Update hugo-bin to v0.100.0 (#38243) This version is using my @xhmikosr/bin-wrapper fork. All current npm vulnerabilities are fixed. 15 March 2023, 19:34:43 UTC
adf7b8d Docs: use core mixins in a couple of places (#38236) 15 March 2023, 04:40:58 UTC
c400653 Tweak stylelint config (#38228) * rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config 15 March 2023, 04:30:45 UTC
474bf2a Guard more in color-modes.js (#38235) 14 March 2023, 18:30:11 UTC
6a043d9 Remove empty script tag (#38233) 14 March 2023, 12:30:36 UTC
898cfc7 Update codeql.yml (#38225) 14 March 2023, 07:10:31 UTC
ca6dfad Move --printUnusedTemplates in hugo scripts (#38227) 14 March 2023, 07:09:48 UTC
3b632cd Update minor dependencies (#38229) * @babel/cli ^7.20.7 → ^7.21.0 * @babel/core ^7.20.12 → ^7.21.0 * autoprefixer ^10.4.13 → ^10.4.14 * eslint ^8.34.0 → ^8.36.0 * hugo-bin ^0.98.0 → ^0.99.3 * jquery ^3.6.3 → ^3.6.4 * rollup ^3.17.2 → ^3.19.1 * sass ^1.58.3 → ^1.59.2 14 March 2023, 07:08:09 UTC
ca1dd22 Specify lockfile-version=2 for older npm compatibility (#38226) 14 March 2023, 07:04:46 UTC
ebcb6c4 Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 14 March 2023, 04:51:40 UTC
e00d06e Fix wrong generation of `aria-labelledby` in tab navigation (#38223) * fix wrong generation of aria-labelledby in tab navigation * fix wrong test --------- Co-authored-by: Jan Bensch <github@bensch.dev> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 March 2023, 04:50:08 UTC
e9355c6 Build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#38187) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 March 2023, 14:03:55 UTC
7bc4f4f Build(deps-dev): Bump nodemon from 2.0.20 to 2.0.21 (#38186) Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 March 2023, 14:01:51 UTC
c57be44 Docs: consistent usage of CSS sections (#38175) 13 March 2023, 10:41:27 UTC
59c556c Drop unused `bootstrap-social-logo.png` 10 March 2023, 18:36:46 UTC
6f18ad9 Update buttons.md (#38169) * Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> --------- Co-authored-by: Julien Déramond <julien.deramond@orange.com> 10 March 2023, 18:35:58 UTC
9c0b2be Update _carousel.scss fix data-bs-theme="dark" on component itself 10 March 2023, 17:26:25 UTC
fd7cfac Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples (#38182) * Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples * Update site/layouts/shortcodes/js-dismiss.html Co-authored-by: Julien Déramond <juderamond@gmail.com> --------- Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> 10 March 2023, 17:23:59 UTC
25579aa Fix (#38191) Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 10 March 2023, 17:19:58 UTC
24130a4 Fix typo in `utilities/colors.md` (#38194) 10 March 2023, 17:19:21 UTC
2a9308b Update workflow 10 March 2023, 17:18:35 UTC
2032a6a Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196) * Proposal * fix(review) 10 March 2023, 17:17:38 UTC
8e27427 Improve `scss-docs` link 10 March 2023, 17:16:59 UTC
1f7e7eb Better use the CSS 10 March 2023, 17:15:33 UTC
a7e0114 Remove useless import 10 March 2023, 16:45:12 UTC
2a2c4ab Docs: fix typo in Color modes page (#38198) 08 March 2023, 14:16:34 UTC
a3f8480 Remove nesting color modes docs section (#38192) * Update docs for nesting color modes to better communicate issues with nesting light in dark * Remove nesting entirely actually, it's impossible to properly show an example when in dark mode 08 March 2023, 05:53:31 UTC
3cec38c Fixes click area for header example snippet 08 March 2023, 05:53:05 UTC
039f3d1 Remove comments from `scss/_utilities.scss` (#38181) 07 March 2023, 07:32:09 UTC
423f112 Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177) 07 March 2023, 05:49:38 UTC
833da72 Fix missing modifications when `--bs-{color}-text` was changed to `--bs-{color}-text-emphasis` (#38176) 07 March 2023, 05:45:07 UTC
cff5c60 Docs: vertically align starters images in example page (#38179) 07 March 2023, 05:40:08 UTC
d5f4532 Docs: fix overflow:auto horizontal scrollbars covering last line of code blocks (#37694) * Add dirty hack for Firefox * Disable stylelint check for function-url-quotes to make the hack go through unchallenged * Make the fix across all browsers It's not just Firefox - same issue can be seen (though slightly less horrible looking) on macOS / Chrome etc * Tweak padding, move clipboard button down slightly * Further CSS tweaks Forcing `overflow: overlay` should normalise behaviour between Chrome/Win and other implementations. While visually the Chrome/Win scrollbar still looks big and ugly, its height/spacing is now taken into account as being part of the content, so styles can be applied consistently with extra padding at the bottom * Linting fixes * Linting fixes * Apply suggestions from code review --------- Co-authored-by: Mark Otto <markd.otto@gmail.com> 04 March 2023, 20:05:54 UTC
ea19c3d Fixed some grammar issues 04 March 2023, 19:50:05 UTC
b26233c Examples: color mode enhancement (#38144) * Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <markdotto@gmail.com> 04 March 2023, 19:49:07 UTC
9a1f4ed Fix button visibility issue on dark theme (#38115) * Fix button visibility issue on dark theme * Add $btn-color-variable in _buttons.scss * Apply suggestions from code review --------- Co-authored-by: Семен Лаверентьев <remark.lavrentev@gmail.com> Co-authored-by: Mark Otto <otto@github.com> 02 March 2023, 18:49:54 UTC
dbc021b Fix navbar-nav link styling 02 March 2023, 18:47:54 UTC
7832136 Icon link: envariable + enhance the documentation (#38130) * Envariable the icon-link helper * Proposal * . 02 March 2023, 18:32:43 UTC
912cfe5 Fix dropdown toggle visible focus in headers example 02 March 2023, 18:32:03 UTC
b8b8166 Docs: `.text-body-secondary` appears two times in Utilities > Colors 02 March 2023, 18:24:58 UTC
38a4310 Docs: replace 'popover' by 'tooltip' in tooltip's page' options section 02 March 2023, 18:23:38 UTC
34901f1 Docs: rollback some modification about `.text-muted` deprecation messages 02 March 2023, 18:23:03 UTC
back to top