Ecosyste.ms: OpenCollective

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

RMWC

Contributions were initially intended to incentivize maintainers. We will no longer accept contributions, but the balance that is present will be donated to efforts to support the Ukraine.
Collective - Host: opensource - https://opencollective.com/rmwc - Code: https://github.com/jamesmfriedman/rmwc

refactor(CircularProgress): Refactor to be more idiomatic react

github.com/rmwc/rmwc - b55bd0d122dfd450f0b01c05ac4805a6935598cf authored about 5 years ago
refactor(Button): Change button to be more idiomatic react

github.com/rmwc/rmwc - 161332d6329cf074dc97d6bc8fe7f705db09c646 authored about 5 years ago
refactor(Chip): Converted to new foundation pattern

github.com/rmwc/rmwc - 16eb1200c0c10c7e5b951037bb85393c181ec042 authored about 5 years ago
chore(Test): Added test util for hook mounting

github.com/rmwc/rmwc - 742a913e0b1689898ac609c8b238b71a3e4331fc authored about 5 years ago
chore(Base): Upgrade to Typescript 3.7 and enable optional chaining

github.com/rmwc/rmwc - dfe2613e1d292071bdc3615a1149468637e2c194 authored about 5 years ago
chore(TextField): Remove old box prop

github.com/rmwc/rmwc - d7008d8478d3bf69def96eafb0144ac80c9b4441 authored about 5 years ago
breaking(TextField): Removed deprecated handling for `dense`, `withLeadingIcon` and `withTrailingIcon` props

github.com/rmwc/rmwc - 4c4a5ea8e563154613113412ab589b23db5e0df4 authored about 5 years ago
remove unused comment

github.com/rmwc/rmwc - fc9b2ea556f18639a5af95e0e4a471690103013f authored about 5 years ago
remove unused function

github.com/rmwc/rmwc - 0bbefc2e0762b019919b80310d3b0549f62f3a00 authored about 5 years ago
breaking(Snackbar): Remove deprecated handling

github.com/rmwc/rmwc - 603096c4cefaa75189739d335d2dae23a0463894 authored about 5 years ago
breaking(Select): Removed deprecated `withLeadingIcon` prop

github.com/rmwc/rmwc - b26d66e5c45e5da175ca3112a45d5571fd708526 authored about 5 years ago
breaking(Ripple): Removed deprecated handling of `rippleOptions`

github.com/rmwc/rmwc - 82bcde1c58a90f1a6f3c6c1c19f4a8c256786d97 authored about 5 years ago
Storybook fix

github.com/rmwc/rmwc - 28d3d8c6fd58e3ad8e0c6397e81fd68890c32e62 authored about 5 years ago
breaking(Provider): Remove deprecated props `buttonDefaultRipple`,`listItemDefaultRipple`,`iconClassNameBase`,`iconClassNamePrefix`,`iconStrategy`, and `iconRender`

github.com/rmwc/rmwc - ea1f8b5d0e3978614289b5a46df1fe47d27a1b39 authored about 5 years ago
Storybook fix

github.com/rmwc/rmwc - cc652e8883a1ebb9b14bdc2f0b2254ab71f4a5a1 authored about 5 years ago
breaking(LinearProgress): Removed deprecated `determinate` prop

github.com/rmwc/rmwc - 125536517dca2b185369f2fef99f62e9bb0617b4 authored about 5 years ago
breaking(Icon): Removed deprecated handling of `iconOptions` prop

github.com/rmwc/rmwc - 0e9c5c8b5a1eb3594e94aeffc99d12f9435d8130 authored about 5 years ago
breaking(IconButton): Removed deprecated warning for iconOptions and onIconOptions

github.com/rmwc/rmwc - 1250700e9fb6fd0f74b47940a260f08edef7ae96 authored about 5 years ago
breaking(Chip): Removed deprecated chip prop `text` in favor of `label`

github.com/rmwc/rmwc - a53cb9140f40c2ec3c342783d516862aa8dccbd0 authored about 5 years ago
breaking(Card): Removed deprecated CardAction component.

github.com/rmwc/rmwc - ecdae70432bd7e6715a95d76a378e5c3ff667d88 authored about 5 years ago
breaking(Theme): Removed deprated behavior for handling space separated an non camelCased theme options.

github.com/rmwc/rmwc - 5ddda04960bdd3966561753bcb76b305ad5fb01d authored about 5 years ago
refactor(Base): Changed componentFactory render to useRender to allow use of hooks without React error

github.com/rmwc/rmwc - 7e243a1605b2ade0a71783595063b1a4024385a2 authored about 5 years ago
fix(Base): Properly forwarding Props generic to handler functions

github.com/rmwc/rmwc - 05f24bfdb890c2b30b968ae5cb5124919eb27758 authored about 5 years ago
refactor(Checkbox): Replace class component for CheckboxBackground with functional + React.memo.

github.com/rmwc/rmwc - 8bd72205de24e7e9a56f19505fe623443f528131 authored about 5 years ago
refactor(Provider): Change consumers to use hooks context api

github.com/rmwc/rmwc - fdda0a1db4f68f8b5fe8f98c44e0740972a8c046 authored about 5 years ago
chore(Base): Updating deps

github.com/rmwc/rmwc - 816c79c29b9e6772d159ca453581b8bfe321d653 authored about 5 years ago
Merge pull request #514 from bruqui/update-styling-doc

chore(README-STYLING-THEMING) Added additional documentation to SASS Customization

github.com/rmwc/rmwc - 45d947a05b243c52a0634777392cb77eaac77800 authored about 5 years ago
chore(README-STYLING-THEMING) Added additional documentation to SASS Customization

github.com/rmwc/rmwc - 4154d329630b52d54739ec1df06e53957b7bd008 authored about 5 years ago
Updating version

github.com/rmwc/rmwc - c93dcfdcc1b4bd10af697857163542aea5f5c103 authored over 5 years ago
Merge pull request #496 from rjdestigter/bugfix/slider-sync

Slider: sync min/max props before value to avoid warnings.

github.com/rmwc/rmwc - 06991ad1ce9bbab05e28b34e12f711de5f55df1e authored over 5 years ago
fix(Slider): Sync min/max props before value to avoid warnings.

github.com/rmwc/rmwc - 34d36798d5c0c46373c8220b76991376a625bb8a authored over 5 years ago
Merge pull request #495 from Pavel910/master

Fix "isMenuItems" check to not break on Symbol and string element types.

github.com/rmwc/rmwc - 2774add88690dd5615b937dc33c9aa983b15ac03 authored over 5 years ago
fix(Menu): fixed "isMenuItems" check to not break on Symbol and string element types.

github.com/rmwc/rmwc - d707c3d10fc561d0218428c4455bf92ecd1677dc authored over 5 years ago
Building docs

github.com/rmwc/rmwc - 877b4159229de19c02f60d453eb439227addd309 authored over 5 years ago
Updating Changelog

github.com/rmwc/rmwc - 3eaac1b09ed720f3ee910c8c9d01783d4d22fe66 authored over 5 years ago
Generating Props

github.com/rmwc/rmwc - 0a395e34a6ca70a8069a2c6708a75d52a8e08e4e authored over 5 years ago
fix(Docs): Add back missing Typography props

github.com/rmwc/rmwc - b25f4e7b622ed326b274297529f3800f1160d6ca authored over 5 years ago
fix(Typography): Corrects regression where Refs could no longer be passed

github.com/rmwc/rmwc - 13e412363aee574e7fa30dc457ff95e292fea11b authored over 5 years ago
fix(Menu): Corrects broken logic check

github.com/rmwc/rmwc - c6497d4892e9ef92e3ae16efb4241d83c315830f authored over 5 years ago
fix(Menu): Improves MenuItems wrapper detection when passing your own MenuItems wrapper.

github.com/rmwc/rmwc - 1d0e45c7476832ec54bf03bd4e826fe8ec87b64f authored over 5 years ago
feat(Select): Expose MenuProps interface via the enhanced prop.

github.com/rmwc/rmwc - 07302bde1d3244cec4ee8e162f6de00279a71649 authored over 5 years ago
Merge branch 'master' of https://github.com/jamesmfriedman/rmwc

github.com/rmwc/rmwc - 0f27c9fae05c37407fb830272ff8b97d19b96261 authored over 5 years ago
fix(Menu): Corrects issue with MenuSurface causing menus to close immediately on devices that don't support fast click for touch.

github.com/rmwc/rmwc - 035d31b693172bbaff1c37280fa37dbbe34147d3 authored over 5 years ago
Update README.md

github.com/rmwc/rmwc - 0e65ef1ddeabedeac5c224cb5050c7c496d92aff authored over 5 years ago
Building docs

github.com/rmwc/rmwc - de340503b16cc2a894a9e924d99a3d6adf990912 authored over 5 years ago
Updating Changelog

github.com/rmwc/rmwc - aed56d69830abef51f9d728e5930eacdc81b48d8 authored over 5 years ago
Generating Props

github.com/rmwc/rmwc - aaf1776aa70114def2430bb37a80d9930142c598 authored over 5 years ago
Allowing empty git commit

github.com/rmwc/rmwc - 9f4ee288b392aa6328414f82ee739f5d99273528 authored over 5 years ago
Merge pull request #487 from jamesmfriedman/mdc-3.1.x

Mdc 3.1.x

github.com/rmwc/rmwc - 0ac0e4c1576783e69648fe5ff15795bd6df27e8b authored over 5 years ago
chore(Provider): Fix missing doc props

github.com/rmwc/rmwc - a3e688cc1245b3e5ee7b2e043043a4a418fe7511 authored over 5 years ago
chore(Slider): Improve test cov

github.com/rmwc/rmwc - ffff8437b5e5d2a7e427db4a67ae60debdc35fbc authored over 5 years ago
Chore(Docs): generating content

github.com/rmwc/rmwc - d2bed10eb5544c97f684907a0b184b4ac1220d5c authored over 5 years ago
chore(Select): Removing console.log

github.com/rmwc/rmwc - 760271710f81685c3f10b3b0e4c1b6299f235396 authored over 5 years ago
chore(Avatar): Improve test cov

github.com/rmwc/rmwc - 94ea0c528645b5574130346ea431fc9d9a509328 authored over 5 years ago
fix(Select): Corrects issues with enhanced select not floating label when using manual rendering. #486

github.com/rmwc/rmwc - 870f4eaf6c9b5057e86c60e6ce1c2c3c269e3b48 authored over 5 years ago
feat(Typography): Added ability to provide a mapping for type classes to HTML tags.

github.com/rmwc/rmwc - 73e870dcf06c1c0646e5cc2ba4896fcf95f024b2 authored over 5 years ago
chore(Docs): Generating updated docs

github.com/rmwc/rmwc - ecf01d64aed40bdc4cff897c83bf1d600306525b authored over 5 years ago
chore(Docs): Update contrib guidelines

github.com/rmwc/rmwc - 785125f363c53a1fd42cb802e2f7e2d0d18ab0b6 authored over 5 years ago
feat(Tooltip): Added new tooltip component #346

github.com/rmwc/rmwc - c08e5be59eea96137554d7c03a553271a4199fac authored over 5 years ago
feat(Tabs): Adding tab transitions and icon indicators #478

github.com/rmwc/rmwc - 56970b638b067b97045e27e3145b5bcae552d2ee authored over 5 years ago
chore(DataTable): Update type signature to allow a number instead of a union.

github.com/rmwc/rmwc - 6575c7d89cdb795b2eb0408b02b375eb96b5d35d authored over 5 years ago
chore(DataTable): Update documentation about comparison to official spec.

github.com/rmwc/rmwc - 047eb5efa71a508deb5880bffed56ad65199c641 authored over 5 years ago
fix(Slider): Corrects issue where Slider would crash when value was out of bounds #358

github.com/rmwc/rmwc - 1520ce70851c4d6f90f8457e1606bb5e9da61c25 authored over 5 years ago
fix(List): Corrects issue with collapsible list items that have margin #485

github.com/rmwc/rmwc - abe9edf05524d88bb8e88f6fabb994011fe6a5b0 authored over 5 years ago
fix(Chip): Correct outdated dependency when using the main rmwc install. Fixes #476

github.com/rmwc/rmwc - fb4a52e526351c65ad23e58734389059223e7909 authored over 5 years ago
Merge branch 'master' into mdc-3.1.x

github.com/rmwc/rmwc - 8c67aee30ce0f85e4e92a7e169f5fb19dbae3d1b authored over 5 years ago
Merge pull request #477 from eleith/eleith/pr/support-react-hook-use-ref

support react useRef with @rwmc's inputRef

github.com/rmwc/rmwc - 9442aa4a155aa7fdb9127e8a37ccfd4c8b7bde12 authored over 5 years ago
chore(Docs): Fix issue with new react router not re-rendering on url change

github.com/rmwc/rmwc - 6ef8fea235aae35ae97a65df982d57cf8a1fc41d authored over 5 years ago
chore(Base): Updating all deps

github.com/rmwc/rmwc - b0925bc21a5b926066b9c12e2d5edecdf3f44eb5 authored over 5 years ago
add tests

github.com/rmwc/rmwc - e483fb2ade2c7bd5e1150e897d7350fc6c594462 authored over 5 years ago
support react's useRef hook along with functional refs

github.com/rmwc/rmwc - e1d0c93094e0a81baa5cc89550dc05df89fc4901 authored over 5 years ago
Merge pull request #473 from fjorgemota/patch-1

Fix typo on installation documentation

github.com/rmwc/rmwc - 214827eaf5ff61a9e1822f66618d096ffe5b6a2b authored over 5 years ago
Fix typo on installation documentation

github.com/rmwc/rmwc - 3bee7a9c01f50eceaf767617df416999fa907197 authored over 5 years ago
Building docs

github.com/rmwc/rmwc - 114c3e8b9a4bff4b1dfe6feaca87085c96fc0402 authored over 5 years ago
Updating Changelog

github.com/rmwc/rmwc - 8caf175bb18a794009f5269eeed92230e66340bb authored over 5 years ago
Generating Props

github.com/rmwc/rmwc - a9b24443e92c2a5f2e5aa12bca737dd3cf74c91d authored over 5 years ago
Merge pull request #472 from jamesmfriedman/mdc-3.x.x

Mdc 3.x.x

github.com/rmwc/rmwc - f3c0c974d52907f0ef68ccbc9a9fcd3c2221d058 authored over 5 years ago
Updating readme

github.com/rmwc/rmwc - 2cc834f0bd5cdbb410f7d80f079009d4d64354de authored over 5 years ago
chore(TopAppBar): Update adapter methods from mdc

github.com/rmwc/rmwc - 64b802f86795ac92efce787c6fcb534a2981c9cf authored over 5 years ago
chore(Dialog): Update adapter methods from MDC

github.com/rmwc/rmwc - c956139cda695bc3f161e6be6d16fc1307caa04c authored over 5 years ago
chore(Chip): Update to semantic button element

github.com/rmwc/rmwc - ec49530647aa17fae50deb40e07b294868b39acc authored over 5 years ago
fix(Theme): Corrects issue with ThemProvider wrap duplicating children

github.com/rmwc/rmwc - ea3dd03146a9c9df735f9ab65274f605581d5012 authored over 5 years ago
Work on MDC update

github.com/rmwc/rmwc - 23f88f8f1d7f7fbc81c7fb71798b0b6752cbbabf authored over 5 years ago
Fixing package version

github.com/rmwc/rmwc - 404db832f6d783a40167cb7b1e00ac41129d7ffc authored over 5 years ago
Building docs, fixing lerna deploy

github.com/rmwc/rmwc - 4ff82a9e1a6ccf11f9f97d91293dc9c8dd5dea21 authored over 5 years ago
commiting changelog

github.com/rmwc/rmwc - 852a2e626ca8de94688d72f6decc7ff915951a10 authored over 5 years ago
Merge branch 'master' of https://github.com/jamesmfriedman/rmwc

github.com/rmwc/rmwc - 6ade74d3d6ebf98874b411b71df77707b700c50a authored over 5 years ago
Merge pull request #466 from majames/fix/queue-typings

fix(Dialog|Snackbar): broken dialog and snackbar types

github.com/rmwc/rmwc - f630223efb72eec39fbf41b1e005a78f7c3f2bed authored over 5 years ago
fix(List): Corrects CollapsibleList behavior for controlled components #460

github.com/rmwc/rmwc - 95fa4fe8438f85d424e5e8c2e8751e4746fc778e authored over 5 years ago
fix(Slider): fix incorrect style import for docs #464

github.com/rmwc/rmwc - 8a3d3c1b0bf7238a5ef5b6ed8d6315d7154f0770 authored over 5 years ago
chore(Base): Removing githead artifacts causing lerna to bump all versions

github.com/rmwc/rmwc - 766be134750faecc4647b223d099ffba547b102d authored over 5 years ago
fix(Dialog|Snackbar): broken dialog and snackbar types

* `import * as React from 'react'` syntax needs to be used to avoid breaking consumers

github.com/rmwc/rmwc - 4f77264b3fa5f7cc70a2fdf1fc3a6dabcb1889bd authored over 5 years ago
Deploying docs

github.com/rmwc/rmwc - cf1592096c940848ac1a36fa81966917775a77f2 authored over 5 years ago
Docs update

github.com/rmwc/rmwc - d5d71cb7469f90039fe57efe05fd6f10670d05e9 authored over 5 years ago
fix(TopAppBar): Add component props to props interface

github.com/rmwc/rmwc - f0e7c7b4ab426e2f9cdf3ad20c7c30d48cb043b1 authored over 5 years ago