aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-14Lighten disabled dropdown text to $gray-500Mark Otto1-1/+1
Fixes #32474
2021-01-14Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)Mark Otto4-3/+30
* 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 <[email protected]>
2021-01-14docs: work around Toast CSS conflict with utils (#32620)Siju Samson1-7/+11
* Toast CSS conflict resolved * Update toasts.md Co-authored-by: XhmikosR <[email protected]>
2021-01-14modal: move common code to reusable functions (#32511)GeoSot1-52/+25
Co-authored-by: XhmikosR <[email protected]>
2021-01-14Update zip-examples.js (#32799)XhmikosR1-2/+2
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]2-246/+169
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-01-14CI: change Node.js to `14` (#32796)XhmikosR6-6/+6
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. Lauke2-12/+12
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)voltaek3-4/+10
* 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 <[email protected]>
2021-01-14build-plugins: build Base component too (#32313)XhmikosR1-0/+6
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]5-9/+9
* 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] <[email protected]> * Updates for `[email protected]` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-01-14Add mention of CSPs and SVGs (#32759)Mark Otto1-0/+15
Co-authored-by: XhmikosR <[email protected]>
2021-01-13Revert "docs: Fix popover example showing above navbar (#32445)" (#32533)XhmikosR2-4/+1
This reverts commit 517446069a60daddaf5e53651661851f9b44e9a0.
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma12-45/+26
* 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 <[email protected]>
2021-01-13Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)Rohit Sharma2-2/+11
Co-authored-by: XhmikosR <[email protected]>
2021-01-13Document some basic code conventions for us (#32778)Mark Otto1-0/+8
Co-authored-by: XhmikosR <[email protected]>
2021-01-13Improve docs regarding RTL migration (#32771)Gaël Poupard3-1/+58
* 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)Onycss1-0/+1
* Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto <[email protected]>
2021-01-13Improve zip-examples.js (#32469)XhmikosR1-18/+48
Only include the needed dist files: ~1.27 MB -> ~410 KB
2021-01-13Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)ghost_321-0/+1
* 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 <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-01-13JS: update karma config (#32769)XhmikosR2-17/+19
* 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 Otto1-1/+1
* Document size and multiple aren't supported on floating label selects Closes #32660 * Update floating-labels.md
2021-01-13Update toasts.md (#32782)Marcin Kasperski1-2/+2
* 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)XhmikosR1-11/+0
Our currently supported branches, v4-dev and main, use Hugo.
2021-01-13Stylelint: disallow some property values (#32756)XhmikosR1-0/+4
* `border: none` * `outline: none`
2021-01-12Mention stretched-link constraints with table elements (#32761)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-01-12Bump sass from 1.32.2 to 1.32.4 (#32766)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11GitHub Actions cleanup (#32755)XhmikosR7-19/+12
* 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. Lauke1-1/+1
Closes https://github.com/twbs/bootstrap/issues/23329
2021-01-10Consistently use outline:0 rather than outline:none (#32751)Patrick H. Lauke2-2/+2
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. Lauke1-0/+9
(#32689) Follow-up to https://github.com/twbs/bootstrap/pull/32631 Co-authored-by: XhmikosR <[email protected]>
2021-01-10package.json: move `version_short` variable under the `config` object (#32737)XhmikosR2-4/+7
This is so that it works on npm 7.x too.
2021-01-09Fix typo (#32740)Brian Thompson1-1/+1
* Fix typo * Rewrite description to avoid awkward phrasing Co-authored-by: Mark Otto <[email protected]>
2021-01-09Update devDependencies (#32738)XhmikosR2-52/+46
* 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 - chtitux10-42/+42
2021-01-08docs(sidebar): active linkGaël Poupard1-3/+3
2021-01-08Move migration sidebar entry to sidebar.ymlXhmikosR2-26/+30
2021-01-07Bump autoprefixer from 10.1.0 to 10.2.0 (#32711)dependabot[bot]2-7/+22
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR15-26/+26
2021-01-07Clarify the `$enable-shadows` option in our docs (#32685)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-01-07Bump rollup from 2.36.0 to 2.36.1 (#32712)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-01-07Bump sass from 1.32.0 to 1.32.2 (#32709)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-01-07Bump nodemon from 2.0.6 to 2.0.7 (#32710)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07Scrollspy - Remove unnecessary event argument (#32603)Rohit Sharma1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-01-07Fix navbar docs - active nav-link (#32589)Florian Lacreuse1-2/+2
* Fix navbar docs - active nav-link * Update navbar.md Co-authored-by: XhmikosR <[email protected]>
2021-01-06fix(ratio): missing variable prefix (#32501)Gaël Poupard4-6/+7
This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too.
2021-01-06Tweak wording for no-touch carousel (#32688)Patrick H. Lauke1-2/+2
based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639
2021-01-05Hyphen to dash for ranges (#32488)Jonathan5-5/+5
* Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges
2021-01-05Remove old/unnecessary reboot bug fix (#32631)Patrick H. Lauke1-9/+0
From initial testing, this bug doesn't seem to manifest itself anywhere in Bootstrap (since we don't just set transparent background anywhere on buttons, and when we do set explicit button styles in the more specific stylings, we already do create a custom `:focus` style anyway) Co-authored-by: XhmikosR <[email protected]>
2021-01-05carousel example: Move "active" class on .nav-link element (#32647) (#32647)Théophile Helleboid - chtitux2-4/+4
The "active" CSS class must be on "nav-link" element, see `_navbar.scss`: ```css .nav-link.active { color: $navbar-dark-active-color; } ``` Co-authored-by: XhmikosR <[email protected]>