https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
e12dddc Add rudimentary nested dropdowns 23 February 2022, 22:04:38 UTC
88437bd Split up padding CSS vars for dropdowns 23 February 2022, 22:01:58 UTC
333d89e Docs: replace CSS by utilities in examples (#35699) * Drop .opacity-50 and .opacity-75 redefinition in examples * Drop unused .card-img-right from blog example CSS files * Use line-height utilities when possible * Use rounded-* utilities in examples * Replace .nav-underline by .nav-scroller and use it in examples.html default * Use .mb-1 for .blog-post-title * Remove unused CSS rule and use .fw-* utilities for carousels examples * Use utilities for cheatsheet examples * Extract some CSS to utilities for .nav-masthead .nav-link in cover example * Dashboard group of minor modifications * Dropdowns example: refactoring * Dropdowns example refactoring: fix linting by removing selector by id * Features example refactoring * Headers example refactoring * List groups example refactoring * Sidebars example refactoring * Sign-in example refactoring * Starter template refactoring * Fix RTL examples Co-authored-by: Mark Otto <markd.otto@gmail.com> 23 February 2022, 18:31:18 UTC
3676591 Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}` 23 February 2022, 18:24:50 UTC
a381ee3 Fix modal doc 22 February 2022, 13:12:20 UTC
37f3977 Rely on `border-width` for `<hr>` size (#35491) * fix(reboot): revert hr styles to v4 implementation * docs(cheatsheet): add a hr example * fix(reboot): currentColor is the initial border-color value * Document hr element in Reboot docs * Update migration guide * Update scss/_variables.scss Co-authored-by: Mark Otto <markd.otto@gmail.com> 22 February 2022, 08:02:47 UTC
0804c00 CI: add issues-helper (#35846) 22 February 2022, 07:55:29 UTC
9ac8e80 remove opacity utlitilies from example CSS (#35877) These are included in Bootstrap itself now Co-authored-by: XhmikosR <xhmikosr@gmail.com> 22 February 2022, 07:39:57 UTC
3a9b0b8 Update devDependencies and pin karma-rollup-preprocessor (#35868) * @babel/cli ^7.17.0 → ^7.17.6 * @babel/core ^7.17.2 → ^7.17.5 * eslint-plugin-unicorn ^40.1.0 → ^41.0.0 * rollup ^2.67.2 → ^2.68.0 * sass ^1.49.7 → ^1.49.8 * terser ^5.10.0 → ^5.11.0 22 February 2022, 07:35:36 UTC
cb8726d Dropdown: use a better selector to avoid triggering click if button is disabled (#35866) 19 February 2022, 14:22:32 UTC
353ad45 Dropdown: use a combined selector to filter foreign not shown instances iteration (#35766) 19 February 2022, 14:16:51 UTC
4b17868 tests: revisit all tests using Promise.reject instead of throwing an error (#35765) 19 February 2022, 14:08:16 UTC
ae12d64 Replace AnchorJS with a Hugo render hook (#32953) * Replace AnchorJS with a Hugo render hook * docs(anchors): improve aria-label on anchor links * docs(anchors): show anchor link when ed * docs(anchors): add hash in pseudo-element Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> 19 February 2022, 13:16:23 UTC
407af8a Make event name helper and use it on tooltip & popover to reduce dist sizes (#35856) * feat: create eventName getter function in baseComponent * refactor: use `eventName` getter on tooltip & popover 19 February 2022, 13:10:47 UTC
642d756 Carousel: remove one more call to ActiveIndex 19 February 2022, 12:52:36 UTC
d52f6c9 Carousel: change argument to `_setActiveIndicatorElement`, from element to index 19 February 2022, 12:52:36 UTC
928bdca Carousel: make direct triggering of slid event, instead of using a callback 19 February 2022, 12:52:36 UTC
d971254 Carousel: merge slide functionality, regardless of whether it is animated or not 19 February 2022, 12:52:36 UTC
a247fe9 Carousel: simplify initialization on document load, using `getOrCreateInstance` 19 February 2022, 12:52:36 UTC
ccba6a3 Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor` 19 February 2022, 12:52:36 UTC
546e34c Apply list group numbering to all items (#35822) 17 February 2022, 23:17:37 UTC
f7f450e Add null modal-footer-bg variable (#35858) Fixes #35782 17 February 2022, 23:14:18 UTC
d826020 New CSS variable for Navbars (#35829) * Adding a brand new CSS var * Update scss/_variables.scss Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> 17 February 2022, 19:25:01 UTC
999bfaa Add !important property to colored links. (#35740) * Add !important property to colored links. * Apply suggestions from code review Co-authored-by: Mark Otto <otto@github.com> 17 February 2022, 19:20:44 UTC
5565c64 code indentation in readme 17 February 2022, 18:23:18 UTC
63f75bc Rename dropdown-shadow to dropdown-box-shadow for consistency 16 February 2022, 18:36:01 UTC
48a7160 Convert pagination component to CSS variables (#35399) * Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback 16 February 2022, 18:26:24 UTC
2a09f10 Fixed border radius var name and .show target 16 February 2022, 16:48:54 UTC
42da2b9 Update devDependencies (#35841) * Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors 15 February 2022, 06:50:37 UTC
d568e02 Convert dropdowns to CSS variables 15 February 2022, 03:11:35 UTC
3e6265a Rewrite custom docs buttons - Use CSS variables wherever possible - Rename purple-bright to violet for brevity, add CSS vars versions - Rename download to accent 15 February 2022, 03:00:59 UTC
85938bb Tighten bundlewatch 15 February 2022, 03:00:59 UTC
ef9d853 Convert .btn and mixins to use CSS variables 15 February 2022, 03:00:59 UTC
918a86b Correct the horizontal padding on grid containers (#35825) * Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable 14 February 2022, 23:07:17 UTC
a163ed7 Update reboot.md Add the missing right parenthesis. 14 February 2022, 23:03:05 UTC
daefd34 Fix typo in Badges CSS variables description 14 February 2022, 14:10:42 UTC
4880775 Fixes #32082 Remove sentence in docs that's no longer needed. Fixes #32082. 11 February 2022, 18:06:15 UTC
a794219 Bump version callout 11 February 2022, 03:51:23 UTC
f2d33b2 Bump bundlewatch 11 February 2022, 03:51:23 UTC
7e71fe7 Convert .badge to CSS variables 11 February 2022, 03:51:23 UTC
d3babf7 Remove remaining `.navbar-light` classes (#35814) * Fix typo in CSS variables documentation * Drop remaining .navbar-light classes 09 February 2022, 19:12:08 UTC
d19c635 Add Spanish translation The translation of version 5 of Bootstrap is added, by the Esdocu project. 09 February 2022, 01:14:29 UTC
761c4ff Fix overriding styles of `.list-group-item-action` ~~~html <style> .list-group-item-action {color: blue;} .list-group-item {color: red;} </style> <p class="list-group-item">red text!</p> <p class="list-group-item list-group-item-action">still red text!</p> ~~~ because `.list-group-item` declared after `.list-group-item-action` (order in attribute `class` no effect) 09 February 2022, 01:11:46 UTC
da9c007 README: About release planning 09 February 2022, 01:03:45 UTC
0853778 Support floating labels on `.form-control-plaintext` (#32840) * Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com> 08 February 2022, 20:38:29 UTC
4308b67 Add `.form-check-reverse` modifier class (#33606) * Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <xhmikosr@gmail.com> 08 February 2022, 20:33:39 UTC
71a211f bundlewatch 08 February 2022, 18:39:58 UTC
27a0f40 Add deprecation notice for .navbar-light 08 February 2022, 18:39:58 UTC
c9cec89 Convert navbar to CSS variables Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com> 08 February 2022, 18:39:58 UTC
8f11c52 Update devDependencies (#35798) * @babel/cli ^7.16.8 → ^7.17.0 * @babel/core ^7.16.12 → ^7.17.0 * karma ^6.3.13 → ^6.3.15 * karma-rollup-preprocessor ^7.0.7 → ^7.0.8 * postcss ^8.4.5 → ^8.4.6 * rollup ^2.66.1 → ^2.67.1 * sass ^1.49.4 → ^1.49.7 08 February 2022, 07:21:59 UTC
a805330 Optimize jQueryInterface in Collapse (#35689) extracts config initialization from cycle 07 February 2022, 08:50:26 UTC
77e02a0 package.json: add GitHub Sponsors and reorder properties (#35451) 07 February 2022, 08:15:17 UTC
96c67a7 Fix empty content of tooltip after 'copy' action in docs (#35773) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 07 February 2022, 08:05:43 UTC
ff2472b Set `cursor: default` on disabled `.form-check-label` (#35082) Fixes #35056 07 February 2022, 07:55:44 UTC
d2986da Add zebra striping for table columns Co-Authored-By: Macallan Camara <44030647+Macinto5h@users.noreply.github.com> Co-Authored-By: XhmikosR <xhmikosr@gmail.com> 06 February 2022, 23:59:18 UTC
43a9216 Move `gap` utility API from "Flex" to "Spacing" The `gap` utility is described on the [Spacing page][1] but is not actually mentioned on the [Flex page][2] (apart from the [API section][3]). [1]: https://getbootstrap.com/docs/5.1/utilities/spacing/ [2]: https://getbootstrap.com/docs/5.1/utilities/flex/ [3]: https://getbootstrap.com/docs/5.1/utilities/flex/#utilities-api 06 February 2022, 23:45:22 UTC
4dc4108 Fixed typo in docs 06 February 2022, 22:31:59 UTC
957c1dd Fix dropdown docs about autoclose and esc key. 03 February 2022, 16:20:47 UTC
a5483a8 Breadcrumb docs: drop confusing currentColor and add new callout (#35434) 01 February 2022, 13:37:33 UTC
dc09509 Update find-unused-sass-variables to v4.0.1 (#35761) 01 February 2022, 11:03:48 UTC
cf7fec8 event-handler.js: remove unneeded return statement 01 February 2022, 10:43:19 UTC
a1e924c Event-handler: use `Array.find` instead of `for` 01 February 2022, 10:43:19 UTC
fc7c5fc Event-handler: initialize variable properly 01 February 2022, 10:43:19 UTC
3f7b31e Fix Popover test that randomly fails on BrowserStack (#35757) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 01 February 2022, 08:33:18 UTC
c44d99f Dropdown: use destructured variables in `dataApyKeydownHandler` 01 February 2022, 06:58:46 UTC
c14fc98 Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` is ALWAYS the wrapper for toggle & menu 01 February 2022, 06:58:46 UTC
d105439 Dropdown: merge instance identification in `dataApiKeydownHandler` As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dropdown"]` or on `.dropdown-menu`, we can ensure that their `parentNode` will ALWAYS be the `.dropdown` wrapper 01 February 2022, 06:58:46 UTC
22bbff0 Remove incorrect statement about the disabled attribute on <form> (#35713) > You can disable every form element within a form with the `disabled` attribute on the `<form>`. I really want to be mistaken, because this would be a very useful feature! But I don't believe it's true. I can't find anything about this on MDN Web Docs, and adding the `disabled` attribute to a `<form>` does nothing on any browser in my testing. The `disabled` attribute on a `<fieldset>` does disable all descendant form controls – perhaps that's where the mixup has come from. 01 February 2022, 06:40:59 UTC
9d44b60 Update devDependencies (#35743) * clean-css-cli ^5.5.0 → ^5.5.2 * cspell ^5.16.0 → ^5.17.0 * eslint ^8.7.0 → ^8.8.0 * hugo-bin ^0.80.0 → ^0.80.1 * karma ^6.3.12 → ^6.3.13 * rollup ^2.66.0 → ^2.66.1 * sass ^1.49.0 → ^1.49.4 01 February 2022, 06:35:01 UTC
76802e2 Change X to Extra 31 January 2022, 02:09:48 UTC
7f04f84 Dropdown: use only one check for shown state 30 January 2022, 16:01:09 UTC
5f1c542 Dropdown: get dropdown's parent in one place 30 January 2022, 16:01:09 UTC
74f24cd More tooltip refactoring (#35546) * Tooltip.js: move `shown` check to method * Tooltip.js: move Popper's creation to method * Tooltip.js: merge checks before `hide` * Tooltip.js: minor refactoring on `toggle` method 30 January 2022, 15:39:03 UTC
e1020a4 Move cspell to Actions (#35593) * Move cspell to Actions * Remove the now unused `docs-spellcheck` npm script 30 January 2022, 14:39:30 UTC
882185b Change selector-engine.js `parents` method to utilize better js native methods (#35684) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 30 January 2022, 14:24:03 UTC
89f8876 Fix visual tests (#35585) * Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot <geo.sotis@gmail.com> 30 January 2022, 14:12:24 UTC
f77a58b Update cspell config (#35680) * use `en-US` * scan all markdown files * ignore dist, rtl and tests files 30 January 2022, 14:11:38 UTC
dcbe7b6 Modal.js: remove unnecessary checks from test 30 January 2022, 13:39:34 UTC
28c9002 Modal: handle click event from backdrop callback 30 January 2022, 13:39:34 UTC
aa650f0 tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659) Reference: https://jasmine.github.io/tutorials/async 'DEPRECATION: An asynchronous function called its 'done' callback more than once. This is a bug in the spec, beforeAll, beforeEach, afterAll, or afterEach function in question. This will be treated as an error in a future version. See<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-calling-done-multiple-times> for more information. 30 January 2022, 12:30:04 UTC
d092817 Event handler: merge `new Event` with `new CustomEvent` 30 January 2022, 12:15:17 UTC
fa93995 Event handler: replace deprecated `initEvent` 30 January 2022, 12:15:17 UTC
640542e Move linkinator to GitHub Actions. (#35573) * Move linkinator to GitHub Actions. * Remove `docs-linkinator` npm script since it's no longer used 29 January 2022, 12:42:56 UTC
eb2fda2 docs: fix a couple typos found with codespell (#35733) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 29 January 2022, 11:30:02 UTC
0840105 SelectorEngine: remove moot space 29 January 2022, 11:25:30 UTC
558002f Return early in more places 29 January 2022, 11:25:30 UTC
7d3bc44 dropdown: Move constant 29 January 2022, 11:25:30 UTC
a8887ea collapse: merge class toggling 29 January 2022, 11:25:30 UTC
b5147ec event-handler.js: use `for...of` 29 January 2022, 11:25:30 UTC
62d86c0 Rename variables 29 January 2022, 11:25:30 UTC
3ac4451 backdrop.js: cache `_getElement` calls 29 January 2022, 11:25:30 UTC
0c3dfe1 Remove a few unneeded variables 29 January 2022, 11:25:30 UTC
2964c12 docs: remove moot autocomplete attributes (#35741) 29 January 2022, 11:20:01 UTC
d122f40 Remove duplicate Octicons entry in icons list Update Octicons website 25 January 2022, 23:22:00 UTC
c1222d6 Fix spelling mistake in footer example (#35704) 25 January 2022, 10:06:50 UTC
1411181 Update devDependencies (#35712) * @babel/core ^7.16.7 → ^7.16.12 * @babel/preset-env ^7.16.8 → ^7.16.11 * cspell ^5.15.2 → ^5.16.0 * karma ^6.3.11 → ^6.3.12 * rollup ^2.64.0 → ^2.66.0 * sass ^1.48.0 → ^1.49.0 25 January 2022, 10:03:42 UTC
520cc8d Docs: group together reusable CSS for examples in a single stylesheet (#35649) * Docs: group together examples reusable CSS in a stylesheet * Use pointer-events utility in sidebars example * Remove @import and move the content into _default/examples.html. Handle 2 sorts of dividers * Remove footers.css extra css declaration * Fix modals example * Review: remove .b-example-hr Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> 19 January 2022, 11:27:57 UTC
cd20834 Update devDependencies (#35686) * bundlewatch ^0.3.2 → ^0.3.3 * cspell ^5.15.1 → ^5.15.2 * eslint ^8.6.0 → ^8.7.0 * eslint-plugin-unicorn ^40.0.0 → ^40.1.0 * hugo-bin ^0.79.2 → ^0.80.0 * karma ^6.3.10 → ^6.3.11 * rollup ^2.63.0 → ^2.64.0 * sass ^1.47.0 → ^1.48.0 18 January 2022, 05:09:40 UTC
f0e1220 README.md: mention Netlify (#35683) * README.md: mention Netlify * Update README.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> 13 January 2022, 12:52:07 UTC
c99fa6c build-plugins.js: use globby package (#35586) We already use it in the change-version.js file 13 January 2022, 11:12:10 UTC
back to top