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

Toast: provide `isShown` method (#36272)

* feat(Toast): provide `isShown` method

* Update site/content/docs/5.1/components/toasts.md
...

4a682ab00a86adba2d38b0da7f3eaf1a6208f647 authored over 2 years ago
Docs(Scrollspy): minor changes to be aligned with new version of javascript (#36260)

* Docs(Scrollspy): minor changes to be aligned with new version of javascript code

* first ex...

92e6856235555622c14f120b641f8118af33a5a3 authored over 2 years ago
docs: add proper markup on modal's page tooltips ands popovers

f02bdf7c5276eecb754343b4cf0e17e385512806 authored over 2 years ago
Fix color-adjust with autoprefixer 10.4.6 (#36258)

Co-authored-by: Mark Otto <[email protected]>

f82b2ba20d50d49a1554f4fa2891e3e65760fa98 authored over 2 years ago
v5.2.0: Migrate to DocSearch 3 (#36176)

* Migrate to DocSearch v3

Fixes #33338

* initialize `siteDocsVersion` const after the prop...

6b49d26b21cabb7322a820183c6d925263cddba1 authored over 2 years ago
ref(Docs assets): Separate js assets

d2497b0384d05af9159743d7ff58fd071d5c5cbb authored over 2 years ago
Iterate on border utilities (#36239)

* Remove `--bs-border-opacity: 1` from `.border-*` utilities

We set `--bs-border-opacity: 1` ...

bca99232b8bef6a53719e4827de40729098d4ec8 authored over 2 years ago
Handle disabled focused tabs with tab JavaScript plugin (#36169)

* Handle disabled tabs

* Fix after feedback

* Update js/src/tab.js

Co-authored-by: GeoS...

5d9500bdfdd02b3b1d91df2be86b1723f517fc52 authored over 2 years ago
Fix proposal

cca801683dfbc54dc7ae7a6ef6ce4361b071bc36 authored over 2 years ago
release: v4.1.5

1e2f60f05e1d4ad6f3547ce225ed2b7725694428 authored over 2 years ago
fix(forms): angular validation classes revert

This reverts commit 90f99f31ad5e44423dd6d5acb16b35c3414f52d0.

843a6217eb9611df850017d3c754d318fa162543 authored over 2 years ago
Update badges, cards, and toasts to use new helpers

1ac2997cf623f8bf4217aab6bdd573b9f1ee7e48 authored over 2 years ago
bundlewatch

2ba73d2c8047b38350e7d469787a476d65c22b9d authored over 2 years ago
include in migration guide

a078b5e0b9c11d5a04497c1d1561fe9d4e0b028b authored over 2 years ago
Improve version picker for new pages in v5.2.x

51535cd95ac8eb5746e19c057aeabdbcafef3a8b authored over 2 years ago
Add new text-bg-color utilities

8cd3c3e3bc6b966c2be9491091ad1c0c629a4b30 authored over 2 years ago
Doc: remove `role="group"` from some split drop* buttons

ec41392717c767ae0c862e30967774e9a5d6ba7a authored over 2 years ago
Update new docs version picker to work on home and examples pages (#36245)

* Update new docs version picker to work on home and examples pages

* Add addd key to opacity...

55be3c3fc26d8189120a2a780bac129d3fb2e272 authored over 2 years ago
Update path to `@popperjs/core` in parcel.md

-│ └── popper.js/
+│ └── @popperjs/
+| └── core/

207ddbee4946fa43cef07ab44aa0d00e48fef0f3 authored over 2 years ago
Revert `border-color` change (#36238)

* Revert `border-color` change

* Add new border-color-translucent for when we want optional a...

7745730e4132eff204bf2afe8351511e595acee6 authored over 2 years ago
Document incompatibilities between Bootstrap JS and React/.etc (#36217)

* Document incompatibilities between Bootstrap JS and React/.etc

Closes #35665.

* Remove l...

ebb1f485d3e750a67ac7633e5044f2fce0749afe authored over 2 years ago
Add input-disabled-color Sass variable

544cf8df48de281aafb5ae0615b9bc9fd75ed4f8 authored over 2 years ago
Clean up last `$variable-prefix` usages

54e0af0303fe6617e438b9bf68e85b377b0e8ef2 authored over 2 years ago
Doc: mention Popper instead of Popper.js

3143824ea43cf15e42f8513ce65872b3a3f41d6f authored over 2 years ago
Doc: fix offset content for examples page

a2edb2afb89beac6f05b926e59d153aa0a0e6f22 authored over 2 years ago
release: v4.1.4

d4fb4e1005e4504923a6ff4f7edc99cb63522c78 authored over 2 years ago
Docs: update documentation js examples, using es6 (#36203)

* Docs: update components documentation using es6

* Docs: update js blocks around docs, using...

00d45b11e7088981d52027df65bebf7f5e4c6050 authored over 2 years ago
feat(forms): angular validation classes

90f99f31ad5e44423dd6d5acb16b35c3414f52d0 authored over 2 years ago
fix(Toast): set the proper close button position when RTL direction is enabled

e7e179c234e8b12c8d0fa9e7d07e06ef5b2497a5 authored over 2 years ago
fix(Modal): set the proper close button position when RTL direction is enabled

ac70821daf6f0dd0b9eeccc8f6ab73aeb1312193 authored over 2 years ago
EventHandler: change check method for custom events, avoiding regex

3edead4ffef40bd86c0bcb114b1f0206f66b51e8 authored over 2 years ago
Add .show class to offcanvas example, and disable it's normal behavior in our JS

9a614a7e1dd21d6a4b2f6e36c0ad390fd4767528 authored almost 3 years ago
Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)

* Fix not used option (`ride`) (according to docs), continuing of #35753 a247fe9
* separate co...

554736834dd929263ab307593f4d4d3f28f61479 authored almost 3 years ago
Manipulator: Add JSON parse support (#35077)

Support parsing JSON from each component's main element using the `data-bs-config` attribute.

...

584600bda36ac13ea325617783216d6c6a331c08 authored almost 3 years ago
Doc: minor modifications in Scrollspy (#36195)

Doc: minor modifications in Scrollspy

01cffa682249965eafa581058dd993853d82b3c4 authored almost 3 years ago
Rewrite Getting Started > Introduction page to be more guide-like (#36204)

* Rewrite Getting Started > Introduction page to be more guide-like

* Add tabs, mention offca...

fc87624a5002177eb590101a087e0c03a68f73c0 authored almost 3 years ago
Minor fixes

1dc59b0d4e9ea5dd1a07aa91f964b491de1310ba authored almost 3 years ago
Update _breakpoints.scss

9ccee925fb563adbd9ccb00f7f6c1c861a254e7f authored almost 3 years ago
Update CODE_OF_CONDUCT.md

I fixed a grammatical mistake. The word "to making" in line 3 has been changed to "to make".

d6064264fe3a52f6bf0862b270978e1de4f1d261 authored almost 3 years ago
Refactor some docs examples CSS (#36194)

* Fix some more borders and margins

* Flex utilities docs: remove .bd-highlight class from sn...

e089aef00fef68c6a815327d8b988e14cfcf4d9b authored almost 3 years ago
Realign Cheatsheet nav tabs example rendering with the examples in the doc

9ec51f449904bae076b2334e748559706182f046 authored almost 3 years ago
Update devDependencies (#36193)

* @rollup/plugin-commonjs ^21.0.3 → ^21.1.0
* @rollup/plugin-node-resolve ^13.2.0 → ^...

c1eab89238da2cb8ee13b6af0666760202718fbc authored almost 3 years ago
One more code snippet fix

2aad1696f1536202b1d66205f7f9889b3b311755 authored almost 3 years ago
Do some CSS and Migration guide cleanup (#36191)

* Do some CSS and Migration guide cleanup

- More code snippet tweaks
- Fix some homepage her...

3362c8cf13cc3610a6e0ac1efc673f7f8c74ac08 authored almost 3 years ago
Fix spacing of code snippets

3990ff04a00f2768b768e1c852594e3a365b9c61 authored almost 3 years ago
change `.border-right` to `.border-end`

5602093c7be8726f1b1043b3d71bb887d6f1f607 authored almost 3 years ago
v5.2.0 design refresh, plus responsive offcanvas classes (#35736)

* Add responsive offcanvas classes

- Updates navbar-expand classes to de-dupe some styles—the...

195440f2fb1e94c014a9cf08f3eae40f3d224620 authored almost 3 years ago
Fix containers page in docs to re-order list so it matches sections below it.

26ea6f1649c51d2a7edc796221bd5b46b289bb28 authored almost 3 years ago
Minor fixes

fa0adc979d0c60b1b0ef00e034cfe0c86950ea53 authored almost 3 years ago
Fix Chroma line highlight style

fb21233098124c95c9fdfd54cb546739051464c7 authored almost 3 years ago
Bump karma-jasmine from 4.0.2 to 5.0.0 (#36162)

Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.2 to 5.0.0.
- [Re...

7a8459641f14abeaa1717dba79fdc16201a11aa8 authored almost 3 years ago
Doc: Uniformization of nav tabs content panes (#36163)

* Doc: Uniformization of nav tabs content panes

* Fix after review

d059c1d5bafb46e6d4adde07059f3373f47fa1e2 authored almost 3 years ago
Revamp Scrollspy using Intersection observer (#33421)

* Revamp scrollspy to use IntersectionObserver

* Add smooth scroll support

* Update scroll...

ece16012270a9ef7781ce9269cb151c5e5961734 authored almost 3 years ago
Update dropdown.js

minor refactoring

cfd2f3f7787ba22feb78d916956f6f73746f3ee3 authored almost 3 years ago
Bump karma from 6.3.17 to 6.3.18 (#36161)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.18.
- [Release notes](h...

87da34014a6479e94130f04564898292dbc7586d authored almost 3 years ago
Update parcel.md

Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), w...

1fed10dfb15aeb6c09b9c7f81ffe9214186ff48a authored almost 3 years ago
Add black to colors map

74be17edef89275ad71c1448b11c72a328c8eeb5 authored almost 3 years ago
Fix space between popover's arrow and triggering element (#35976)

* Fix margin between popover arrow and triggering element

* Oups-use .25 increment for bundle...

7ff974b4ce51a5dd5485d62264b9de9842ea2b58 authored almost 3 years ago
Fix proposal

3984ebb4073a2a9f0b922ab196f3d85600c30c7f authored almost 3 years ago
Changing the CSS var management

36e75f63559396c1e608c9d6599a0b9ca7512d8d authored almost 3 years ago
Remove tooltip and popover styling as it is handled by Popper (#34627)

* Remove not needed css form tooltip & popover as it is made by popper
Remove tooltip margin va...

8aaeb3cb6b5fe4f3eb6ed5872e172404aa8397a6 authored almost 3 years ago
Change second example dropdown form (#36137)

To check cases as #36135

33992b7d5b2176d90aee9a1933219b498a9888d4 authored almost 3 years ago
Use Babel and ES6 in docs JS files (#31607)

* Pass docs js through Babel

* Use ES6 in docs js

* Only run babel on src files

* Allow...

fe257823ecca31cf5e582e9b8380a0ad0204075e authored almost 3 years ago
Bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 (#36153)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...

f6cb4b64b57f751df4563fe80e0f4eb4c19fb8e4 authored almost 3 years ago
Bump eslint from 8.12.0 to 8.13.0 (#36154)

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

f7312f7f3ae7a28c8dee8b8d84d6f285ad3cecff authored almost 3 years ago
Update docs syntax colors head of dark mode (#35984)

* update syntax colors in preparation for dark mode changes

* Improve color contrast

e206a6021bda6b9ccb07b3821477f4e38bc9d413 authored almost 3 years ago
Improve use of CSS vars in Toasts

a58d894a5b28fcff3db9c2309565cfdbc8131b9d authored almost 3 years ago
Add CSS vars for accordions (#36148)

* Add CSS vars for accordions

* Fix Bundlewatch

10f2830805fee2ea5bd0f35cfb10e5af5555657f authored almost 3 years ago
Doc: fix modals and navs CSS vars description

3c78f772d5dcf8a7c95099e611d6ab2bca867363 authored almost 3 years ago
Update devDependencies (#36120)

* Update devDependencies

* @babel/core ^7.17.8 → ^7.17.9
* @popperjs/core ...

7648848e04d7cf4753d229f467a6b020c92b366e authored almost 3 years ago
Revert border-color utilities to use the CSS property instead of the variable

dab026fc2bb43aff8d16033143d1bf0d71198277 authored almost 3 years ago
Doc: Reorder alphabetically lists of components

5b31463e35bc9af18fabb30f76186c0e77ea2b99 authored almost 3 years ago
Revamp tabs & follow ARIA 1.1 practices (#33079)

* Tab: Revamp tab.js & add support Aria features

* Tab: Add tab support, just to keep backwar...

135b9cdff2bb301e36faa9110043d5823f620b56 authored almost 3 years ago
New CSS var

238afd94b3cad4481310666695a152885377cf1b authored almost 3 years ago
Fix for missing CSS variables on `.navbar-nav` (#36105)

* Fix for missing CSS variables on .navbar-nav

* Document new CSS vars on .navbar-nav

0323fe99d2b696ccb539b121387e174eaf209c17 authored almost 3 years ago
Bring back webkit calendar picker indicator for datalists (#35406)

* Bring back webkit calendar picker indicator for datalists

* Replace webkit datalist indicat...

a7153567e13c81c5cda749c67f9f8f93977cde70 authored almost 3 years ago
Bump @babel/core from 7.17.7 to 7.17.8 (#36053)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.7 to...

f948974ca3b53b827795e697f568c2f29e47e078 authored almost 3 years ago
Bump postcss from 8.4.8 to 8.4.12 (#36056)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.8 to 8.4.12.
- [Release notes](htt...

d70f3afd4a8ee9b87339626aa31e7c8fda6764c2 authored almost 3 years ago
Bump eslint-plugin-unicorn from 41.0.0 to 42.0.0 (#36117)

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

a787f3c2accfe0fedd95f70d46be4f66657cf957 authored almost 3 years ago
Bump autoprefixer from 10.4.2 to 10.4.4 (#36057)

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

8b17ac682118a3ed6cd6c54e66b2a23b743f24ca authored almost 3 years ago
Bump hugo-bin from 0.82.2 to 0.84.0 (#36076)

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

51463f3889135a46ba91567a9e3cbb79cad736ce authored almost 3 years ago
Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3 (#36078)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...

bd420d570c0f8a79d55da5679af3afaf8acf2b4c authored almost 3 years ago
Bump eslint from 8.11.0 to 8.12.0 (#36079)

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

4eeaee78aa640738716e4882f8dfaee343fa12d4 authored almost 3 years ago
Bump sass from 1.49.9 to 1.49.11 (#36118)

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

aa4e707f031549871907e208a02d0e8fa6bf4cd6 authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6 (#36119)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](h...

384075582b7f611e6f006a318194d2a2a0359071 authored almost 3 years ago
Bump karma-jasmine from 4.0.1 to 4.0.2 (#36116)

Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.1 to 4.0.2.
- [Re...

159dc4b1fb4852d6f378966b72cc378691c48c68 authored almost 3 years ago
Use new CSS vars (#36098)

* Proposal to use new CSS var when it could be used.

* Bundlewatch

Co-authored-by: Mark Ot...

0ceaad3ab41fc8b4d85ce463624575daee4c4759 authored almost 3 years ago
Move "Navbar" before "Navs & Tabs" in sidebar

This ensures consistent alphabetic ordering.

55c541f5bcdcc3ebb369f1df1d13ebfe567379ee authored almost 3 years ago
Adding CSS var to list-group-item-action

f789c2cc921aa5891035a34fd35da1ec13c4f60c authored almost 3 years ago
Fix CSpell by adding 'Analyser'

2fccd1c1e4df4a6b50ef44538b00487613d290a5 authored almost 3 years ago
docs: update content

3463ba20b4bd57a0faa41b3bdfb0faf0166c0c97 authored almost 3 years ago
refactor(Offcanvas): add CSS vars support

375fedef2494fe4a16d41075a77cf7d35d27588f authored almost 3 years ago
Changing to btnTitle and btnEdit

273ebad151b98c37ebedc5111c3efff596dd0d24 authored almost 3 years ago
Adding @include everytime it's not the case

00d028e646eea009b779bb123d5f5e2e1457c4d5 authored almost 3 years ago
Doc fixes

8006203e471e5c2a82f257cff848b8dfc6e397f6 authored almost 3 years ago
Reuse all breadcrumb CSS vars available

53fe10716a2df52293c9b25dc5b0eeec5f5df120 authored almost 3 years ago
Fix duplicate border radius CSS var definition

d0714817f89fc4ad7429da3701c5b08b81587604 authored almost 3 years ago
Fix duplicate `.rounded-*` and `.fw-semibold` defs in examples

16711ff5b12df1412e1d4957b64df811e9e3efe3 authored almost 3 years ago
fix(Offcanvas): offcanvas is not visible when LTR and RTL are enabled

26c004fcb3db4a4f2758057453586a276bf59a45 authored almost 3 years ago
Fix StackBlitz edit feature by selecting the closest example

bef4f3b6c6d04ff8363ead0b1d9a88aad4b0a170 authored almost 3 years ago