This project is mirrored from https://github.com/twbs/bootstrap.git.
Pull mirroring updated .
- Aug 05, 2020
-
- Aug 04, 2020
-
-
XhmikosR authored
* Backport #31339 Add view on GitHub links for easier content editing from the docs
-
XhmikosR authored
Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
XhmikosR authored
* @babel/cli ^7.10.4 → ^7.11.0 * @babel/core ^7.10.4 → ^7.11.0 * @rollup/plugin-babel ^5.0.4 → ^5.1.0 * @rollup/plugin-commonjs ^13.0.0 → ^14.0.0 * @rollup/plugin-node-resolve ^8.1.0 → ^8.4.0 * autoprefixer ^9.8.4 → ^9.8.6 * eslint ^7.4.0 → ^7.6.0 * karma ^5.1.0 → ^5.1.1 * rollup ^2.21.0 → ^2.23.0
-
XhmikosR authored
Add toasts to the components requiring JavaScript
-
Gaël Poupard authored
-
Rohit Sharma authored
-
Rohit Sharma authored
* clear timeout before showing the toast * Add unit test * Remove the check for timeout * Check for clearTimeout to have been called Co-authored-by:
XhmikosR <xhmikosr@gmail.com> # Conflicts: # js/tests/unit/toast.spec.js
-
- Aug 02, 2020
-
-
XhmikosR authored
-
- Jul 22, 2020
-
-
Patrick H. Lauke authored
New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/
-
- Jul 12, 2020
-
-
Patrick H. Lauke authored
* Expand advice for anchor-based controls * Expand accessibility note in input group * Correct statement about validation, fix server example * Tweak label > accessible name Co-authored-by:
XhmikosR <xhmikosr@gmail.com> Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
- Jul 09, 2020
-
-
XhmikosR authored
* @rollup/plugin-node-resolve 8.1.0 * popper.js 1.16.1 * qunit 2.10.1 * rollup 2.21.0
-
- Jul 06, 2020
-
-
XhmikosR authored
-
XhmikosR authored
* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
-
ysds authored
-
XhmikosR authored
Prevent overflowing static backdrop modal animation TODO: backport the test too
-
XhmikosR authored
* Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
-
XhmikosR authored
-
Mark Otto authored
-
- Jun 24, 2020
-
-
Gaël Poupard authored
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
-
XhmikosR authored
-
Patrick H. Lauke authored
Docs: add Gaël Poupard to the core team page
-
XhmikosR authored
* Make example less broken-looking don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control
-
XhmikosR authored
* remove .svg from shields.io badges since it's the default * switch to shields.io for the OC badges too * fix badgesize badges' labels
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
This requires git >= 2.10 but it was released almost 4 years ago.
-
XhmikosR authored
Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).
-
Gaël Poupard authored
-
- Jun 23, 2020
-
-
Martijn Cuppens authored
-
- Jun 15, 2020
-
-
Gaël Poupard authored
-
- Jun 14, 2020
-
-
k-utsumi authored
-
- Jun 13, 2020
-
-
Gaël Poupard authored
* docs(example): drop IE workaround since it works fine in IE * Serial comma Co-authored-by:
XhmikosR <xhmikosr@gmail.com> Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
- Jun 10, 2020
-
-
Gaël Poupard authored
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
-
Laussel Loïc authored
* instead of stopping event if onclick is triggered on input, call toggle method only if its not on checkbox inside a label * add unit test * add a dedicated test to ensure click event is forward to label Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Gaël Poupard authored
-