aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Fix indentation in code sampleNils K1-2/+2
2022-07-17Fix active/focused button link text colorJulien Déramond1-0/+9
2022-07-17Add links to Webpack, Parcel, and Vite guides on homepage (#36760)Mark Otto4-0/+19
2022-07-17Support input groups in floating forms (#36759)Mark Otto3-8/+45
* Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <[email protected]>
2022-07-17Fix typos in `snippets.js` (#36758)Marc Wrobel1-4/+4
2022-07-16Docs: same text for disabled ranges and disabled form controls (#36741)Julien Déramond1-1/+1
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond1-3/+3
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot4-6/+28
* fix(offcanvas): activate focustrap when backdrop is enabled * Adding tabindex='-1' for both offcanvases in the docs * Remove useless aria-expanded='false' in togglers * Update js/tests/unit/offcanvas.spec.js Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-07-13Add accNames to all progress bar examples (#36732)Patrick H. Lauke4-38/+42
Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Abdullah Alaqeel <[email protected]>
2022-07-13Docs: Capitalize Unicode (#36734)Christian Oliff1-1/+1
2022-07-11Add a banner mixin, helping future releases and maintenance (#36178)GeoSot5-25/+18
* Add a banner mixin, helping future releases and maintenance * Update scss/bootstrap-reboot.scss Co-authored-by: Julien Déramond <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-07-11Fix on #35679 (#36668)Louis-Maxime Piton1-2/+0
* Fix * .
2022-07-11Add some details for non visible scrollspy elements (#36625)GeoSot1-3/+15
* docs: add some details for non visible scrollspy elements * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * fix selectors on snippet * Fix paragraph by a native speaker Co-authored-by: Mark Otto <[email protected]> * Update scrollspy.md * Move from warning to own section * Update scrollspy.md Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-07-11Add `$display-font-family` and `$display-font-style` (#36711)Julien Déramond3-0/+6
2022-07-11Add CSS custom property: --bs-btn-disabled-border-color to mixin: ↵Neeraj Kumar Das1-0/+1
button-outline-variant
2022-07-11Update devDependencies (#36715)XhmikosR2-1536/+300
* eslint ^8.18.0 → ^8.19.0 * lockfile-lint ^4.7.5 → ^4.7.6 * nodemon ^2.0.18 → ^2.0.19 * postcss-cli ^9.1.0 → ^10.0.0 * rollup ^2.75.7 → ^2.76.0
2022-07-11Fix 'Remove from map' Sass descriptionJulien Déramond1-3/+4
2022-07-11Remove headings-color CSS variable due to backward compatibility issuesMark Otto2-2/+1
2022-07-10Docs: fix description on how to alter display values (#36712)Julien Déramond1-1/+1
2022-07-08Docs: Add 'Icons' link in footerJulien Déramond1-0/+1
2022-07-07Add missing CSS vars for `.navbar-nav`Julien Déramond1-0/+2
2022-07-07Replace JS Bin refs by CodePen or StackBlitz referencesJulien Déramond2-2/+2
2022-07-07add `type="button"` to Bootstrap versions dropdown (#36696)Christian Oliff1-1/+1
minor accessibility issue fix reported by webhint.io browser extension
2022-07-06Docs: add indeterminate disabled checkbox example (#36674)Julien Déramond2-2/+10
2022-07-06Docs: alphabetical reorder of some events/methods in tables (#36669)Julien Déramond3-19/+19
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters2-1/+20
2022-07-06Revert db61cf3 for `$text-muted` default value (#36680)Julien Déramond1-1/+1
2022-07-05remove dead link from translationsChristian Oliff1-5/+0
2022-07-05Docs: fix some ScrollSpy HTML copyable codes (#36672)Julien Déramond1-80/+86
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond3-5/+5
2022-07-02Fix a typo in the documentation masthead (#36658)Vipin Mishra1-1/+1
Co-authored-by: Vipin MIshra <[email protected]>
2022-06-30Added examples for Radios in List Group (#36644)Neeraj Kumar Das1-33/+34
* Add examples for Radios in List Group * Reduce the number of checkboxes and radios to 3 for consistency Drop aria-label on inputs and use label Use class stretched-link on labels to cover the whole list group item Check the first radio by default Remove radios from streched link examples Co-authored-by: Julien Déramond <[email protected]>
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak2-7/+49
* Fix interoperability issue regarding Event properties - make possible to re-set read-only event properties - use hydrateObj() to set delegateTarget property Fixes #36207 Co-authored-by: GeoSot <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-06-30update Lighthouse URLChristian Oliff1-1/+1
saves a HTTP redirect :-)
2022-06-29Fix tooltip/badge border radius when rounded disabledJulien Déramond2-2/+2
2022-06-29Fix dashboard example so that the sticky sidebar has scrollable content (#36608)Tech Vanity4-8/+2
2022-06-28Update devDependencies (#36640)XhmikosR2-1140/+1181
* @babel/cli ^7.17.10 → ^7.18.6 * @babel/core ^7.18.5 → ^7.18.6 * @babel/preset-env ^7.18.2 → ^7.18.6 * @rollup/plugin-commonjs ^22.0.0 → ^22.0.1 * eslint ^8.17.0 → ^8.18.0 * hugo-bin ^0.88.2 → ^0.89.0 * karma-jasmine ^5.0.1 → ^5.1.0 * nodemon ^2.0.16 → ^2.0.18 * rollup ^2.75.6 → ^2.75.7 * sass ^1.52.3 → ^1.53.0
2022-06-28Fix search modal z-index to be on top of all docs showcased components (#36627)Julien Déramond1-1/+1
2022-06-28Fix StackBlitz examples needing docs CSS (#36637)Julien Déramond1-3/+4
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot2-16/+18
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or ↵GeoSot2-14/+6
not (simplify checks) (#36622)
2022-06-25Docs: update clipboard.js to v2.0.11Julien Déramond1-2/+2
2022-06-22Use 'needs-example' label to trigger live demo bot message (#36624)Julien Déramond1-1/+1
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot2-8/+15
2022-06-21Fix popover live demo to use `data-bs-title` instead of `title` (#36613)Julien Déramond1-1/+1
2022-06-20Fix StackBlitz Popovers and Tooltips examples (#36449)Julien Déramond10-35/+46
* Fix StackBlitz Popovers and Tooltips examples * Rename shortcode example parameters * Reorder example shortcode doc params + fix Cspell * Remove 'stackblitz' param + use data-bs-title instead of title * Update site/layouts/partials/callout-warning-data-bs-title-vs-title.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-06-16Update Code of Conduct with Contributor Covenant 2.1 (#36548)Julien Déramond2-20/+110
Signed-off-by: Julien Déramond <[email protected]>
2022-06-15Add example of dark navbar and offcanvas to docs (#36510)Mark Otto3-5/+69
2022-06-14Don't style `readonly` inputs as `disabled` (#36499)Mark Otto2-6/+9
* Don't style readonly inputs as disabled Also remove the Chrome-specific focus styling from readonly plaintext * Update some docs comments
2022-06-14Regenerate package-lock.jsonXhmikosR1-152/+152