Ecosyste.ms: OpenCollective

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

github.com/coreui/coreui-pro


https://github.com/coreui/coreui-pro

tests: revisit all tests using Promise.reject instead of throwing an error (#35765)

4b17868fb47abf6ed2e994b6c1d0961b34b912a9 authored almost 3 years ago
Replace AnchorJS with a Hugo render hook (#32953)

* Replace AnchorJS with a Hugo render hook

* docs(anchors): improve aria-label on anchor link...

ae12d645ef0225831e59248c45689042ebdb83d2 authored almost 3 years ago
Make event name helper and use it on tooltip & popover to reduce dist sizes (#35856)

* feat: create eventName getter function in baseComponent

* refactor: use `eventName` getter ...

407af8ac7f9296627aebc1e4c5d0ee948f8be1f3 authored almost 3 years ago
Carousel: merge slide functionality, regardless of whether it is animated or not

d97125475b3a5cbbafe3100d5981fd456c92c722 authored almost 3 years ago
Carousel: change argument to `_setActiveIndicatorElement`, from element to index

d52f6c9de144ac2bc3eba002d3db538183c52465 authored almost 3 years ago
Carousel: remove one more call to ActiveIndex

642d756eeaf107bed2baac931933c9350c33f5c1 authored almost 3 years ago
Carousel: make direct triggering of slid event, instead of using a callback

928bdcadc56cef30b4483616c4b2eee7cfa34bd2 authored almost 3 years ago
Carousel: simplify initialization on document load, using `getOrCreateInstance`

a247fe9b27ec57152f07aaa5dfc79f633d2b6d10 authored almost 3 years ago
Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor`

ccba6a3589ba33e25ab2919cb844b5bc870e2fef authored almost 3 years ago
docs: remove version number from url

1d7264d6acca16afb81170f2101cb60f5c0ae13e authored almost 3 years ago
docs: update content

1644d6b39b129ade51e632e7bd8a422066c48e22 authored almost 3 years ago
docs: remove version number from url

04d253c0fe9d96d1f18149e3a8488b89ea80005e authored almost 3 years ago
Apply list group numbering to all items (#35822)

546e34cf85a31a5d553c15afbeef8591d0935efc authored almost 3 years ago
Add null modal-footer-bg variable (#35858)

Fixes #35782

f7f450ec59fd4b7a2e73df5f0eba2dd496edf387 authored almost 3 years ago
New CSS variable for Navbars (#35829)

* Adding a brand new CSS var

* Update scss/_variables.scss

Co-authored-by: Gaël Poupard <f...

d82602063ac48359a0f15f1033837b53f72bef3a authored almost 3 years ago
Add !important property to colored links. (#35740)

* Add !important property to colored links.

* Apply suggestions from code review

Co-author...

999bfaa036cb886389050db3645d74dfede0d2e8 authored almost 3 years ago
code indentation in readme

5565c64bde8a203560c596c67eebb7a6f2fed412 authored almost 3 years ago
docs: remove version number from url

f4c2e97f632588dd806f48610b625f8608e91f9f authored almost 3 years ago
Rename dropdown-shadow to dropdown-box-shadow for consistency

63f75bccd8d206bb59b0e8421258ce03d298b784 authored almost 3 years ago
Convert pagination component to CSS variables (#35399)

* Convert pagination component to CSS variables

* Use RFS mixin

* Remove the useless fallback

48a7160cf4e05dc18dde9cf33fa38c12d1bd2e5e authored almost 3 years ago
Fixed border radius var name and .show target

2a09f10676cd66aa435fb09c4bc5c19225f10dd9 authored almost 3 years ago
Update devDependencies (#35841)

* Update devDependencies

* @babel/core ^7.17.0 → ^7.17.2
* @rollup/plugin-repl...

42da2b95566fe0377543120698e242f4756f648e authored almost 3 years ago
Convert dropdowns to CSS variables

d568e029dac04b50305000df4c1bf33cac7db64a authored almost 3 years ago
Convert .btn and mixins to use CSS variables

ef9d8538a06f43f74f49d6829cbf301773381488 authored almost 3 years ago
Rewrite custom docs buttons

- Use CSS variables wherever possible
- Rename purple-bright to violet for brevity, add CSS vars...

3e6265ac55cd8548a83f2470a19ff1dcf28d3b0a authored almost 3 years ago
Tighten bundlewatch

85938bb2ed2ec6a97c8dfe9f54c5c450f5c1e86f authored almost 3 years ago
Correct the horizontal padding on grid containers (#35825)

* Correct the horizontal padding on grid containers

* Don't halve the container-padding-x var...

918a86b42528ec8f7f5d6df71851ab2ec0bc65e7 authored almost 3 years ago
Update reboot.md

Add the missing right parenthesis.

a163ed76d4a0ebd30405f9b351a44497ae7778e1 authored almost 3 years ago
Fix typo in Badges CSS variables description

daefd346935d37e7a45bfc1bb2c9108c8ee2faa1 authored almost 3 years ago
Fixes #32082

Remove sentence in docs that's no longer needed. Fixes #32082.

48807758af6f58e08bb5bc6a27851b68da8f5009 authored almost 3 years ago
Bump bundlewatch

f2d33b2a1e5c69c67c5601d782923152aafa7661 authored almost 3 years ago
Bump version callout

a7942190c746b4aeefc5e7680cb396b1885670aa authored almost 3 years ago
Convert .badge to CSS variables

7e71fe7bae443f6a7cabac6422514c45601f8b4e authored almost 3 years ago
Remove remaining `.navbar-light` classes (#35814)

* Fix typo in CSS variables documentation

* Drop remaining .navbar-light classes

d3babf7d7f684daf2fb53491b3b03c3d77fdaada authored almost 3 years ago
Add Spanish translation

The translation of version 5 of Bootstrap is added, by the Esdocu project.

d19c635f164487b377e72dd56ffff4a64964c0b8 authored almost 3 years ago
Fix overriding styles of `.list-group-item-action`

~~~html
<style>
.list-group-item-action {color: blue;}
.list-group-item {color: red;}
</st...

761c4ff2353a42cbf325a3e1910921ced758e059 authored almost 3 years ago
README: About release planning

da9c007139eccffdb635ee7320160fb44701feed authored almost 3 years ago
Support floating labels on `.form-control-plaintext` (#32840)

* Support floating labels on `.form-control-plaintext`

* Update floating-labels.md

* Apply...

0853778eba886a8ba7be09153df30e677402e69c authored almost 3 years ago
Add `.form-check-reverse` modifier class (#33606)

* Add .form-check-reverse modifier class

* Update checks-radios.md

Co-authored-by: Xhmikos...

4308b67e59bfb47d386c3cc585e4a0fb759f6de6 authored almost 3 years ago
Add deprecation notice for .navbar-light

27a0f40dc8ff890f2493c8886a39bc361f684dc3 authored almost 3 years ago
Convert navbar to CSS variables

Co-Authored-By: Gaël Poupard <[email protected]>

c9cec89764bd3c8617dbde278e9aa6da5a3cc77c authored almost 3 years ago
bundlewatch

71a211f2bd199892975ec7d5d6a3d35fdcc9fbc8 authored almost 3 years ago
Update devDependencies (#35798)

* @babel/cli ^7.16.8 → ^7.17.0
* @babel/core ^7.16.12 → ^7....

8f11c52919fb9b7142ebf9b5797f9cc1538194d2 authored almost 3 years ago
Optimize jQueryInterface in Collapse (#35689)

extracts config initialization from cycle

a805330f63e092ba8f4583ccf6e16630ada8d86f authored almost 3 years ago
package.json: add GitHub Sponsors and reorder properties (#35451)

77e02a07c750ca14705399160e8760d6a554e41f authored almost 3 years ago
Fix empty content of tooltip after 'copy' action in docs (#35773)

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

96c67a7ff7acc590bc4b1aced56ee0290cc1b589 authored almost 3 years ago
Set `cursor: default` on disabled `.form-check-label` (#35082)

Fixes #35056

ff2472becc4b0108d2d50bc6fc4cb78a6b3017d4 authored almost 3 years ago
Add zebra striping for table columns

Co-Authored-By: Macallan Camara <[email protected]>
Co-Authored-By: Xh...

d2986daa120644a20cefb8ebe609d1404aa34796 authored almost 3 years ago
Move `gap` utility API from "Flex" to "Spacing"

The `gap` utility is described on the [Spacing page][1] but is not
actually mentioned on the [Fl...

43a9216a7fa90e0e427f9217b89d455019f2ad77 authored almost 3 years ago
Fixed typo in docs

4dc4108460ff6693c2e587096f6e4339daed61b9 authored almost 3 years ago
Fix dropdown docs about autoclose and esc key.

957c1dd6eaacc7a8b17a68ecb78b3134d449b5c1 authored almost 3 years ago
Breadcrumb docs: drop confusing currentColor and add new callout (#35434)

a5483a8a96eaa88b4da7e432e0b925d0f3943dc3 authored almost 3 years ago
Update find-unused-sass-variables to v4.0.1 (#35761)

dc0950919308570948f6383f4dcc331fd275ba80 authored almost 3 years ago
Event-handler: use `Array.find` instead of `for`

a1e924c4da03fd05a1c50d7b278350c3cfcfe5c4 authored almost 3 years ago
event-handler.js: remove unneeded return statement

cf7fec8a2e1cff03378c0802ff5cbe5ebdc5645a authored almost 3 years ago
Event-handler: initialize variable properly

fc7c5fcb7a5c6b9a27fd10398f6a4c52bf1c2a38 authored almost 3 years ago
Fix Popover test that randomly fails on BrowserStack (#35757)

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

3f7b31e0e021ad45943c565a02509b4c10e55091 authored almost 3 years ago
Dropdown: merge instance identification in `dataApiKeydownHandler`

As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dr...

d10543923531d9a2bf0e122439d5b1a2ae4e3d13 authored almost 3 years ago
Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` is ALWAYS the wrapper for toggle & menu

c14fc989df8dc107b0ba86c241487b192841d753 authored almost 3 years ago
Dropdown: use destructured variables in `dataApyKeydownHandler`

c44d99f55c0e1dcc5a23a9f420972bfccfcddb13 authored almost 3 years ago
Remove incorrect statement about the disabled attribute on <form> (#35713)

> You can disable every form element within a form with the `disabled` attribute on the `<form>`...

22bbff0b037de5e4cf9a44273c4383a27b9f274e authored almost 3 years ago
Update devDependencies (#35743)

* clean-css-cli ^5.5.0 → ^5.5.2
* cspell ^5.16.0 → ^5.17.0
* eslint ^8...

9d44b603d5bc4380eba162d6c1b0b7b763ec607b authored almost 3 years ago
Change X to Extra

76802e2d47527a19c8591d0b23df56a093a40dfd authored almost 3 years ago
Dropdown: get dropdown's parent in one place

5f1c542d677add524c94054ba8583269d81d87d0 authored almost 3 years ago
Dropdown: use only one check for shown state

7f04f84bf8562f2d8456649ee3cf78d181b52875 authored almost 3 years ago
More tooltip refactoring (#35546)

* Tooltip.js: move `shown` check to method

* Tooltip.js: move Popper's creation to method

...

74f24cdf2458d917c7b7d8074706ec5823f4d166 authored almost 3 years ago
Move cspell to Actions (#35593)

* Move cspell to Actions

* Remove the now unused `docs-spellcheck` npm script

e1020a43a5f68c15d3292296b4014b9d384f1b6f authored almost 3 years ago
Change selector-engine.js `parents` method to utilize better js native methods (#35684)

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

882185bbde9fa6ce0e7885404e76afa0090bdabb authored almost 3 years ago
Fix visual tests (#35585)

* Fix visual tests

They broke in #34509

* load bundle.js in visual tests

Co-authored-by...

89f88762c52f4c7dfca0fe1de6d41386bb673289 authored almost 3 years ago
Update cspell config (#35680)

* use `en-US`
* scan all markdown files
* ignore dist, rtl and tests files

f77a58b3816f8a85ecf4f629fe6c0671512dec08 authored almost 3 years ago
Modal: handle click event from backdrop callback

28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c authored almost 3 years ago
Modal.js: remove unnecessary checks from test

dcbe7b6f31d5383ea9e0203fd68c0a5e99fa97b7 authored almost 3 years ago
tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)

Reference:

https://jasmine.github.io/tutorials/async

'DEPRECATION: An asynchronous functio...

aa650f0f1e30279f0868433a4afab9c3efa93b2c authored almost 3 years ago
Event handler: replace deprecated `initEvent`

fa939951232b7066722e928b370fd5e56b373fba authored almost 3 years ago
Event handler: merge `new Event` with `new CustomEvent`

d09281705988690b63a5364548447c603cb557fd authored almost 3 years ago
Move linkinator to GitHub Actions. (#35573)

* Move linkinator to GitHub Actions.

* Remove `docs-linkinator` npm script since it's no long...

640542e6060c365c2e9cad7543822cf3d83045ae authored almost 3 years ago
docs: fix a couple typos found with codespell (#35733)

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

eb2fda2110e1b4a6375e49035660f993d8436d35 authored almost 3 years ago
event-handler.js: use `for...of`

b5147ec218243f185ad2696f166e70c13641782e authored almost 3 years ago
Remove a few unneeded variables

0c3dfe104b520d6ce466f265bf60c6d74785972e authored almost 3 years ago
backdrop.js: cache `_getElement` calls

3ac4451d47c41c3153d554eb7b84f558c137995e authored almost 3 years ago
Return early in more places

558002f3dccb9fcb1ba408abfbe55d201af4e152 authored almost 3 years ago
dropdown: Move constant

7d3bc44bb0257baff2728ed0ec97c81cb636bcf5 authored almost 3 years ago
Rename variables

62d86c07f81dfae632742dbf62633e767bac8edd authored almost 3 years ago
SelectorEngine: remove moot space

0840105d7f794c8f1c429eced58ffb80af453ff8 authored almost 3 years ago
collapse: merge class toggling

a8887ea8a8996cd1b8cb49040305b2b7e5c6447d authored almost 3 years ago
docs: remove moot autocomplete attributes (#35741)

2964c12bb91b3a252aecbe1bc4041020e4efd622 authored almost 3 years ago
Remove duplicate Octicons entry in icons list

Update Octicons website

d122f4052699891d952561684665798a5d5b27f2 authored almost 3 years ago
docs: update documentation

182c8e8cde5d43f1e350c4cca1fd83530e72d570 authored almost 3 years ago
Fix spelling mistake in footer example (#35704)

c1222d6952d7f95b19299f79562285d587808996 authored about 3 years ago
Update devDependencies (#35712)

* @babel/core ^7.16.7 → ^7.16.12
* @babel/preset-env ^7.16.8 → ^7.16.11
* cspell ...

1411181b1b85a47feb7cf6c94b16b236747b6a8f authored about 3 years ago
Docs: group together reusable CSS for examples in a single stylesheet (#35649)

* Docs: group together examples reusable CSS in a stylesheet

* Use pointer-events utility in ...

520cc8de92ca48d7ac60102d992d7afe9788b239 authored about 3 years ago
Update devDependencies (#35686)

* bundlewatch ^0.3.2 → ^0.3.3
* cspell ^5.15.1 → ^5.15.2
* es...

cd208341a198f22f60f20e674b8060d5e7d65f92 authored about 3 years ago
README.md: mention Netlify (#35683)

* README.md: mention Netlify

* Update README.md

Co-authored-by: Gaël Poupard <ffoodd@users...

f0e12209700dafb7b5eca48e31e90253827751a8 authored about 3 years ago
build-plugins.js: use globby package (#35586)

We already use it in the change-version.js file

c99fa6ca266fd781294a1fe5ffd307478c42c510 authored about 3 years ago
Fix: `isVisible` function behavior in case of a `<details>` element, on chrome 97 (#35682)

14c7dc1e886015f2ed845f0f8e88d3597694250f authored about 3 years ago
Update cspell config (#35647)

* specify the files to scan in the config
* enable `useGitignore` option
* remove a few unneed...

d581737f784d144a961d61248d42f59440159571 authored about 3 years ago
Update devDependencies (#35678)

* @babel/cli ^7.16.7 → ^7.16.8
* @babel/preset-env ^7.16.7 → ^...

17260410ba491f0a7b1f202634836cade81107ee authored about 3 years ago
fixed button text (#35656)

Added button missing text

e8f4cba9a05fc06fc6f7f11883b9c82e2027bff0 authored about 3 years ago
Fix custom-checkbox and custom-radio in migration doc (#35609)

0dbec67514b09b8a537c2d1c249dad201a3daa00 authored about 3 years ago
Remove explicit use of aria-hidden for offcanvas when closed (#35589)

Remove explicit use of aria-hidden & visibility for offcanvas when closed, handling it with css...

0d054bb0f1484dbc0c778d3643e96e37ff46d708 authored about 3 years ago