Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-20Add new Chinese Simplified translation (#31540)Mr. Will
2020-09-19Docs: Add top/bottom margin to highlighted code samples (#31706)Patrick H. Lauke
Backport of #31036 to v4
2020-09-18Update _custom-forms.scss (#31693)Mark Otto
Typo in box-shadow attribute, global variable used instead of local. Co-authored-by: Arthur Shlain <artur.slain@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-09-18Dropdown: fix variable always evaluating to true (#31673)XhmikosR
2020-09-15Update devDependencies and gems (#31624)XhmikosR
* Update devDependencies and gems * Bump bundlewatch limits
2020-09-10Comply to the new rulesXhmikosR
2020-09-10Switch to xo and remove babel-eslintXhmikosR
2020-09-04docs(build tools): mention how to get the sources (#31589)Gaël Poupard
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR
2020-08-06Remove undefined `$ignore-warning`Martijn Cuppens
2020-08-06Deprecate the `make-container-max-widths` mixinXhmikosR
2020-08-06Restore make-container-max-widths mixinMark Otto
2020-08-06Remove flex: 1 0 100% from rows (#31439) (#31445)XhmikosR
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR
2020-08-04Backport #31339 (#31414)XhmikosR
* Backport #31339 Add view on GitHub links for easier content editing from the docs
2020-08-03Remove overflow: hidden from toasts (#31381) (#31407)XhmikosR
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-08-03Update devDependencies and gemsXhmikosR
* @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
2020-08-03Backport #31344XhmikosR
Add toasts to the components requiring JavaScript
2020-08-03docs(skippy): prevent skip links from overlapping headerGaël Poupard
2020-08-03Add unit test for toast to check clearTimeout to have been called (#31298)Rohit Sharma
2020-08-03Clear timeout before showing the toast (#31155)Rohit Sharma
* 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
2020-08-02Update to Ruby 2.7/Bundler 2.x. (#31296)XhmikosR
2020-07-21Turn off scroll anchoring for accordions (#31347)Patrick H. Lauke
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/
2020-07-12Docs: forms accessibility cleanup (backport from v5) (#31234)Patrick H. Lauke
* 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>
2020-07-09Update dependencies, gems and regenerate package-lock.json (#31261)XhmikosR
* @rollup/plugin-node-resolve 8.1.0 * popper.js 1.16.1 * qunit 2.10.1 * rollup 2.21.0
2020-07-06Update devDependencies and gemsXhmikosR
2020-07-06Update Babel config (#31011)XhmikosR
* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
2020-07-06Backport #30326 (Unit test)ysds
2020-07-06Backport #30326XhmikosR
Prevent overflowing static backdrop modal animation TODO: backport the test too
2020-07-06Backport #31135XhmikosR
* 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
2020-07-06BrowserStack: test on Edge 15XhmikosR
2020-07-06Remove backdrop-filter from toastsMark Otto
2020-06-24Floating labels improvements (#30966)Gaël Poupard
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-24Update devDependencies and gemsXhmikosR
2020-06-24Docs: add Gaël Poupard to the core team page (#31081)Patrick H. Lauke
Docs: add Gaël Poupard to the core team page
2020-06-24Backport #31070XhmikosR
* 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
2020-06-24README.md: update badgesXhmikosR
* remove .svg from shields.io badges since it's the default * switch to shields.io for the OC badges too * fix badgesize badges' labels
2020-06-24Fix typoXhmikosR
2020-06-24Update issue templates from main.XhmikosR
2020-06-24Remove unused issue templatesXhmikosR
2020-06-24Update links to point to v4-dev or main branchesXhmikosR
2020-06-24Split GitHub Actions.XhmikosR
2020-06-24Stylelint: remove redundant inline suppressionsXhmikosR
2020-06-24Update .gitattributes (#30934)XhmikosR
This requires git >= 2.10 but it was released almost 4 years ago.
2020-06-24Backport #30973XhmikosR
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).
2020-06-24Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard
2020-06-23Remove duplicate properties after #30922 (#31148)Martijn Cuppens
2020-06-15fix(custom forms): disabled checked states weren't overriding ↵Gaël Poupard
background-image (#30922)
2020-06-14Avoid duplication of container breakpoints (#30969)k-utsumi
2020-06-13Floating labels examples in IE (#30965)Gaël Poupard
* 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>