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-01-18Trying to get rid of the version number from folders.main-xmr-hugo-reorg-filesXhmikosR
2021-01-18Add a live toast example to the docs (#32760)Mark Otto
2021-01-15Remove popover-arrow margin to fix alignment of the arrow (#32787)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-15Drop transition on .form-check, keep on .form-switchMark Otto
To avoid breaking changes, turns -check-transition to null, then adds a new -switch-transition variable
2021-01-15Lighten disabled dropdown text to $gray-500Mark Otto
Fixes #32474
2021-01-15Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)Mark Otto
* Clarify Sass import and customize docs for how to modify variable defaulst * Add an npm starter project callout to a few pages * Update callout-info-npm-starter.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-15docs: work around Toast CSS conflict with utils (#32620)Siju Samson
* Toast CSS conflict resolved * Update toasts.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-14modal: move common code to reusable functions (#32511)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-14Update zip-examples.js (#32799)XhmikosR
Remove previously created zip files before creating a new one
2021-01-14Bump karma from 5.2.3 to 6.0.0 (#32797)dependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.0.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-14CI: change Node.js to `14` (#32796)XhmikosR
This is so that it's consistent with the JS workflow thus the cache should match.
2021-01-14Remove role="button" from CTA links in carousel examples (#32788)Patrick H. Lauke
They're links, acting as links. Just because they're styled as buttons visually doesn't mean they need/get `role="button"`
2021-01-14Docs v5: Fix Sass rounding precision and state Sass implementation (#32512)voltaek
* Add Sass section to Getting Started > Build Tools, mention Sass implementation used, mention current precision of 10 due to Dart Sass, and mention recommended minimum precision (value of 6 used in BS v4). Remove outdated Sass precision from Customize > Sass docs page. * Remove more mentions of deprecated Sass implementations. Add links to Sass compiler mentions so we can keep all pertinent Sass compiler information in just one location instead of spread through the docs, which makes it hard to find the details and/or keep them up-to-date. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-14build-plugins: build Base component too (#32313)XhmikosR
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1) Signed-off-by: dependabot[bot] <support@github.com> * Updates for `eslint-plugin-unicorn@26.0.1` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-14Add mention of CSPs and SVGs (#32759)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-13Revert "docs: Fix popover example showing above navbar (#32445)" (#32533)XhmikosR
This reverts commit 517446069a60daddaf5e53651661851f9b44e9a0.
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
* Change from Error to TypeError * Convert the `NAME` to upper case to make the consistency in the error message * Update the remaining tests to be stricter Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-13Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)Rohit Sharma
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-13Document some basic code conventions for us (#32778)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-13Improve docs regarding RTL migration (#32771)Gaël Poupard
* docs(migrations): add a note regarding migration from v4 used for RTL layouts * docs(RTL): LTR & RTL at the same time * docs(utilities): how-to use the API to rename utilities * docs(RTL): mention issue when nesting styles with .ltr / .rtl
2021-01-13Add word-break to .toast-body (#32670)Onycss
* Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto <otto@github.com>
2021-01-13Improve zip-examples.js (#32469)XhmikosR
Only include the needed dist files: ~1.27 MB -> ~410 KB
2021-01-13Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)ghost_32
* Changes made in migration.md file of documentation Added information about the removal of `.rounded-sm` and `.rounded-lg`. And addition of `.rounded-0` to `.rounded-3` * Moved the edited line Added `rounded-0` to `rounded-3` under v5.0.0-alpha3 * Moved correctly * Added link Added link to issue #31687 * docs(migration): last typo thinggies * Update migration.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-13JS: update karma config (#32769)XhmikosR
* rename constants * enforce the constants to be Boolean * fix karma `logLevel`
2021-01-13Document size and multiple aren't supported on floating label selects (#32744)Mark Otto
* Document size and multiple aren't supported on floating label selects Closes #32660 * Update floating-labels.md
2021-01-13Update toasts.md (#32782)Marcin Kasperski
* dropped mention of `backdrop-filter` * changed mention of `.text-white` to `.btn-close-white` on close button
2021-01-13.gitignore: remove Ruby/Jekyll entries (#32770)XhmikosR
Our currently supported branches, v4-dev and main, use Hugo.
2021-01-13Stylelint: disallow some property values (#32756)XhmikosR
* `border: none` * `outline: none`
2021-01-12Mention stretched-link constraints with table elements (#32761)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-12Bump sass from 1.32.2 to 1.32.4 (#32766)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.2 to 1.32.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11GitHub Actions cleanup (#32755)XhmikosR
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
2021-01-11Darken dropdown item hover style (#32754)Patrick H. Lauke
Closes https://github.com/twbs/bootstrap/issues/23329
2021-01-10Consistently use outline:0 rather than outline:none (#32751)Patrick H. Lauke
just for code consistency, no actual effect on styling per se
2021-01-10Suppress focus outline for buttons when it shouldn't be visible in Chromium ↵Patrick H. Lauke
(#32689) Follow-up to https://github.com/twbs/bootstrap/pull/32631 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-10package.json: move `version_short` variable under the `config` object (#32737)XhmikosR
This is so that it works on npm 7.x too.
2021-01-10Fix typo (#32740)Brian Thompson
* Fix typo * Rewrite description to avoid awkward phrasing Co-authored-by: Mark Otto <otto@github.com>
2021-01-09Update devDependencies (#32738)XhmikosR
* autoprefixer ^10.2.0 → ^10.2.1 * postcss ^8.2.2 → ^8.2.4
2021-01-08Move "active" class from `.nav-item` to `.nav-link` (#32730)Théophile Helleboid - chtitux
2021-01-08docs(sidebar): active linkGaël Poupard
2021-01-08Move migration sidebar entry to sidebar.ymlXhmikosR
2021-01-07Bump autoprefixer from 10.1.0 to 10.2.0 (#32711)dependabot[bot]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.1.0...10.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR
2021-01-07Clarify the `$enable-shadows` option in our docs (#32685)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-07Bump rollup from 2.36.0 to 2.36.1 (#32712)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.0 to 2.36.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.36.0...v2.36.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-07Bump sass from 1.32.0 to 1.32.2 (#32709)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-07Bump nodemon from 2.0.6 to 2.0.7 (#32710)dependabot[bot]
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07Scrollspy - Remove unnecessary event argument (#32603)Rohit Sharma
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-07Fix navbar docs - active nav-link (#32589)Florian Lacreuse
* Fix navbar docs - active nav-link * Update navbar.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-06fix(ratio): missing variable prefix (#32501)Gaël Poupard
This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too.