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
2021-11-30Add moreextend-snippetsMark Otto
2021-11-30Add light badges from #35408Mark Otto
2021-11-30Add Extend > Snippets docs pageMark Otto
2021-11-29Alert: add a couple more tests (#35419)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-29BaseComponent: add a couple more tests (#35410)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-26Update typography.mdFrançois Karman
remove a unnecessary <abbr> tag
2021-11-26Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)Travis Risner
* rfs fix * Update scss/_root.scss * Update _reboot.scss Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-11-26Update _close.scssSi Nguyen
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25tooltip.js: use array.includes instead of for iteration (#35127)GeoSot
2021-11-25Change adjustDialog's if conditions to improve readabilityGeoSot
2021-11-25Add test for modal-contentGeoSot
2021-11-25Respect modal's initial overflowYGeoSot
2021-11-25Remove some uncovered code that seems to be unusedGeoSot
2021-11-25Change check for dynamic modalGeoSot
2021-11-25Tweak methodsGeoSot
Name them to be more descriptive and have agnostic functionality
2021-11-25Some refactoring on modal, to improve readability and generic functionalityGeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-24build/change-version.js: fix wrong map usage (#35395)XhmikosR
2021-11-23build: read & dynamically resolve `imports` on plugins build (#34509)GeoSot
Our individual js/dist files are now deduplicated properly thus resulting in a size reduction, which varies from ~25% to ~60% depending on the components used. The average savings are 20% uncompressed and ~15% with gzip. This will mostly benefit cases that more than one component is imported from js/dist. In all other cases it doesn't have any effect. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-23Make footer examples responsive to mobile screens (#35365)Neeraj Kumar Das
2021-11-23Add missing scss/maps imports (#35373)Julien Déramond
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-23Update devDependencies (#35368)XhmikosR
* @babel/preset-env ^7.16.0 → ^7.16.4 * cspell ^5.12.6 → ^5.13.0 * eslint ^8.2.0 → ^8.3.0 * eslint-plugin-unicorn ^38.0.1 → ^39.0.0 * hugo-bin ^0.77.2 → ^0.77.4 * karma ^6.3.8 → ^6.3.9 * rollup ^2.60.0 → ^2.60.1
2021-11-16Update devDependencies (#35356)XhmikosR
* eslint-plugin-import ^2.25.2 → ^2.25.3 * linkinator ^2.14.5 → ^2.16.2 * nodemon ^2.0.14 → ^2.0.15 * rollup ^2.59.0 → ^2.60.0 * terser ^5.9.0 → ^5.10.0
2021-11-15Move reassigned Sass maps for colors to another stylesheet (#34942)Mark Otto
2021-11-15Fix typo in vertical alignment of table cells (#35348)Tobias Nießen
2021-11-09Update devDependencies (#35322)XhmikosR
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
2021-11-09floating-labels: remove aria-label in the select example (#35327)Scott O'Hara
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure. As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as: * removing it solves the WCAG issue * it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
2021-11-05Fix spacing utility classes mentioned in navbar supported content ↵Julien Déramond
documentation (#35328) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-03README.md remove broken "David DM" dependency badges (#35313)Christian Oliff
2021-11-03Update import stacks required for modifying utilities (#35320)Mark Otto
2021-11-02Add top placement info to offcanvas docskyletsang
2021-11-02Update devDependencies (#35270)XhmikosR
* @babel/cli ^7.15.7 → ^7.16.0 * @babel/core ^7.15.8 → ^7.16.0 * @babel/preset-env ^7.15.8 → ^7.16.0 * autoprefixer ^10.3.7 → ^10.4.0 * cspell ^5.12.3 → ^5.12.4 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.7 * karma-firefox-launcher ^2.1.1 → ^2.1.2 * rollup ^2.58.0 → ^2.59.0 * sass ^1.43.2 → ^1.43.4
2021-11-01`make-col-ready()`: remove the unused `$gutter` variable (#34334)Michael Sørensen
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-11-01Always set the CSS variables for gutters in containers (#34644)Mark Otto
We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-01Add missing `role="search"` and `type="search"` in navbar doc and examples ↵Julien Déramond
(#35223) * Add missing `role="search"` and `type="search"` in navbar doc and examples * Update site/content/docs/5.1/components/navbar.md * Remove warning callout about ensuring correct search role in navbar doc Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-01update grid example docs (#35308)Christian Oliff
2021-10-29Don't override CSS `direction` in code elements (#35230)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-29Ensure sufficient contrast in `accordion-item` (#35231)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-28images.md: remove zero-width space (#35234)Barabas
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-26fix(offcanvas): Adding titles class where missing (#35264)Oxydent
Co-authored-by: louismaximepiton <louismaxime.piton@orange.com>
2021-10-21Update devDependencies (#35233)XhmikosR
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * clean-css-cli ^5.4.1 → ^5.4.2 * eslint ^8.0.0 → ^8.0.1 * karma ^6.3.4 → ^6.3.5 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.9 → ^8.3.11 * rtlcss ^3.3.0 → ^3.4.0 * sass ^1.42.1 → ^1.43.2
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
* Change `Swipe` dispose spy on EventHandler * Modal hide spy on backdrop hide
2021-10-13Change the way collapse handles its children on openingGeoSot
2021-10-13collapse: extract duplicate code to a functionGeoSot
2021-10-13Update devDependencies (#35174)XhmikosR
* eslint ^7.32.0 → ^8.0.0 * eslint-plugin-import ^2.24.2 → ^2.25.2 * eslint-plugin-unicorn ^36.0.0 → ^37.0.1 * vnu-jar 21.10.8 → 21.10.12
2021-10-13Switch to Node.js 16 and npm 8. (#35178)XhmikosR
2021-10-13JS: minor refactoring (#35183)XhmikosR
* add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos