Ecosyste.ms: OpenCollective

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

React MD

An accessible React component library built from the Material Design guidelines in Sass
Collective - Host: opensource - https://opencollective.com/react-md - Website: https://react-md.dev - Code: https://github.com/mlaursen

feat(form): better defaults for validation

github.com/mlaursen/react-md - 4003a07cb3396f50268bb50ac108a11d50f41a45 authored about 4 years ago
fix(vimrc): added yats back at a frozen commit for typescriptreact files

github.com/mlaursen/dotfiles - 0514d707be1eba60bf5e51d2aa9fba35237cf20f authored about 4 years ago
chore(release): 0.2.2

github.com/mlaursen/coc-scssmodules - 60fa51899170090a5895068e7e16c0e273271be3 authored about 4 years ago
feat: Deprecated this package in favor of [email protected]

Closes #1

github.com/mlaursen/coc-scssmodules - 16ade985373b486f49d5f67a373cef1fa18a60c4 authored about 4 years ago
chore(deps-dev): bump @types/react from 16.9.56 to 17.0.0 (#89)

github.com/mlaursen/mlaursen.com - e56d1900fcaef8ddaa790554c6526be845bd13c9 authored about 4 years ago
chore(deps-dev): bump @types/react-dom from 16.9.9 to 17.0.0 (#90)

github.com/mlaursen/mlaursen.com - 70d0150bdb5184862ef467519419b10b3301ac2f authored about 4 years ago
chore(deps): bump marked from 1.2.3 to 1.2.5 (#1012)

github.com/mlaursen/react-md - 972d9a96cfd85ead408c8fe4eac29155f49b72b8 authored about 4 years ago
chore(deps): bump gzip-size from 5.1.1 to 6.0.0 (#1011)

github.com/mlaursen/react-md - 6a490d6b975180a8aedbb69d30bca0a9908d9227 authored about 4 years ago
build(deps): bump @typescript-eslint/parser from 4.7.0 to 4.8.1 (#18)

github.com/mlaursen/eslint-config - 20791c7b61004773d9eb32975b007cd9aaf11009 authored about 4 years ago
build(deps): bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 (#17)

github.com/mlaursen/eslint-config - 6cdf4b9da107ae2e6d3adc0c697402f04033d2e4 authored about 4 years ago
chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 (#91)

github.com/mlaursen/mlaursen.com - 47e52698c398083b4c45a6353007b571aeab6bdf authored about 4 years ago
chore(deps-dev): bump @types/node from 14.14.7 to 14.14.9 (#88)

github.com/mlaursen/mlaursen.com - 708f250cf9a6cf47da502c40fb0b0b4b56b8a080 authored about 4 years ago
chore(deps): bump next from 10.0.1 to 10.0.2 (#92)

github.com/mlaursen/mlaursen.com - b6611ca3964118aa64fe6bfca15ad0d2f5520912 authored about 4 years ago
fix(form): Floating Label for controlled value Invalid numbers

This also fixes the weird case where the user does a flow like:

- type "0123-"
- tab / blur fie...

github.com/mlaursen/react-md - ef1d76461047b75ae771c442a3f721286a3542a2 authored about 4 years ago
fix(form): fixed messageProps error from react when disableMessage is enabled

I really don't understand why this fixes it since it was `undefined`.
Only seemed to log errors ...

github.com/mlaursen/react-md - e452aff2fd5bd8f8b75769a6a38bbe5378214be6 authored about 4 years ago
fix(form): Maintain Floating Label for Invalid Numbers

Browsers will try to prevent invalid characters from being entered into
an `<input type="number"...

github.com/mlaursen/react-md - 2443f9abb459f9100812c37793d3de2ddbcf36c2 authored about 4 years ago
fix(form): updated TextField PropTypes to allow for search input type

github.com/mlaursen/react-md - 23d92dd8449588ba5ea1a2ee99fdbf4de0e7995e authored about 4 years ago
chore(eslint): ffixed sass-lint error after fixing modules for next@10

github.com/mlaursen/react-md - 9cdc8079c5c970607f8fab3bfb3984305423d4cd authored about 4 years ago
refactor(form): renamed FieldMessageContainer and moved to root with FormMessage

github.com/mlaursen/react-md - c77e0046ad6dc8c117328d6d06c5ba67b6f175fe authored about 4 years ago
docs(form): Updated WithReactHookForm example to use TextFieldWithMessage

github.com/mlaursen/react-md - 3d2fe7a6aa234330ec96e7b14224ce5551b97d51 authored about 4 years ago
chore(form): added more tests for validity functionality

github.com/mlaursen/react-md - d5fad0ed300ecaa3aa06626226d6621aed21a80a authored about 4 years ago
chore(tsconfig): disabled noUsedLocals/noUnusedParams

I like the eslint rule I have more where requires a leading underscore
for it. It also makes som...

github.com/mlaursen/react-md - 00ad259ff16c718e1128715dd2ee00751ee04e23 authored about 4 years ago
docs(form): created a demo for the useTextField Hook

github.com/mlaursen/react-md - ac8ca18a898604c4ffdd5eb2a5033fc5b934f9c5 authored about 4 years ago
feat(form): added a PasswordWithMessage component to be used with useTextField Hook

github.com/mlaursen/react-md - f6d84f2bf1631b3d0ddf23bbafa6b7845bf892a1 authored about 4 years ago
feat(form): added a TextAreaWithMessage component to be used with useTextField Hook

github.com/mlaursen/react-md - e358799379f1a0633b3d7643c37035cba81e4885 authored about 4 years ago
feat(form): added a new `useTextField` hook to validate the TextField and TextArea values

github.com/mlaursen/react-md - 578257c6cf0d875a57a8d16fe8f5fcaf4a6cdc2b authored about 4 years ago
feat(form): added a TextFieldWithMessage component to be used with useTextField Hook

github.com/mlaursen/react-md - f2d7e5d495fe3f117bca689b25ace095bb600ffe authored about 4 years ago
feat(icon): added an error icon to the IconProvider Component and useIcon Hook

This will be useful for the new form validation hooks and components that are being made.

github.com/mlaursen/react-md - 4dfd50a3c41d450b88ff2f417b27113724813bb3 authored about 4 years ago
fix(form): fixed FormMessage counter prop-type validation

github.com/mlaursen/react-md - 9ece3e1199342a972d7079bd36de7f0ab849fc6c authored about 4 years ago
chore(vimrc): set markdown composer refresh rate to manual

github.com/mlaursen/dotfiles - 1419abc621afa9d2c948464418fcc8637eefae52 authored about 4 years ago
feat(vimrc): updated to include jsdoc highlighting in js files

github.com/mlaursen/dotfiles - 332dfbed31beb1f102fe38384e133a31ed394ed5 authored about 4 years ago
fix(coc): updated default settings to ignore unused variables

This is caught by eslint instead in all my projects

github.com/mlaursen/dotfiles - b74db1b5ca37bd4dc70b0f8bcec84027674bfd11 authored about 4 years ago
feat(vimrc): removed yats since the default highlighting seems to work

Also the version after `0635a855ff1c56073d5e372001a3843e15c8aedb` is
broken for comments, which ...

github.com/mlaursen/dotfiles - 5456986015b4cd4efbac9a3163009f43c5e1458d authored about 4 years ago
chore(docs): additional changes to get next@10 working

github.com/mlaursen/react-md - 73fc88fc702c20f46ed63774cc879d3559915908 authored about 4 years ago
chore: updated to react 17 and did a few more next@10 changes

github.com/mlaursen/react-md - 7abe19a27b5f703b048689616ab9ac14a818c389 authored about 4 years ago
chore(docs): upgraded to next@10

github.com/mlaursen/react-md - c5fe875b6846e4b9569fedeeffbcaef00e7489de authored about 4 years ago
docs: updated css modules to not be imported in separate components

github.com/mlaursen/react-md - 597ff70653e953a4a4730523bd31c550e175dc0c authored about 4 years ago
docs(pages): created useHotReload hook for hot-reloading getInitialProps in next pages

github.com/mlaursen/react-md - 65dbfc0e0a124b5da05284afe47a6a28e76cd17a authored about 4 years ago
feat(utils): changed the default @include order for easier overrides

The new @include order from the main `@mixin react-md-utils` will make
it so that styles can be ...

github.com/mlaursen/react-md - 4705b098ada805c9fb3a48ffa1b6e93ad3bc6fd9 authored about 4 years ago
docs: updated README to import react-md before other imports

github.com/mlaursen/react-md - 6a206a47e3d6a0d78104de83c0a8bbcb5e066292 authored about 4 years ago
fix(cdv): fixed typo to be console.debug instead of console.warn

github.com/mlaursen/vim-react-snippets - 65a3aa044b1745b2f7bd7c575ed130f37b1c92dc authored about 4 years ago
feat: added jsdoc snippet for javascript and typescript

github.com/mlaursen/vim-react-snippets - c642b8042f96f7bdd7371e67700a30b638dcfe7a authored about 4 years ago
feat(typescript): added a reduce snippet to collect to a specific type

github.com/mlaursen/vim-react-snippets - 82e9ffa21d50a19ea8a023e4143709dbae2defd5 authored about 4 years ago
feat(typescript): added some Ref type snippets

github.com/mlaursen/vim-react-snippets - 1e29d3d06731ff648ee22307723d27c97bf065b1 authored about 4 years ago
feat(rcn): added require nested snippet

github.com/mlaursen/vim-react-snippets - 9cf5872a2b69d924b349bd82ec766b8f73ccec54 authored about 4 years ago
feat(cdv): added console.debug variable snippet

github.com/mlaursen/vim-react-snippets - f171a4d0b3de33fb5a894e0b2cf6ef5682d2c391 authored about 4 years ago
fix(cev): fixed typescript console.error variable snippet to use double quote

github.com/mlaursen/vim-react-snippets - 3e831f6999ef81421b0d9987d58a600625c041b3 authored about 4 years ago
feat(cwv): added console.warn variable snippet

github.com/mlaursen/vim-react-snippets - 27b12d70a700717dd8fedd59af7f02e704e37aac authored about 4 years ago
chore(list): added annotations for when the new prop and variable was added

github.com/mlaursen/react-md - e58746d6bd4237c69eab99192acc593dd9b5cbac authored about 4 years ago
chore(themes): fixed themes to be re-built during release process

github.com/mlaursen/react-md - 050be797c6ed00183a7fd3bf6d879ac124464fb4 authored about 4 years ago
chore(release): publish v2.4.3

github.com/mlaursen/react-md - 5df39c8d460eedf9b6fbf85a0b87105a50086620 authored about 4 years ago
chore(example): Updated create-react-app-typescript to v4 of react-scripts

github.com/mlaursen/react-md - 8b7122be4609d2c4739667aea90fa4b5c44cdf42 authored about 4 years ago
chore(example): updated create-react-app example for v4 of react-scripts

github.com/mlaursen/react-md - be003a9cca1ef7c136fb21c21ab13f9117da5acd authored about 4 years ago
chore(example): ignore create-react-app example READMEs for prettier

github.com/mlaursen/react-md - 926053aa95cfc56e84cd24cd08551fba5f0a8d48 authored about 4 years ago
fix(sandbox): fixed missing versions for sandboxes

github.com/mlaursen/react-md - 09c97ee835cea7dc4a219d29e58f62457921c9bf authored about 4 years ago
docs(sassdoc): re-ran sassdoc

github.com/mlaursen/react-md - e0862bfaa3a91a5872711ebd48c747ced7ebe1c7 authored about 4 years ago
docs(list): Added a new Configurable Example for List Items

github.com/mlaursen/react-md - c59ced78c73cceaea550bce15e085902285d93db authored about 4 years ago
fix(sandbox): fixed sandboxes that have additional files

github.com/mlaursen/react-md - f45aab105eb86f4a328b0438bd26b10cb2593eff authored about 4 years ago
fix(list): fixed ListItem disabled colors to optionally include addons

The new `disabledOpacity` prop will allow for the full ListItem to gain
an opacity value while d...

github.com/mlaursen/react-md - a40b6b3f4b25c5c8e714081ebeb147ccf019ac01 authored about 4 years ago
fix(list): ListItem no longer focusable by default when disabled

This better mimics the button behavior that it inherits, but can still
be set to 0 or another ta...

github.com/mlaursen/react-md - 06e91cafd91a2b666d728acf134c0652696715c9 authored about 4 years ago
build(docs): reverted back to [email protected] since css still no work

github.com/mlaursen/react-md - 0bc495d63175b61b8c8e5f42fa90752e2acdde89 authored about 4 years ago
build(doc-deps): updated react-hook-form

github.com/mlaursen/react-md - db370e875f179caaad510a2032636e5f58eb346a authored about 4 years ago
build(dev-deps): updated @types packages and other dev deps

github.com/mlaursen/react-md - 95f0f0d73a5aa1fc173982056ada403659fc979c authored about 4 years ago
build(dev-deps): updated eslint and @mlaursen/eslint-config

github.com/mlaursen/react-md - 5c33c58bc1567ab8f9f9c5ed5eb821a54f8dcb4e authored about 4 years ago
build(doc-deps): updated helment and removed unneeded @types/helment

github.com/mlaursen/react-md - 53702c8c64f2ba6cdac1651fc0b4559cc0349e0c authored about 4 years ago
build(test-deps): updated test dependencies

github.com/mlaursen/react-md - f09df95c36f6a3a2de5b58d154f3d7c7943b6fe6 authored about 4 years ago
build(dev-deps): updated build dev dependencies

github.com/mlaursen/react-md - 2af2ac8be54ddf07d60d80f090f4d47f8096ffb0 authored about 4 years ago
build(dev-deps): went back to node-sass@4 since next doesn't support v5

github.com/mlaursen/mlaursen.com - e91dc0b02e5fe159918ceb055c43d5c94f20e3d1 authored about 4 years ago
fix(workflows): target main instead of master

github.com/mlaursen/mlaursen.com - e0d7094af94c3aefad67acbefe6147eb5ffcb79b authored about 4 years ago
fix(node-fetch): resolve to 2.6.1 for node-fetch security fix

github.com/mlaursen/mlaursen.com - 310227ca97d7bb89b2e20be3403590e27907dbb1 authored about 4 years ago
build(deps): updated dependencies

github.com/mlaursen/mlaursen.com - 9bdf417bc4cc708a00e908c1f81fa6dff9980de3 authored about 4 years ago
chore(release): 0.0.5

github.com/mlaursen/eslint-config - 6db7e7f962531ed049d7b4f7ef1572c8cd237014 authored about 4 years ago
build(deps): updated dependencies

github.com/mlaursen/eslint-config - fad89284cc69b629f8055d1f1ec448ec5892361a authored about 4 years ago
chore(deps): bump chokidar from 3.4.2 to 3.4.3 (#993)

github.com/mlaursen/react-md - cc308a716ec16b9e6ab38f523555eab0ceb7ba02 authored about 4 years ago
chore(deps): bump ts-morph from 8.1.1 to 8.1.2 (#999)

github.com/mlaursen/react-md - af326d8196a61cb2698e27815abb7038412fa680 authored about 4 years ago
chore(deps-dev): bump rollup from 2.32.0 to 2.33.1 (#998)

github.com/mlaursen/react-md - 683874cb112a7d322444e21418f9b3a26dcd1530 authored about 4 years ago
chore(deps): bump actions/labeler from v2 to v3 (#996)

github.com/mlaursen/react-md - 50b787fd3ead5f77eb91216761f56e6ee7620972 authored about 4 years ago
chore(deps-dev): bump nodemon from 2.0.4 to 2.0.6 (#990)

github.com/mlaursen/react-md - d6412b6c1225aa29c755a9b415ba37c31294530b authored about 4 years ago
build(deps): bump confusing-browser-globals from 1.0.9 to 1.0.10 (#13)

github.com/mlaursen/eslint-config - f31f1d662929533604bc9ce7a6fd07856ae1513c authored about 4 years ago
build(deps): bump eslint-plugin-react from 7.21.4 to 7.21.5 (#12)

github.com/mlaursen/eslint-config - a0f339695bb609ae1593e5653e1d7002b86e7aee authored about 4 years ago
build(deps): bump eslint-plugin-jsx-a11y from 6.4.0 to 6.4.1 (#11)

github.com/mlaursen/eslint-config - 6b96c6fb53214f88b6bd661ad1736f20017c3fff authored about 4 years ago
chore(deps): bump next from 9.5.5 to 10.0.1 (#81)

github.com/mlaursen/mlaursen.com - 11efa2a8ef3e8f52b3ad95f93de4a35e4630140c authored about 4 years ago
chore(deps-dev): bump eslint from 7.11.0 to 7.13.0 (#80)

github.com/mlaursen/mlaursen.com - 3f3e77a4f23d5457045f660f9a811bd4e429fbd5 authored about 4 years ago
build(deps): bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.1 (#16)

github.com/mlaursen/eslint-config - 1f3c5bbe1e81af7748a3d9147ea2aff80ccbc23c authored about 4 years ago
build(deps): bump @typescript-eslint/parser from 4.5.0 to 4.6.1 (#15)

github.com/mlaursen/eslint-config - d3c9e9b385af8decc96c15bde14d30e21ed7880a authored about 4 years ago
fix: updated i-need-inspiration for latest version of cowsay

github.com/mlaursen/dotfiles - abd585e1041e0a8331efbdda53dfaed8e099ecbe authored about 4 years ago
chore: updated .prettierrc

github.com/mlaursen/dotfiles - cbb58184adca6aaebcfe9e6af48bf46c36d0fe2c authored about 4 years ago
docs: started adding useful shell commands to readme

github.com/mlaursen/dotfiles - 30ed0f776ac0a77eb26e9f9089bcdf6ab8180664 authored about 4 years ago
feat: updated fzf buffer to be closable with Escape

github.com/mlaursen/dotfiles - 4c193e8185ea49367f871fd5955860ede4a59f5d authored about 4 years ago
chore(deps-dev): bump lint-staged from 10.4.0 to 10.5.1 (#995)

github.com/mlaursen/react-md - 125e2400a68dfc80cab6d11b5ef6fa25450622f7 authored about 4 years ago
chore(deps): bump @react-md/link from 2.4.1 to 2.4.2 (#70)

github.com/mlaursen/mlaursen.com - fa895d6798f7d2e3f875d70dbdd486b859f6ac9e authored over 4 years ago
chore(deps): bump @react-md/typography from 2.4.1 to 2.4.2 (#71)

github.com/mlaursen/mlaursen.com - 15ca705fc46d0120efdd26bea880e57f8fb35f22 authored over 4 years ago
build(deps): bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.0 (#6)

github.com/mlaursen/eslint-config - 23265fd29cf8222b8a2e72c35a246d69a8c02d9e authored over 4 years ago
chore(deps-dev): bump @types/react from 16.9.49 to 16.9.53 (#72)

github.com/mlaursen/mlaursen.com - 3ba0fdfda424af9489db85b3a953c72f3a1fb291 authored over 4 years ago
chore(deps): bump @react-md/utils from 2.4.1 to 2.4.2 (#74)

github.com/mlaursen/mlaursen.com - 7c6082d5f8eaf2d9154dd4e69f4e6e3148e8fc79 authored over 4 years ago
build(deps): bump @typescript-eslint/parser from 4.4.1 to 4.5.0 (#9)

github.com/mlaursen/eslint-config - 9ea0e3337250b4dec4825604dbb55f71e7e529bc authored over 4 years ago
build(deps): bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 (#8)

github.com/mlaursen/eslint-config - 604d0c14db20d3ff28b4a37e579eea1ccce04ce4 authored over 4 years ago
build(deps): bump eslint-config-prettier from 6.13.0 to 6.14.0 (#7)

github.com/mlaursen/eslint-config - ef42859d030b61fc70e5f6a077b1f405bb3b281e authored over 4 years ago
build(deps): bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0 (#5)

github.com/mlaursen/eslint-config - 9e3e03bb527bc33b2b06fcb2847db87413b4f1c2 authored over 4 years ago
docs: fixed export createSlice example in README

github.com/mlaursen/vim-react-snippets - 2ea68bf385ea08e223863b90ca0843110682adc1 authored over 4 years ago