Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/twbs/bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://github.com/twbs/bootstrap

Improve zip-examples.js (#32469)

Only include the needed dist files: ~1.27 MB -> ~410 KB

1cdbf532af806b6a39c4d9b999eb5c96853fd8ff authored about 4 years ago
Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)

* Changes made in migration.md file of documentation

Added information about the removal of `...

82e5fe2d8ce3fe248be9db4babe8b0361c81d891 authored about 4 years ago
JS: update karma config (#32769)

* rename constants
* enforce the constants to be Boolean
* fix karma `logLevel`

cad88abdb0c81fce717622c9342937b338234bf5 authored about 4 years ago
Document size and multiple aren't supported on floating label selects (#32744)

* Document size and multiple aren't supported on floating label selects

Closes #32660

* Up...

05249c8c047c39434d531cc63b7d922deb4fae28 authored about 4 years ago
Update toasts.md (#32782)

* dropped mention of `backdrop-filter`
* changed mention of `.text-white` to `.btn-close-white`...

408b2558dcdacfbe5754103519e5d67d9c1c149b authored about 4 years ago
.gitignore: remove Ruby/Jekyll entries (#32770)

Our currently supported branches, v4-dev and main, use Hugo.

f43133ac412eb47111d09e89750a130cc79b9835 authored about 4 years ago
Stylelint: disallow some property values (#32756)

* `border: none`
* `outline: none`

ed5ddca5ba6436a6234e1b9dfa0883382c84f0db authored about 4 years ago
Mention stretched-link constraints with table elements (#32761)

Co-authored-by: XhmikosR <[email protected]>

69afafe8118aa045b1371f93d5a5d5224a9d15dd authored about 4 years ago
Bump sass from 1.32.2 to 1.32.4 (#32766)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.2 to 1.32.4.
- [Release notes](https:...

bf1e913f05f21fd633bd27f9e97b072a5231762e authored about 4 years ago
GitHub Actions cleanup (#32755)

* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner

0bcaa068f2e376fb5e525ab12598b00dd66a0dae authored about 4 years ago
Darken dropdown item hover style (#32754)

Closes https://github.com/twbs/bootstrap/issues/23329

78c5b503f9cc52999d5b4e130058e16388208534 authored about 4 years ago
Consistently use outline:0 rather than outline:none (#32751)

just for code consistency, no actual effect on styling per se

d62d18f1726dd54166fa6c6a8b121dd3770d16c7 authored about 4 years ago
Suppress focus outline for buttons when it shouldn't be visible in Chromium (#32689)

Follow-up to https://github.com/twbs/bootstrap/pull/32631

Co-authored-by: XhmikosR <xhmikosr@...

a2ae2c364f0fe58bf2abbd87cfd5af5d0bf57326 authored about 4 years ago
package.json: move `version_short` variable under the `config` object (#32737)

This is so that it works on npm 7.x too.

7e6d7b8f817ad1212238f15124335d37c93ebfea authored about 4 years ago
Fix typo (#32740)

* Fix typo

* Rewrite description to avoid awkward phrasing

Co-authored-by: Mark Otto <otto...

ee8546da18c7c62ad1db135b03394483aa0d82bf authored about 4 years ago
Update devDependencies (#32738)

* autoprefixer ^10.2.0 → ^10.2.1
* postcss ^8.2.2 → ^8.2.4

3b773e426575504c7c58b48e3561821b8b3f68e5 authored about 4 years ago
Move "active" class from `.nav-item` to `.nav-link` (#32730)

80557b3ac02bb21823a483013d9a0af5203bb7c2 authored about 4 years ago
docs(sidebar): active link

70175db4294641c91e825b5e2555e7d7d398e320 authored about 4 years ago
Move migration sidebar entry to sidebar.yml

d9adaae5b0fe41e237f20f2dc1232a1025af9d1b authored about 4 years ago
Bump autoprefixer from 10.1.0 to 10.2.0 (#32711)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.1.0 to 10.2.0.
- [Release...

480e7e61b602bcf6475b39d1180d8ab0c57bc878 authored about 4 years ago
Bump copyright year to 2021 (#32713)

f2c504397e5d5c59c088946cc26da370853673a9 authored about 4 years ago
Clarify the `$enable-shadows` option in our docs (#32685)

Co-authored-by: XhmikosR <[email protected]>

cefdcf6954f1bbf2a0d409d93568dcd425dc015f authored about 4 years ago
Bump rollup from 2.36.0 to 2.36.1 (#32712)

Bumps [rollup](https://github.com/rollup/rollup) from 2.36.0 to 2.36.1.
- [Release notes](https...

417372677fca17193a180f4bc71f6a180071fc11 authored about 4 years ago
Bump sass from 1.32.0 to 1.32.2 (#32709)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2.
- [Release notes](https:...

fee72a1dbc4e4e11ab99dae37df1c07c86d4acf0 authored about 4 years ago
Bump nodemon from 2.0.6 to 2.0.7 (#32710)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https:/...

dbd53b8475fcb01cecb739b5c520fdb1895c47de authored about 4 years ago
Scrollspy - Remove unnecessary event argument (#32603)

Co-authored-by: XhmikosR <[email protected]>

3c934ddcef55ee2def7abaa9b2cbcf1c2ce377e8 authored about 4 years ago
Fix navbar docs - active nav-link (#32589)

* Fix navbar docs - active nav-link

* Update navbar.md

Co-authored-by: XhmikosR <xhmikosr@...

e635a495362f440343aa9dbe346e1033337d035a authored about 4 years ago
fix(ratio): missing variable prefix (#32501)

This is the only unprefixed custom property, and its name is very common so I think we'd better ...

acec356c811e9bcfd7999795336000ce6d609d33 authored about 4 years ago
Tweak wording for no-touch carousel (#32688)

based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639

d1a62b47c38d2098577894e9b6340514af07754b authored about 4 years ago
Hyphen to dash for ranges (#32488)

* Hyphen to dash for ranges

* Hyphen to dash for ranges

* Hyphen to dash for ranges

* H...

88d35b725bb29a53770d89a6e89fd416f2314ceb authored about 4 years ago
Remove old/unnecessary reboot bug fix (#32631)

From initial testing, this bug doesn't seem to manifest itself anywhere in Bootstrap (since we d...

eb4500504790df5c4d6077cf0c840750763f49d3 authored about 4 years ago
carousel example: Move "active" class on .nav-link element (#32647) (#32647)

The "active" CSS class must be on "nav-link" element, see `_navbar.scss`:

```css
.nav-link.a...

265605bba04fe64525723b8e486885d1da35e1f7 authored about 4 years ago
Fixes #32557: Add functions and variables to the utilities API docs imports (#32684)

Co-authored-by: XhmikosR <[email protected]>

dfe1b156d1f5174ea005970e47fbf6eb66fba2f7 authored about 4 years ago
Remove incorrect mention of dropdowns for dynamic tab behavior (#32634)

While technically it still works, we're already saying authors shouldn't do it later on, and we ...

fd48a8732f8a5f2a04317ad0aded47cb8589e088 authored about 4 years ago
CI: update to actions/setup-node@v2 (#32635)

97a3ef357d0a4f291663f6bcc5333ce8a24a9e74 authored about 4 years ago
Regenerate package-lock.json (#32680)

baa8d3702f508d33f79943e045d4a0823c33eda9 authored about 4 years ago
Tweak the wording for collapse to indicate button is preferred/more semantic (#32632)

Co-authored-by: XhmikosR <[email protected]>

e1e6f5684e880700e4b68ed08a07655f74753172 authored about 4 years ago
Update dependabot.yml

d5b6971814e0b51804583d29a2b3001812c87b19 authored about 4 years ago
dependabot: Add Actions updates (#32681)

8f33f7865d857f7c80cf42cc55e499bb047841f9 authored about 4 years ago
Bump rollup from 2.35.1 to 2.36.0 (#32683)

Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.0.
- [Release notes](https...

1bfe4780d48ca69ea50618140a21ffea431e6102 authored about 4 years ago
Bump find-unused-sass-variables from 3.0.0 to 3.1.0 (#32682)

Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from ...

e27bd176bf82b1591583a8f74be88b46b78d6098 authored about 4 years ago
Bump eslint-config-xo from 0.33.1 to 0.34.0 (#32679)

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.33.1 to 0.34.0.
- [Re...

fdd76d6d0cef996fd53967f0217bc6777a21b041 authored about 4 years ago
Bump sass from 1.30.0 to 1.32.0 (#32677)

Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0.
- [Release notes](https:...

c6240401f5e1838f724f7508cf213c43dac932db authored about 4 years ago
Bump postcss from 8.2.1 to 8.2.2 (#32676)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.2.2.
- [Release notes](http...

ae3fa0e679d07781ba9fc0e09be237e2585fa4f7 authored about 4 years ago
Bump eslint-plugin-unicorn from 25.0.0 to 25.0.1 (#32675)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.0...

5672401b1567fef10b2e242ea9e057debb5842bd authored about 4 years ago
Bump hugo-bin from 0.67.1 to 0.68.0 (#32674)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.67.1 to 0.68.0.
- [Release notes...

9d95e11eda1a29302e5d922499616a91d07d6c50 authored about 4 years ago
Bump eslint from 7.16.0 to 7.17.0 (#32673)

Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
- [Release notes](https...

99b3470e82f71142ced69ce9bc616427d6473e6d authored about 4 years ago
Add an actual `data-bs-touch="false"` example in the carousel docs (#32638)

* Add an actual `data-touch="false"` example in the carousel docs

this can also make it easie...

b05145c9510f210a408569a88239840c91814eff authored about 4 years ago
Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0 (#32644)

* Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0

Bumps [eslint-plugin-unicorn](https://gith...

122b2bdd485373c05eeab50c9f809db31117b898 authored about 4 years ago
Bump linkinator from 2.8.2 to 2.11.2 (#32645)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.8.2 to 2.11.2.
- [Relea...

0fc072649e950084a426a7e3b1983d989e874b20 authored about 4 years ago
Bump rollup-plugin-istanbul from 2.0.1 to 3.0.0 (#32646)

Bumps [rollup-plugin-istanbul](https://github.com/artberri/rollup-plugin-istanbul) from 2.0.1 to...

93a4c0fbf7309ccbba32bbdbe42ac053c1986259 authored about 4 years ago
Tweak .form-select padding (#32419)

* Tweak .form-select padding

* Simplify the padding entirely

Co-authored-by: XhmikosR <xhm...

a48a29a7a5878d2a88acbca6ec4e189c1c068d4a authored about 4 years ago
Lock karma-browserstack-launcher and regenerate package-lock.json (#32593)

bcf69163cdb8f49f7d4a224a052dc828feec6244 authored about 4 years ago
Bump linkinator from 2.8.0 to 2.8.2 (#32592)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.8.0 to 2.8.2.
- [Releas...

8e426a32bcd94924b7462c967dfcf45586912331 authored about 4 years ago
Bump eslint from 7.15.0 to 7.16.0 (#32591)

Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0.
- [Release notes](https...

f50b867be8d5bea991d592198e05f4d640e65f40 authored about 4 years ago
Bump hugo-bin from 0.67.0 to 0.67.1 (#32590)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.67.0 to 0.67.1.
- [Release notes...

c1197ad37f39e0ba754671d7f0be59d30c47df24 authored about 4 years ago
docs(sidebar): invalid CSS value (#32575)

Co-authored-by: Gaël Poupard <[email protected]>

9b7bb7b568e890a088999b023aabf4898dcd1117 authored about 4 years ago
collapse: prevent url change if `A` nested tag is clicked (#32438)

Co-authored-by: XhmikosR <[email protected]>

59cd71631ef342892208e18723643aa782e9ccac authored about 4 years ago
Support Popper virtual elements (#32376)

Adds the ability to use objects implementing the virtual element interface as the value for the ...

2d46e47464d15182c44a7d92c8f2476e70f4434e authored about 4 years ago
API docs: add missing comma (#32543)

44667d89fa1bf8de15db57fad43696c62860e288 authored about 4 years ago
Add keyboard-focusable elements for popover on disabled button (#32490)

86802f701cdff9a2fe91278fe42684a32426bc61 authored about 4 years ago
Revert "Update karma-browserstack-launcher to v1.6.0 (#32409)" (#32494)

This reverts commit e2324731de863a1248eac1aa6acf74002053c327.

e46891773152c9ef2befa39d331847bae56632d3 authored about 4 years ago
Tooltips: add missing space (#32529)

d140f50b35588ad45b048f372d39c70c8e9238cd authored about 4 years ago
added class selector "." to "dropend" (#32534)

It was missing the `.` before `dropend`.

561c0d8cde549c24ba7c451a6d0742089290b3a7 authored about 4 years ago
test(carousel): french word in the wild (#32528)

58ab1c2cd53b51b57e425e4f4926b9d29de424be authored about 4 years ago
Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)

* Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0

Bumps [eslint-plugin-unicorn](https://gith...

66f323af7015346ef401f241a8082a27d37e1d67 authored about 4 years ago
docs: Fix popover example showing above navbar (#32445)

Co-authored-by: XhmikosR <[email protected]>

517446069a60daddaf5e53651661851f9b44e9a0 authored about 4 years ago
Add helpers to utilities bundle (#32324)

Adds currently missing utilities classes which are located in scss/helpers to
boostrap-utilitie...

f07106e604c3bb3d7ea80b91f79378b55218d039 authored about 4 years ago
Bump @babel/preset-env from 7.12.10 to 7.12.11 (#32515)

* Bump @babel/preset-env from 7.12.10 to 7.12.11

Bumps [@babel/preset-env](https://github.com...

ef0bc661cfce6b5709189aa2d3edb85e0b1392e4 authored about 4 years ago
Add variables for modifying button state colours. (#32317)

Add some variables to allow users to modify how much a button gets
lighter or darker on :hover ...

df763d64572f9876e02f5af616f9cb987aec1b46 authored about 4 years ago
Extended form validation states customization capabilities (#31757)

Co-authored-by: XhmikosR <[email protected]>

8984255158c3866ab1d11617e266ebf5f1e18a70 authored about 4 years ago
Fix: variables collide with globals (#32492)

Co-authored-by: XhmikosR <[email protected]>

b424650ab51bc5163f7d07cd4a8d9f5a5a364f19 authored about 4 years ago
tests: replace deprecated jQuery method (#32309)

Co-authored-by: XhmikosR <[email protected]>

f12657b39ff9c8ba2826b01a1690ed57db14e684 authored about 4 years ago
BrowserStack: test on macOS Catalina instead of High Sierra (#32486)

29e4eb91c16411690f8b4a73adcfdb037752c60c authored about 4 years ago
Bump @popperjs/core from 2.5.4 to 2.6.0 (#32487)

* Bump @popperjs/core from 2.5.4 to 2.6.0

Bumps [@popperjs/core](https://github.com/popperjs/...

269efc8dc90836f54eb2695cf6463481d35ad48f authored about 4 years ago
Fix popover docs example (#32489)

4e7c9e56fc76b8cf5b34d9d7b041b3904fb6404c authored about 4 years ago
Update package-lock.json

cc3a5cf79a5afd73a97dce380f93e0d192a34456 authored about 4 years ago
Docs: style clipboard button on `:focus`, not just `:hover` (#32461)

Co-authored-by: XhmikosR <[email protected]>

65f1bf027a93e45b503d2665c18e6fa5e762b2e6 authored about 4 years ago
Update Release Drafter configuration (#32417)

* add "Breaking Changes" section
* add "Performance Improvements" section
* add "Utility API" ...

479043f2558078a7ec99a130c92f8180f12b1ec2 authored about 4 years ago
Bump rollup from 2.34.2 to 2.35.1 (#32475)

Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.35.1.
- [Release notes](https...

0c195f690ad023afc01b6c0ad0b9016cf40bd2df authored about 4 years ago
Expand `visually-hidden-focusable` so it can be used on a container, so the container becomes visible when focus is inside it / on one of its child elements.

eae52b1cb0af18c5bf3fddd660f53d58d689cd63 authored about 4 years ago
docs(skip links): new powers for .visually-hidden-focusable

c2f67d72e8010307f657b2a55ae93fc5c9cab2a5 authored about 4 years ago
docs: Remove unneeded `.form-group` class (#32483)

9b6c81514831038646fb921e8fbacf702a56be04 authored about 4 years ago
Remove redundant `pointer-events: none` override for tooltip and popover disabled buttons (#32478)

Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: XhmikosR <xhmikosr@gm...

e8d14b302e7bfe62d390a88a33119b9bb8c0a303 authored about 4 years ago
Update CodeQL Action (#32452)

c3e8a0ef2aca85b57903bca0bd22c74a8379e37e authored about 4 years ago
docs: Add system-ui to native font stack documentation (#32455)

system-ui was added to the native font stack in #30561 but the docs were not updated.

e1f561b53cb2396efb2bfcf1265591db5b9071a7 authored about 4 years ago
Update karma-browserstack-launcher to v1.6.0 (#32409)

e2324731de863a1248eac1aa6acf74002053c327 authored about 4 years ago
Flatten package-lock.json (#32477)

a3ead0786af2345c58ebb0a864629a095ac10336 authored about 4 years ago
Tooltip/popover - change the default value for `fallbackPlacements` (#32437)

The default Popper `fallbackPlacements` value is `[oppositePlacement]`.

- The default value w...

042a4a255f3c994ee8285df9a14fe0fbd95df83c authored about 4 years ago
Clean up lorem ipsum text in popover examples (#32479)

793c79d14b26c4de2198bc4c6d6861e1d420ed76 authored about 4 years ago
Bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#32476)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.0.1.
-...

25326a0114515ea5ca412934b66c049fd68243ab authored about 4 years ago
Bump postcss-cli from 8.3.0 to 8.3.1 (#32471)

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.0 to 8.3.1.
- [Release not...

a60d8c0d58ef337476a5ba283e0fd3c3c0a66e45 authored about 4 years ago
Add two new variables for pagination border-radius values (#32423)

Co-authored-by: XhmikosR <[email protected]>

071f914fa16e9628c98cd3d87e5c6db68e1547aa authored about 4 years ago
Few updates for v5.0.0-beta1 NuGet support (#32453)

PopperJS 2.0 isn't on Nuget so dropped as a dependency

a31ea592d6dc467839569490b2e4dbaa747a92a1 authored about 4 years ago
Add missing `has-validation` in checkout examples (#32464)

fe3658672c9549dc8c68c1e8db384c4e444cee88 authored about 4 years ago
Tooltip - Add missing callback in async spec (#32465)

ebce95dc60572ba1f7d65e9a8b5b2a4c0c8c4336 authored about 4 years ago
docs(cheatsheet): fix RTL sidenav arrows

e967ecf90021b9666bc5184f9054e7d37f9d83f4 authored about 4 years ago
fix(carousel): switch prev/next directions in RTL

b85ca045e057d6f5982cc0cc9de4bfbf8b252a3d authored about 4 years ago
examples: Update font utility classes to new v5 versions (#32449)

* site: Fix .font-italic to .fst-italic in blog example

The font utility class was renamed fr...

f2b39d620c2f6fe530f2c9abaa63c603961de769 authored about 4 years ago
Bump rtlcss from 2.6.2 to 3.0.0 (#32431)

Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 2.6.2 to 3.0.0.
- [Release notes]...

78389b2acf2db673d473c5557f9d11e5f6322e5f authored about 4 years ago