Ecosyste.ms: OpenCollective

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

github.com/coreui/coreui

Open Source UI Kit built on top of Bootstrap 5 and plain JavaScript without any additional libraries like jQuery
https://github.com/coreui/coreui

refactor(Sidebar): add tranistions, rename `sidebar-unfoldable` to `sidebar-narrow-unfoldable`, update sidebar sizes

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

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

ed5ddca5ba6436a6234e1b9dfa0883382c84f0db authored about 4 years ago
test: update unit tests

96c102e6a39bb911c7f2567cf9a9105228421547 authored about 4 years ago
feat: add callout

e8d1bae19d9571b2f6b7580a39ced652e555a131 authored about 4 years ago
feat(Form Switch): add LG and XL sizes

797abefb34937689b63d8d1f69a535425791865e authored about 4 years ago
feat(Callout): add callout component

40b30b41fc839486b9ed69f099bd5ad0d254f7df authored about 4 years ago
refactor: change margins in stacked avatars

688a54b7d23e1d7742912b84bb013585605cf5d2 authored about 4 years ago
refactor(Avatar): change px to rem

ac6bd1cd2042be33fb525d22caef1fc6afe84efa authored about 4 years ago
refactor: change px to rem in footer, header, and sidebar; reorder transition values in sidebar

2f159db88e4672045dba6174259e30b00780148d 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
feat: add ghost button

7ac3b3cb38d2dd51179a115800670452cd26af45 authored about 4 years ago
refactor: consolidated variables in variants

6e378ccd57e34f3fc1b20280d5e3b5e7282f6b57 authored about 4 years ago
docs: move do documentation to `docs` folder

aa5d7450a13ce42267b2cb9a6146a781a43c7b81 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
docs: update content

cb20f10a49cc7b3aa3e2f3b6a3973cb3f999fbde 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
docs: update content

731573ae92abd20d4e618750e41d5153ae17223d 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
Move migration sidebar entry to sidebar.yml

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

70175db4294641c91e825b5e2555e7d7d398e320 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
refactor: clean-up

177dee45ffe68451f2fc7a02a0799982719b0960 authored about 4 years ago
docs: update documentation

51c1086e2dc3b389fd4d19b4c4c455fa01f1ac16 authored about 4 years ago
Merge remote-tracking branch 'upstream/main' into v4-dev

d02678a570743decd1d5e194c84d172add1a9e30 authored about 4 years ago
fix: typo in `list-group-variant`

5a19b443df15767a321c81cea1fc6bcfc9d57b7f authored about 4 years ago
refactor: change `$subheader-height` variable to `$subheader-min-height`

9ba4faf581086ce8564e7145816fcca775dadea3 authored about 4 years ago
refactor: change `$footer-height` variable to `$footer-min-height`

ad129c3bb59d5841b2b892a6444d615c3244bb8d authored about 4 years ago
refactor: change `$header-height` variable to `$header-min-height`

31c5d6255bd12f9ba12520b33406b3070a590064 authored about 4 years ago
refactor: rebuild `.navbar-light` and `.navbar-dark` using CSS Variables

8318a418c67a68e7685aee8ccbff772a1f5985e9 authored about 4 years ago
refactor: rebuild `.dropdown-menu-dark` using CSS Variables

86b3ca90615b0fbc18e0c5a916b3ce64e070be7f authored about 4 years ago
refactor: rebuild `.carousel-dark` using CSS Variables

0c5081d5e285a0c0b6c23c61ab2e750243a7da89 authored about 4 years ago
refactor: rebuild `.carousel-dark` using CSS Variables

81e3ca2a727faa2da5a5786f8c6535114d02d517 authored about 4 years ago
refactor: rebuild `.dropdown-menu-dark` using CSS Variables

10a98399ddbd1b67c2260802abb3932f4d5e7ca9 authored about 4 years ago
refactor: rebuild `.navbar-light` and `.navbar-dark` using CSS Variables

23a48aaa540b6fb21b679bbdb13ada333dce3660 authored about 4 years ago
refactor: clean-up

6a9cbe5eda5da9ad5edbf8a4a7c47dd302ad270f 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
refactor: update variables

c14ed01e06e4883858abfc8c5d1ab32f747b6fe9 authored about 4 years ago
refactor: remove `thead` `border-bottom-color`

2ba6edd20904219f88b22c2980b1ce751c33e763 authored about 4 years ago
feat: add new text utilities

25a02065bedf7785bdda63db498a726e1718123d authored about 4 years ago
feat: add `--cui-font-size-base` variable

69ea9d79b8b4d21d27ac6d4ae559383f84071587 authored about 4 years ago
fix: icon position

7e23d7f10ed008ccd9aa780c8b5489692ce05d24 authored about 4 years ago
refactor: update sidebar component

6a092bd3054ad4c0a2be32190d2be1fdaefbda6a authored about 4 years ago
refactor: backup bootstrap variables

3832e90363dd4ab0138e721e5e9078158e5266d1 authored about 4 years ago
docs: update content

7dda94cfd7235b991d5870f244aafaa789a8c645 authored about 4 years ago
refactor: remove `c-` prefix and fix icon position

274a6cca5ac1e532779217d5995e5e423393bb90 authored about 4 years ago
refactor: change divider with to 100% of parent

f6c622d0757c79b1d4c8d1dff0129fb461b0d053 authored about 4 years ago
refactor(header): change `.header-divider` width to 100% of `.header`

4d8eae23c5e76ea246cde26066d39861fd0afe70 authored about 4 years ago
feat: add font weight medium and semibold;

refactor: update colors;
fix: change null to unset to properly generate CSS Variables;

1a505f407486c0ec381df7fc786394bc27254ff6 authored about 4 years ago
docs: add markups to generate documentation

7e5c2453e9e7e7cd774bbef5a529c0e8dda4075c authored about 4 years ago
feat: CSS Variables support

e03891128c8a5e9478dd602c7d5dd141c38a382a authored about 4 years ago
feat: add vr component

4e9e4ce63437b7d5067c12e4c9684eb6f1efd6b0 authored about 4 years ago
Merge remote-tracking branch 'upstream/main' into v4-dev

bb13d7fbfb10cd2c2e71e34ec288e0916b774a7b authored about 4 years ago
refactor: change `${alert|button|list-group}-colors` to ${alert|button|list-group}-variants`

7431673acd58debb1d9a2413cee33d1e6abbd537 authored about 4 years ago
refactor: clean-up and reorder variables; add markers to generate sass documentation for components

bac1643b96bbb1c96377192fea8ba03708a68d98 authored about 4 years ago
feat: add `border-{top | right | bottom | left}-color` and `border-{top | right | bottom | left}-width` utilities

7d77559d9dac779d7b55ec7b6ec9250d77237d30 authored about 4 years ago
fix: reorder css properties

d7d8e5630e6ac8bd2b76ae4e3772f34eee023b03 authored about 4 years ago
refactor: remove `c-` prefixes and clean-up

9b9d0999c652f3338f21b9e3bbf9ccfcff609306 authored about 4 years ago
refactor: remove `c-` prefix

8e11ef2132e9bb79bf7d3a47d73c34f2eb3b13cf authored about 4 years ago
refactor: deprecated `.avatar-rounded` and `.avatar-square`

7d6c71ae80dbd1210f1506bbf84b1843b5c09944 authored about 4 years ago
docs: update content

18e90e66dfed9f91c39dd6735805c80a1df6fed3 authored about 4 years ago
docs: add CSS Vars to documentation

a928bd794ff795dfd62f19ae08a62ced5947cd68 authored about 4 years ago
docs: add customization options

429b744a2aff98ccca4c65a27c06b7786694330e authored about 4 years ago
refactor: remove `c-` prefix

878ab645390d756f09b775b2706748a2811b810a authored about 4 years ago
refactor: remove `c-` prefix

75794cace6b8436e58eb3303e87ca80a28c91daa 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