Ecosyste.ms: OpenCollective

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

github.com/mlaursen/react-md

React material design - An accessible React component library built from the Material Design guidelines in Sass
https://github.com/mlaursen/react-md

chore(dev-utils): fixed clean command to not use Array.isArray

Array.isArray typecasts to `& any[]` which is unideal.

6b2d0bb537ed056048b7262946f866e9c21a8289 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-utils): fixed clean command to remove old type files

2a9f7b5da7e37278deb0222ccadb7bdf75d16d23 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-utils): updated styles command to support form sliders

ad5a57fc913f9286ac95b46e1ce5968ba4b1104c authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(deps): bump ini from 1.3.5 to 1.3.7 (#1023)

a41d5780a6c23f49dfe9d190ff025dcce70cfac3 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(dev-deps): updated react, react-dom, and react-test-renderer @types

9dd63af096db19d6b0517974f37aa925302fe6f9 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated more dev dependencies

4dc7beb2a946a9ed458e7b68e05cd162c184cade authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated eslint, lint-staged, husky, and cross-env

4e47ff6e107447f519cb7675d0d93e880ef3a349 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated prettier and re-ran format

472c03effdc9c2cfb8be293210d2aadc5b1e5716 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated ts-morph and typescript

Also had to move the @babel/plugin-transform-typescript to root to fix resolution error

66c4ba85c8fa7a11a9e2376eb7e4c3d8299e128a authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated @testing-library/* packages

6569e7dd620d7a1cefb098d21ec6cb68e6952c2b authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(doc-deps): updated react-swipeable to v6

b712d247cea2e1253e206cd544f2ae8ff71d8e6e authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated adm-zip for material-icons

8e608c1fa541271a72b0cf21a7a949374f7e9f2a authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): updated rollup dependencies and babel

254f13672dc88d005c81997184f5d12a6fb6ba63 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-utils): fixed libsize diff

5c22e34ed98bf9ee2afaadd448c68fbda260744f authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-utils): fixed node 10

I can't seem to get the polyfills with TS to work, so just use
other functions instead..

1855d3850e049f7193dd1458eb1638c56914a8d4 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-utils): fixed tsconfig for node 10

046e311c0d88a82f44b79ccb2164c6a50c29cf4d authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(docs): Added .gitkeep to generated constants folders

a8609b14f31c4519a02d97b44e057c848a562769 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(docs): Removed sassdoc from git

The sassdoc made reviews annoying since it is all generated data.
SassDoc _does_ take a long tim...

b4ae0fb1409385014e4e540d7104c2b9de4ef860 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(docs): removed site metadata from git

This made reviews more annoying since it updates frequently and only
takes ~1 second to run. It ...

b97bc33690e037307ab112dc953d7107ef1e6490 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(sandbox): Removed Sandboxes from Git

The only reason the sandboxes were stored in git was because it took a
long time to compile befo...

8a05ff5ed0abfa09130bada941381f6d366f7dcd authored about 4 years ago by Mikkel Laursen <[email protected]>
Merge branch 'feature/number-field' into main

d158b622ce863f010781e6e951cf5a0da49ec090 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(form): Added Number Hook Examples Demo

bd4842afd06c95b099aa0e8c8eede63a3bf718a5 authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(form): better blur error cases for useNumberField

8b927ab93ddb5256d384c626c048748262a34642 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore: added \@since tags for the 2.5.0 features

8fa3f58c449c56fed223420b7eb3899cd850c0b9 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs: Updated Demos to use useNumberField hook

7464a542756a56dce0bd58b3927e5ec779f849bd authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a number-recommended type for validation

18c772e48ff8eedba3d1030a708cb3729afabac7 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a useNumberField hook to control number field values

c705f2c41fa3a6add76a9ef6d3e93f4f9aaeac13 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): better defaults for validation

4003a07cb3396f50268bb50ac108a11d50f41a45 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(utils): added a withinRange util for number validation

e8fb2529a63572b1654bd5aa6a12b6fc12d20b50 authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(form): More fixes for number inputs being considered valued

1832e697b1eafddec82a9e2dcccc62acc35c6285 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(dev-deps): added @testing-library/user-events

f3877a34bb41b75bb44afdc350180df606002e6f authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(deps): bump marked from 1.2.3 to 1.2.5 (#1012)

972d9a96cfd85ead408c8fe4eac29155f49b72b8 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump gzip-size from 5.1.1 to 6.0.0 (#1011)

6a490d6b975180a8aedbb69d30bca0a9908d9227 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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...

ef1d76461047b75ae771c442a3f721286a3542a2 authored about 4 years ago by Mikkel Laursen <[email protected]>
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 ...

e452aff2fd5bd8f8b75769a6a38bbe5378214be6 authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(form): Maintain Floating Label for Invalid Numbers

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

2443f9abb459f9100812c37793d3de2ddbcf36c2 authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(form): updated TextField PropTypes to allow for search input type

23d92dd8449588ba5ea1a2ee99fdbf4de0e7995e authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(eslint): ffixed sass-lint error after fixing modules for next@10

9cdc8079c5c970607f8fab3bfb3984305423d4cd authored about 4 years ago by Mikkel Laursen <[email protected]>
refactor(form): renamed FieldMessageContainer and moved to root with FormMessage

c77e0046ad6dc8c117328d6d06c5ba67b6f175fe authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(form): Updated WithReactHookForm example to use TextFieldWithMessage

3d2fe7a6aa234330ec96e7b14224ce5551b97d51 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(form): added more tests for validity functionality

d5fad0ed300ecaa3aa06626226d6621aed21a80a authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(tsconfig): disabled noUsedLocals/noUnusedParams

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

00ad259ff16c718e1128715dd2ee00751ee04e23 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(form): created a demo for the useTextField Hook

ac8ca18a898604c4ffdd5eb2a5033fc5b934f9c5 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a PasswordWithMessage component to be used with useTextField Hook

f6d84f2bf1631b3d0ddf23bbafa6b7845bf892a1 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a TextAreaWithMessage component to be used with useTextField Hook

e358799379f1a0633b3d7643c37035cba81e4885 authored about 4 years ago by Mikkel Laursen <[email protected]>
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.

4dfd50a3c41d450b88ff2f417b27113724813bb3 authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a TextFieldWithMessage component to be used with useTextField Hook

f2d7e5d495fe3f117bca689b25ace095bb600ffe authored about 4 years ago by Mikkel Laursen <[email protected]>
feat(form): added a new `useTextField` hook to validate the TextField and TextArea values

578257c6cf0d875a57a8d16fe8f5fcaf4a6cdc2b authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(form): fixed FormMessage counter prop-type validation

9ece3e1199342a972d7079bd36de7f0ab849fc6c authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(docs): additional changes to get next@10 working

73fc88fc702c20f46ed63774cc879d3559915908 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore: updated to react 17 and did a few more next@10 changes

7abe19a27b5f703b048689616ab9ac14a818c389 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(docs): upgraded to next@10

c5fe875b6846e4b9569fedeeffbcaef00e7489de authored about 4 years ago by Mikkel Laursen <[email protected]>
docs: updated css modules to not be imported in separate components

597ff70653e953a4a4730523bd31c550e175dc0c authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(pages): created useHotReload hook for hot-reloading getInitialProps in next pages

65dbfc0e0a124b5da05284afe47a6a28e76cd17a authored about 4 years ago by Mikkel Laursen <[email protected]>
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 ...

4705b098ada805c9fb3a48ffa1b6e93ad3bc6fd9 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs: updated README to import react-md before other imports

6a206a47e3d6a0d78104de83c0a8bbcb5e066292 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(list): added annotations for when the new prop and variable was added

e58746d6bd4237c69eab99192acc593dd9b5cbac authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(themes): fixed themes to be re-built during release process

050be797c6ed00183a7fd3bf6d879ac124464fb4 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(release): publish v2.4.3

5df39c8d460eedf9b6fbf85a0b87105a50086620 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(example): Updated create-react-app-typescript to v4 of react-scripts

8b7122be4609d2c4739667aea90fa4b5c44cdf42 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(example): updated create-react-app example for v4 of react-scripts

be003a9cca1ef7c136fb21c21ab13f9117da5acd authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(example): ignore create-react-app example READMEs for prettier

926053aa95cfc56e84cd24cd08551fba5f0a8d48 authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(sandbox): fixed missing versions for sandboxes

09c97ee835cea7dc4a219d29e58f62457921c9bf authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(sassdoc): re-ran sassdoc

e0862bfaa3a91a5872711ebd48c747ced7ebe1c7 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(list): Added a new Configurable Example for List Items

c59ced78c73cceaea550bce15e085902285d93db authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(sandbox): fixed sandboxes that have additional files

f45aab105eb86f4a328b0438bd26b10cb2593eff authored about 4 years ago by Mikkel Laursen <[email protected]>
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...

a40b6b3f4b25c5c8e714081ebeb147ccf019ac01 authored about 4 years ago by Mikkel Laursen <[email protected]>
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...

06e91cafd91a2b666d728acf134c0652696715c9 authored about 4 years ago by Mikkel Laursen <[email protected]>
build(docs): reverted back to [email protected] since css still no work

0bc495d63175b61b8c8e5f42fa90752e2acdde89 authored about 4 years ago by Mikkel Laursen <[email protected]>
build(doc-deps): updated react-hook-form

db370e875f179caaad510a2032636e5f58eb346a authored about 4 years ago by Mikkel Laursen <[email protected]>
build(dev-deps): updated @types packages and other dev deps

95f0f0d73a5aa1fc173982056ada403659fc979c authored about 4 years ago by Mikkel Laursen <[email protected]>
build(dev-deps): updated eslint and @mlaursen/eslint-config

5c33c58bc1567ab8f9f9c5ed5eb821a54f8dcb4e authored about 4 years ago by Mikkel Laursen <[email protected]>
build(doc-deps): updated helment and removed unneeded @types/helment

53702c8c64f2ba6cdac1651fc0b4559cc0349e0c authored about 4 years ago by Mikkel Laursen <[email protected]>
build(test-deps): updated test dependencies

f09df95c36f6a3a2de5b58d154f3d7c7943b6fe6 authored about 4 years ago by Mikkel Laursen <[email protected]>
build(dev-deps): updated build dev dependencies

2af2ac8be54ddf07d60d80f090f4d47f8096ffb0 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(deps): bump chokidar from 3.4.2 to 3.4.3 (#993)

cc308a716ec16b9e6ab38f523555eab0ceb7ba02 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump ts-morph from 8.1.1 to 8.1.2 (#999)

af326d8196a61cb2698e27815abb7038412fa680 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump rollup from 2.32.0 to 2.33.1 (#998)

683874cb112a7d322444e21418f9b3a26dcd1530 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/labeler from v2 to v3 (#996)

50b787fd3ead5f77eb91216761f56e6ee7620972 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump nodemon from 2.0.4 to 2.0.6 (#990)

d6412b6c1225aa29c755a9b415ba37c31294530b authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump lint-staged from 10.4.0 to 10.5.1 (#995)

125e2400a68dfc80cab6d11b5ef6fa25450622f7 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(release): removed unused ammendCommit

f49f3dc5aab4faa6c82db50aac6068542bb4c2fd authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(release): publish v2.4.2

49577fdd48d1b52db51c3d05df6cadb3c9cf0bdc authored about 4 years ago by Mikkel Laursen <[email protected]>
build: always include themes in git since it broke conventional-commits

My "smart" idea of removing the themes folder ended up breaking conventional-commits since these...

7832b48a6c965b1b5bf9466da53d1b080902aaee authored about 4 years ago by Mikkel Laursen <[email protected]>
fix(menu): fixed DropdownMenu not being able to provide style and className to Menu

Closes #989

7823fea2ff2979792942534b0bc6cf753bd5ac9a authored about 4 years ago by Mikkel Laursen <[email protected]>
build(github): hopefully updated github actions to not run when a commit has a ci-skip

6b5bb41fa10c30c11ad63c2186d5378efd62cdfc authored about 4 years ago by Mikkel Laursen <[email protected]>
build: added "noFallthroughCasesInSwitch" to tsconfig.base.json

2431da4c7ca1d2cda0444acacfac06a637c7d1e8 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(deps): bump @babel/plugin-transform-typescript (#985)

dd470f4aa8bbb495f874142abf4eadd5fc6073d3 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump next-images from 1.4.1 to 1.6.0 (#987)

68bbb0305b31fe4f51ce1f1f9d5059e61377271b authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump prismjs from 1.21.0 to 1.22.0 (#986)

d024d97e8790521e0d3a15463809b473095438bd authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump rollup from 2.26.10 to 2.32.0 (#984)

b26dd98340dbfd32080472e65652ff567a76e94d authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump marked from 1.1.1 to 1.2.0 (#988)

0bb5286d8b9d886b4922b6ee791b77d96addb362 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump next from 9.5.2 to 9.5.5 in /packages/documentation (#983)

f7f25678dbfd50031843f739a2e0100049b26204 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(next): reverted to [email protected] since there were css loading issues

aeb266701387e0ccf7f6f418a021c28731117244 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs: added same site to doc cookies

e3a56bc4ef4d7363d95f013100a3fc38b782a6a9 authored about 4 years ago by Mikkel Laursen <[email protected]>
chore(release): publish v2.4.1

c714aa79c0ac1b69c31749ed81451a43167df3fd authored about 4 years ago by Mikkel Laursen <[email protected]>
build: fixed theme generation

5beb6dfb98a83eeb5abc4edf4de75eec80e70e4b authored about 4 years ago by Mikkel Laursen <[email protected]>
build(dev-utils): fixed changelogs to not pass args after refactor

5acedc1406f55fb0ef5ca81907807d04c3506b15 authored about 4 years ago by Mikkel Laursen <[email protected]>
docs(blog): updated blog to handle multiple posts on the same day

92e181723a236b7ca8ca5e9ddd291a58857ad126 authored about 4 years ago by Mikkel Laursen <[email protected]>
build(dev-utils): fixed release script to run changelogs command

fe7a7c9348d123d2ecb72ea66f215737a411102a authored about 4 years ago by Mikkel Laursen <[email protected]>