https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
04ab8ba feat(config.js): provide a `setConfig` method for all js components 31 May 2022, 08:19:25 UTC
d388bd6 JS: tests fixes & standardization of spies usage (#36398) * Fix carousel spec typo * Change carousel test name in align with testing method * Make the spies declarations the same everywhere 31 May 2022, 08:18:32 UTC
78c0ad8 fix alert border radius 30 May 2022, 16:26:41 UTC
ef3ecaf Docs: Use example shortcode for all Button groups (#36450) 30 May 2022, 05:27:48 UTC
651dae6 Add some details on "javascript" page (#36363) * docs: Add more details on "getting-started -> javascript" page & group jQuery stuff * Update after feedback * Rewrite some content - Shorten copy here and there - Reduce some callouts that are entire sections with h2 headings - Re-arrange a couple things Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 28 May 2022, 02:06:07 UTC
8b85267 Fix StackBlitz examples by embedding snippets.js when needed (#36352) * Fix StackBlitz examples by embedding snippets.js when needed * Fix Popovers * Fix tooltips * Fix Toasts * Add comment sections * Fix Alerts * Indeterminate heckboxes + classes handling * Nothing to do for links * Fix modals * Nothing to do for Offcanvas * Remove correctly .bd-example * Add body .p-3 for all StackBlitz examples 26 May 2022, 21:29:08 UTC
4a3c004 Update Sass for computing `.table-group-divider` border (#36446) * Update Sass for computing .table-group-divider border * Remove stylelint rule 26 May 2022, 21:23:54 UTC
23c4a96 Update import order for utilities API docs (#36444) * Update import order for utilities API docs * Add more complex examples, clarify things * typo 26 May 2022, 21:11:27 UTC
0c5cc1b Docs: improve image compression (#36346) 25 May 2022, 06:41:15 UTC
461596e Add docs info for using JS w/ ESM shim (#36414) * Docs: dependencies mgmt for vanilla ESM in browser Doc change for https://github.com/twbs/bootstrap/issues/31944 * Update javascript.md * Update javascript.md * Update .cspell.json * Update javascript.md * Update javascript.md * rewrite * Add link * edit * eslint-skip Co-authored-by: Caspar MacRae <earcam@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 24 May 2022, 17:52:46 UTC
dea14df CSS: doc fixes (#36425) * Remove unused attributes * Use utilities rather than using new CSS * Removed unused class * Change StackBlitz icon `aria-label` + small inconsistency 24 May 2022, 17:39:57 UTC
afef596 Bump stylelint-config-twbs-bootstrap from 3.0.1 to 3.1.0 (#36428) * Bump stylelint-config-twbs-bootstrap from 3.0.1 to 3.1.0 Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .stylelintrc Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 24 May 2022, 06:47:44 UTC
39b6094 Update devDependencies (#36427) * @babel/core ^7.17.10 → ^7.18.0 * @babel/preset-env ^7.17.10 → ^7.18.0 * eslint ^8.15.0 → ^8.16.0 * eslint-config-xo ^0.40.0 → ^0.41.0 * hugo-bin ^0.86.0 → ^0.87.1 * postcss ^8.4.13 → ^8.4.14 * rollup ^2.72.1 → ^2.74.1 * sass ^1.51.0 → ^1.52.1 * stylelint ^14.8.2 → ^14.8.3 24 May 2022, 04:24:28 UTC
427c089 Stylelint: Disable `custom-property-empty-line-before` 23 May 2022, 02:58:14 UTC
d17fe26 Rewrite Parcel guide (#36411) * Rewrite Parcel guide * update to match latest webpack guide, add images * eslint-skip * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> * match parcel to webpack, share footer, consistent use of no ; * Update site/content/docs/5.2/getting-started/parcel.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> * edits from code review * Add custom images * add image compression action from blog Co-authored-by: Julien Déramond <julien.deramond@orange.com> 23 May 2022, 00:47:01 UTC
7ed1a5f Truncate text to prevent multiline floating label 21 May 2022, 17:47:34 UTC
8d87997 Remove is-invalid from textarea validation example 21 May 2022, 17:18:16 UTC
3a327c9 Rewrite Webpack guide (#36382) * Rewrite Webpack guide Co-Authored-By: GeoSot <geo.sotis@gmail.com> Co-Authored-By: Julien Déramond <17381666+julien-deramond@users.noreply.github.com> * rewrite some pieces * eslint-skip Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: Julien Déramond <17381666+julien-deramond@users.noreply.github.com> 20 May 2022, 20:43:30 UTC
27261bd add back focus box shadow on btn link 20 May 2022, 18:19:17 UTC
eaf760e Update form-control-color sizing and styles (#36156) 20 May 2022, 18:02:32 UTC
e2e107f CSS: few proposals (#36406) * Something to try about `!important` in color-bg helper * Better understanding border utility `.border-*-0` * Having rounded numbers of px 20 May 2022, 17:28:31 UTC
8959bf3 Docs: quick fixes for HTML (#36395) * 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 20 May 2022, 17:21:48 UTC
73e45ee Update introduction.md Juste a quotation mark. 20 May 2022, 16:38:34 UTC
416f490 Fix missing Swag Store URL 17 May 2022, 14:51:58 UTC
b5a9567 Assorted Event handler patches (#36171) * EventHandler: rename functions & variables * EventHandler: export event hydration to function * EventHandler: rename variable * EventHandler: simplify checks and make use of one variable Move check of falsie delegated-selector, caused by tooltip.js * EventHandler: more renaming * Update event-handler.js * bump bunldewatch Co-authored-by: XhmikosR <xhmikosr@gmail.com> 16 May 2022, 14:59:50 UTC
da54101 Correct rounded sizes number 16 May 2022, 14:14:42 UTC
e12e080 Update search box styling and position 15 May 2022, 21:22:33 UTC
bb4f9d7 Offcanvas not showing with .showing (#36353) The transform of .showing was being overridden by .offcanvas.offcanvas-start, while .show wasn't. This resulted in an illusion of the offcanvas waiting for the backdrop, reported in #36347. Moving the show classes below the position classes fixes this problem. 14 May 2022, 18:36:01 UTC
46bb9e7 Fix homepage npm install snippet 13 May 2022, 17:16:05 UTC
ab37f63 docs: add the version in npm/yarn commands 13 May 2022, 17:16:05 UTC
fca04c0 Dist 13 May 2022, 16:44:01 UTC
eacee3a Add Fathom Analytics 13 May 2022, 16:44:01 UTC
f7e8ca9 Prepare v5.2.0-beta1 13 May 2022, 16:44:01 UTC
8d016c6 Fix a11y keyboard access to docs navigation (#36340) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 13 May 2022, 16:28:55 UTC
5f8383a docs: link to the root page for the homepage (#36344) 13 May 2022, 16:28:18 UTC
bd84449 Update devDependencies and regenerate package-lock.json (#36342) * karma ^6.3.19 → ^6.3.20 * karma-jasmine ^5.0.0 → ^5.0.1 13 May 2022, 16:27:17 UTC
ce650e7 docs: drop Scratch usage (#36337) 13 May 2022, 15:49:49 UTC
6c10d60 tooltip: ignore `$tooltip-margin` warning for core 13 May 2022, 15:38:24 UTC
b167420 Revert backdrop utilization, handling clicks over modal (#36324) * refactor(Modal.js): stop using backdrop class to handle clicks over modal * Revert #35554 and backdrop callback usage Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals" * Update .bundlewatch.config.json Co-authored-by: Mark Otto <markd.otto@gmail.com> 13 May 2022, 04:20:04 UTC
88a6610 Minor changes in 'Usage with JavaScript frameworks' description 11 May 2022, 19:06:48 UTC
bbda152 Remove unused `.border-right` rule from modal example CSS file 11 May 2022, 18:29:26 UTC
dd19bf2 Doc: fix text overflow example 11 May 2022, 15:28:35 UTC
795167d Fix contents.md 10 May 2022, 22:17:29 UTC
3cac119 Bump terser from 5.12.1 to 5.13.1 (#36267) Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.13.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.12.1...v5.13.1) --- updated-dependencies: - dependency-name: terser 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 May 2022, 08:38:12 UTC
124bdfa Bump ip from 1.1.5 to 2.0.0 (#36316) Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 2.0.0. - [Release notes](https://github.com/indutny/node-ip/releases) - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v2.0.0) --- updated-dependencies: - dependency-name: ip 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> 10 May 2022, 08:22:52 UTC
a9f8feb Bump nodemon from 2.0.15 to 2.0.16 (#36320) Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16) --- 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> 10 May 2022, 07:27:45 UTC
0e2fe9c Bump @rollup/plugin-node-resolve from 13.2.1 to 13.3.0 (#36319) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.2.1 to 13.3.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.3.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" 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> 10 May 2022, 07:10:18 UTC
ceb94d0 Bump @babel/core from 7.17.9 to 7.17.10 (#36318) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.9 to 7.17.10. - [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.17.10/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> 10 May 2022, 07:02:47 UTC
8070e2d Bump hugo-bin from 0.85.3 to 0.86.0 (#36317) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.85.3 to 0.86.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.85.3...v0.86.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> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 May 2022, 06:59:10 UTC
7db2b16 Bump eslint from 8.13.0 to 8.15.0 (#36315) Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.15.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.13.0...v8.15.0) --- updated-dependencies: - dependency-name: eslint 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> 10 May 2022, 06:51:00 UTC
003fcac Bump stylelint from 14.7.1 to 14.8.2 (#36313) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.7.1 to 14.8.2. - [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.7.1...14.8.2) --- updated-dependencies: - dependency-name: stylelint 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> 10 May 2022, 06:49:44 UTC
63d4c50 Bump rollup from 2.70.2 to 2.72.1 (#36314) Bumps [rollup](https://github.com/rollup/rollup) from 2.70.2 to 2.72.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.70.2...v2.72.1) --- 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 May 2022, 06:48:44 UTC
78e49f5 Bump postcss from 8.4.12 to 8.4.13 (#36321) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.13. - [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.12...8.4.13) --- updated-dependencies: - dependency-name: postcss 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 May 2022, 06:41:48 UTC
6ca83e8 Bump @babel/cli from 7.17.6 to 7.17.10 (#36265) Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.6 to 7.17.10. - [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.17.10/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" 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> 10 May 2022, 06:36:18 UTC
b2477d5 Bump autoprefixer from 10.4.4 to 10.4.7 (#36264) Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.4 to 10.4.7. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.4...10.4.7) --- updated-dependencies: - dependency-name: autoprefixer 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> 10 May 2022, 06:35:36 UTC
6ac37c9 Bump karma from 6.3.18 to 6.3.19 (#36227) Bumps [karma](https://github.com/karma-runner/karma) from 6.3.18 to 6.3.19. - [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/v6.3.18...v6.3.19) --- updated-dependencies: - dependency-name: karma 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> 10 May 2022, 06:34:12 UTC
314a9dd Bump github/codeql-action from 1 to 2 (#36230) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production 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> 10 May 2022, 06:33:45 UTC
fb20700 Bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 (#36226) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 22.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" 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> 10 May 2022, 06:33:19 UTC
224b02e Bump sass from 1.50.1 to 1.51.0 (#36225) Bumps [sass](https://github.com/sass/dart-sass) from 1.50.1 to 1.51.0. - [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.50.1...1.51.0) --- updated-dependencies: - dependency-name: sass 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 May 2022, 06:32:35 UTC
68f5965 Bump @babel/preset-env from 7.16.11 to 7.17.10 (#36266) Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.17.10. - [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.17.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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> 10 May 2022, 06:25:25 UTC
4207544 Fix search with xs to md breakpoints 09 May 2022, 03:08:03 UTC
619a65c Remove leftover abbr styles in Reboot for tooltips /cc @GeoSot 09 May 2022, 03:01:25 UTC
4a682ab Toast: provide `isShown` method (#36272) * feat(Toast): provide `isShown` method * Update site/content/docs/5.1/components/toasts.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com> 07 May 2022, 04:29:21 UTC
92e6856 Docs(Scrollspy): minor changes to be aligned with new version of javascript (#36260) * Docs(Scrollspy): minor changes to be aligned with new version of javascript code * first example: add proper root-margin * 'nested nav' example: add more content to sections & enable smooth-scroll * fix typo * Changes after feedback * Update examples and docs to streamline some things and improve how it works section Co-authored-by: Mark Otto <markdotto@gmail.com> 07 May 2022, 04:23:49 UTC
f02bdf7 docs: add proper markup on modal's page tooltips ands popovers 07 May 2022, 03:44:06 UTC
f82b2ba Fix color-adjust with autoprefixer 10.4.6 (#36258) Co-authored-by: Mark Otto <markd.otto@gmail.com> 07 May 2022, 02:36:04 UTC
6b49d26 v5.2.0: Migrate to DocSearch 3 (#36176) * Migrate to DocSearch v3 Fixes #33338 * initialize `siteDocsVersion` const after the proper check * Update site/layouts/partials/stylesheet.html Co-authored-by: GeoSot <geo.sotis@gmail.com> * Update header.html * code review changes * Update search.js * Fix contrast issue, tweak some styles * Fix some navbar changes * temporary safari fix for docsearch3 Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 06 May 2022, 23:56:43 UTC
d2497b0 ref(Docs assets): Separate js assets 06 May 2022, 04:42:14 UTC
bca9923 Iterate on border utilities (#36239) * Remove `--bs-border-opacity: 1` from `.border-*` utilities We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this. * Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues * Add some demos of border utils to the docs 06 May 2022, 04:32:02 UTC
5d9500b Handle disabled focused tabs with tab JavaScript plugin (#36169) * Handle disabled tabs * Fix after feedback * Update js/src/tab.js Co-authored-by: GeoSot <geo.sotis@gmail.com> * Update js/src/tab.js Co-authored-by: GeoSot <geo.sotis@gmail.com> * Commit suggestions via GitHub broke the thing * Add some unit tests * Remove temp doc modification * Add tests for left arrow * Add disabled tabs in JavaScript Behavior section * Compact 4 tests to 2 tests * Compact 4 tests to 2 tests * Add 'disabled' attribute for all buttons * Change the disabled pane position only for the vertical version * Change ids for the confusing first example in JavaScript behavior * Use disabled attribute instead of the class for buttons in tabs Co-authored-by: GeoSot <geo.sotis@gmail.com> 06 May 2022, 02:26:15 UTC
cca8016 Fix proposal 06 May 2022, 02:15:04 UTC
51535cd Improve version picker for new pages in v5.2.x 30 April 2022, 19:55:27 UTC
2ba73d2 bundlewatch 30 April 2022, 19:55:27 UTC
a078b5e include in migration guide 30 April 2022, 19:55:27 UTC
1ac2997 Update badges, cards, and toasts to use new helpers 30 April 2022, 19:55:27 UTC
8cd3c3e Add new text-bg-color utilities 30 April 2022, 19:55:27 UTC
ec41392 Doc: remove `role="group"` from some split drop* buttons 30 April 2022, 18:35:44 UTC
55be3c3 Update new docs version picker to work on home and examples pages (#36245) * Update new docs version picker to work on home and examples pages * Add addd key to opacity page * Add more added frontmatter * Update picker to fix migration guide links, but still work for docs and examples 30 April 2022, 17:53:54 UTC
207ddbe Update path to `@popperjs/core` in parcel.md -│ └── popper.js/ +│ └── @popperjs/ +| └── core/ 30 April 2022, 17:41:18 UTC
7745730 Revert `border-color` change (#36238) * Revert `border-color` change * Add new border-color-translucent for when we want optional alpha-transparency in our border-color Apply to drodpowns, modals, offcanvas, popovers, and toasts * bundlewatch 29 April 2022, 20:59:41 UTC
ebb1f48 Document incompatibilities between Bootstrap JS and React/.etc (#36217) * Document incompatibilities between Bootstrap JS and React/.etc Closes #35665. * Remove link to reactstrap * Update javascript.md Co-authored-by: Mark Otto <otto@github.com> 29 April 2022, 20:38:30 UTC
544cf8d Add input-disabled-color Sass variable 29 April 2022, 06:26:38 UTC
54e0af0 Clean up last `$variable-prefix` usages 29 April 2022, 04:56:46 UTC
3143824 Doc: mention Popper instead of Popper.js 29 April 2022, 01:37:01 UTC
a2edb2a Doc: fix offset content for examples page 29 April 2022, 01:32:22 UTC
00d45b1 Docs: update documentation js examples, using es6 (#36203) * Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter 26 April 2022, 16:38:41 UTC
3edead4 EventHandler: change check method for custom events, avoiding regex 26 April 2022, 02:52:27 UTC
9a614a7 Add .show class to offcanvas example, and disable it's normal behavior in our JS 22 April 2022, 02:56:05 UTC
5547368 Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983) * Fix not used option (`ride`) (according to docs), continuing of #35753 a247fe9 * separate concept of `programmatical cycle` vs `maybe cycle after click` functionality 21 April 2022, 19:42:17 UTC
584600b Manipulator: Add JSON parse support (#35077) Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 21 April 2022, 18:41:43 UTC
01cffa6 Doc: minor modifications in Scrollspy (#36195) Doc: minor modifications in Scrollspy 21 April 2022, 16:20:24 UTC
fc87624 Rewrite Getting Started > Introduction page to be more guide-like (#36204) * Rewrite Getting Started > Introduction page to be more guide-like * Add tabs, mention offcanvas for navbar 21 April 2022, 05:27:28 UTC
1dc59b0 Minor fixes 20 April 2022, 19:35:26 UTC
9ccee92 Update _breakpoints.scss 20 April 2022, 18:24:43 UTC
d606426 Update CODE_OF_CONDUCT.md I fixed a grammatical mistake. The word "to making" in line 3 has been changed to "to make". 19 April 2022, 20:10:03 UTC
e089aef Refactor some docs examples CSS (#36194) * Fix some more borders and margins * Flex utilities docs: remove .bd-highlight class from snippets * Explicit close target * Reorder to keep base class up top * Fix custom position example * Tooltips: add code snippet, use scss-docs ref for custom tooltip * Tweak text for pagination examples * Modals: move custom styles to utilities * Grid docs: Combine selectors and share coloring * Refactor tons of little things 19 April 2022, 18:21:43 UTC
9ec51f4 Realign Cheatsheet nav tabs example rendering with the examples in the doc 19 April 2022, 07:51:52 UTC
c1eab89 Update devDependencies (#36193) * @rollup/plugin-commonjs ^21.0.3 → ^21.1.0 * @rollup/plugin-node-resolve ^13.2.0 → ^13.2.1 * globby ^11.0.4 → ^11.1.0 * hugo-bin ^0.84.0 → ^0.85.3 * rollup ^2.70.1 → ^2.70.2 * sass ^1.50.0 → ^1.50.1 * stylelint ^14.6.1 → ^14.7.1 19 April 2022, 05:33:54 UTC
2aad169 One more code snippet fix 19 April 2022, 04:49:31 UTC
3362c8c Do some CSS and Migration guide cleanup (#36191) * Do some CSS and Migration guide cleanup - More code snippet tweaks - Fix some homepage hero bugs - Do a cleanup on Migration guide content to highlight more changes and fix some issues from merge conflicts 19 April 2022, 03:56:18 UTC
back to top