| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-17 | Fix indentation in code sample | Nils K | 1 | -2/+2 | |
| 2022-07-17 | Fix active/focused button link text color | Julien Déramond | 1 | -0/+9 | |
| 2022-07-17 | Add links to Webpack, Parcel, and Vite guides on homepage (#36760) | Mark Otto | 4 | -0/+19 | |
| 2022-07-17 | Support input groups in floating forms (#36759) | Mark Otto | 3 | -8/+45 | |
| * Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <[email protected]> | |||||
| 2022-07-17 | Fix typos in `snippets.js` (#36758) | Marc Wrobel | 1 | -4/+4 | |
| 2022-07-16 | Docs: same text for disabled ranges and disabled form controls (#36741) | Julien Déramond | 1 | -1/+1 | |
| 2022-07-15 | Standardization of `spyOn` usage (#36742) | Julien Déramond | 1 | -3/+3 | |
| 2022-07-14 | Offcanvas: activate focustrap when backdrop is enabled (#36717) | GeoSot | 4 | -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-13 | Add accNames to all progress bar examples (#36732) | Patrick H. Lauke | 4 | -38/+42 | |
| Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Abdullah Alaqeel <[email protected]> | |||||
| 2022-07-13 | Docs: Capitalize Unicode (#36734) | Christian Oliff | 1 | -1/+1 | |
| 2022-07-11 | Add a banner mixin, helping future releases and maintenance (#36178) | GeoSot | 5 | -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-11 | Fix on #35679 (#36668) | Louis-Maxime Piton | 1 | -2/+0 | |
| * Fix * . | |||||
| 2022-07-11 | Add some details for non visible scrollspy elements (#36625) | GeoSot | 1 | -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-11 | Add `$display-font-family` and `$display-font-style` (#36711) | Julien Déramond | 3 | -0/+6 | |
| 2022-07-11 | Add CSS custom property: --bs-btn-disabled-border-color to mixin: ↵ | Neeraj Kumar Das | 1 | -0/+1 | |
| button-outline-variant | |||||
| 2022-07-11 | Update devDependencies (#36715) | XhmikosR | 2 | -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-11 | Fix 'Remove from map' Sass description | Julien Déramond | 1 | -3/+4 | |
| 2022-07-11 | Remove headings-color CSS variable due to backward compatibility issues | Mark Otto | 2 | -2/+1 | |
| 2022-07-10 | Docs: fix description on how to alter display values (#36712) | Julien Déramond | 1 | -1/+1 | |
| 2022-07-08 | Docs: Add 'Icons' link in footer | Julien Déramond | 1 | -0/+1 | |
| 2022-07-07 | Add missing CSS vars for `.navbar-nav` | Julien Déramond | 1 | -0/+2 | |
| 2022-07-07 | Replace JS Bin refs by CodePen or StackBlitz references | Julien Déramond | 2 | -2/+2 | |
| 2022-07-07 | add `type="button"` to Bootstrap versions dropdown (#36696) | Christian Oliff | 1 | -1/+1 | |
| minor accessibility issue fix reported by webhint.io browser extension | |||||
| 2022-07-06 | Docs: add indeterminate disabled checkbox example (#36674) | Julien Déramond | 2 | -2/+10 | |
| 2022-07-06 | Docs: alphabetical reorder of some events/methods in tables (#36669) | Julien Déramond | 3 | -19/+19 | |
| 2022-07-06 | Handle non-empty whitespace `textContent` in Tooltip trigger (#36588) | Nathan Walters | 2 | -1/+20 | |
| 2022-07-06 | Revert db61cf3 for `$text-muted` default value (#36680) | Julien Déramond | 1 | -1/+1 | |
| 2022-07-05 | remove dead link from translations | Christian Oliff | 1 | -5/+0 | |
| 2022-07-05 | Docs: fix some ScrollSpy HTML copyable codes (#36672) | Julien Déramond | 1 | -80/+86 | |
| 2022-07-04 | ref(tests): Minor fix to use self-closing input HTML tag (#36667) | Julien Déramond | 3 | -5/+5 | |
| 2022-07-02 | Fix a typo in the documentation masthead (#36658) | Vipin Mishra | 1 | -1/+1 | |
| Co-authored-by: Vipin MIshra <[email protected]> | |||||
| 2022-06-30 | Added examples for Radios in List Group (#36644) | Neeraj Kumar Das | 1 | -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-30 | Fix interoperability issue regarding Event properties (#36386) | Aleksander Machniak | 2 | -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-30 | update Lighthouse URL | Christian Oliff | 1 | -1/+1 | |
| saves a HTTP redirect :-) | |||||
| 2022-06-29 | Fix tooltip/badge border radius when rounded disabled | Julien Déramond | 2 | -2/+2 | |
| 2022-06-29 | Fix dashboard example so that the sticky sidebar has scrollable content (#36608) | Tech Vanity | 4 | -8/+2 | |
| 2022-06-28 | Update devDependencies (#36640) | XhmikosR | 2 | -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-28 | Fix search modal z-index to be on top of all docs showcased components (#36627) | Julien Déramond | 1 | -1/+1 | |
| 2022-06-28 | Fix StackBlitz examples needing docs CSS (#36637) | Julien Déramond | 1 | -3/+4 | |
| 2022-06-27 | Force tooltip and popover to recreate content every time it opens (#35679) | GeoSot | 2 | -16/+18 | |
| 2022-06-27 | ref(tab): remove show from panels dependent-less they have `.fade` class or ↵ | GeoSot | 2 | -14/+6 | |
| not (simplify checks) (#36622) | |||||
| 2022-06-25 | Docs: update clipboard.js to v2.0.11 | Julien Déramond | 1 | -2/+2 | |
| 2022-06-22 | Use 'needs-example' label to trigger live demo bot message (#36624) | Julien Déramond | 1 | -1/+1 | |
| 2022-06-21 | fix: change dismiss handler, listening to key down, instead of click (#36401) | GeoSot | 2 | -8/+15 | |
| 2022-06-21 | Fix popover live demo to use `data-bs-title` instead of `title` (#36613) | Julien Déramond | 1 | -1/+1 | |
| 2022-06-20 | Fix StackBlitz Popovers and Tooltips examples (#36449) | Julien Déramond | 10 | -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-16 | Update Code of Conduct with Contributor Covenant 2.1 (#36548) | Julien Déramond | 2 | -20/+110 | |
| Signed-off-by: Julien Déramond <[email protected]> | |||||
| 2022-06-15 | Add example of dark navbar and offcanvas to docs (#36510) | Mark Otto | 3 | -5/+69 | |
| 2022-06-14 | Don't style `readonly` inputs as `disabled` (#36499) | Mark Otto | 2 | -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-14 | Regenerate package-lock.json | XhmikosR | 1 | -152/+152 | |
