Ecosyste.ms: OpenCollective

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

github.com/mlaursen/react-md-v1-docs

The old v1 branch of react-md that's mostly just used for the gh-pages now
https://github.com/mlaursen/react-md-v1-docs

Added SVGIcon support to Chips

Chips can now render SVGIcons correctly. This did deprecate the
`iconClassName` prop.

79d2ebef6ef07bf7849b45238cfddda427231c81 authored over 7 years ago
Updated Cards to support SVGIcons

Cards can now use SVGIcons. This deprecated the `expanderIconClassName`
and `expanerIconChildren...

8157e7cbe4404133bd9fd9d439df181e4d519d79 authored over 7 years ago
SelectFields now support SVGIcons

The SelectFields now support SVGIcons for the dropdown icon, but this
deprecated the `iconClassN...

0f52905b3f42cf164c4eb314824394982c5c324d authored over 7 years ago
Fixed some SSR Problems

This actually fixes the WIT problems with the assets not being resolved
correctly. It only works...

912c90d048601ef02da82cca4b7feed64fca3837 authored over 7 years ago
Fixed some documentation issues

Fixed the problem with the code examples not expanding after extracting
the CardTitle to a separ...

526eceb25e5966bb128b3ce3a53cdb4584eedafd authored over 7 years ago
Fixed the keyboard visibility for the examples page quick link button

d1e40f15b1657efe65bc6f9c5b6ad50769cf5677 authored over 7 years ago
Added error color class name

Added a global md-text--error class name that can be used to set an
error state to text. This al...

93d1192e7d577ac2d13fba69d3b4240b4b847ab3 authored over 7 years ago
Added a Quick Example Link

It is now possible to hover over the example name on desktop and then
click a button to give a d...

3adb7702a60452d5e3aead6434b25c41a30cefcc authored over 7 years ago
Added the og:image:alt

178b09a1de551c5ac1f96f4978aab2cf1fdcfb4d authored over 7 years ago
Added global messages to the documentation website

5368daf2dd323905e6b86cbd8e78a41d9f3e8a21 authored over 7 years ago
Added support for SemiBold for fonts like Raleway

beadc9bad126573953bceaf5b204473afd96193f authored over 7 years ago
FINALLY FIXED WEIRD SSR PROBLEM

When the svg or image was not being converted to a data: link, it was
being compiled incorrectly...

a1c1dac355c331b36de2a56956d64f7ef3cedb50 authored over 7 years ago
Test updates

6491129b766dda474905a443d7a26cfabdbe5977 authored over 7 years ago
Updated Floating Button Sizing

The floating buttons will now have the same size between disabled and
normal states. This was do...

404bb8cbf53e1f8ca3fc0ce38fc18f95192299ce authored over 7 years ago
Fixed the capitlization in the docs website

0b16c102dc7374498f4a4916de1375e6a1f687bf authored over 7 years ago
Fixed my typo for the new typescript definitions

8368c85bcbc47ee6487cfc8ab5179d2de4c9e463 authored over 7 years ago
Fixed the errorText being linked to helpOnFocus

The error text will now correctly be displayed when the field is errored
and the helpOnFocus pro...

4872f795ec163132cd78f49467e79329d8973180 authored over 7 years ago
Added missing typescript defs for Drawer Overlays

6a0735dac9ab9570518ffaecf5e6efc553a8f3be authored over 7 years ago
Fixed the docs public url for dev

The public url will be set to the empty string when not running in
production and the PUBLIC_URL...

bb15ab68a7f0a35b2b2d92ed12771a15b1422337 authored over 7 years ago
Merge branch 'master' into release/1.1.x

ecaf1e76a905f4a09d1ca84aba5432921b69f0b5 authored over 7 years ago
Merge branch 'release/1.0.x'

70442d3ef0e574d231484c5b549254bf78dd0627 authored over 7 years ago
Version bump to 1.0.18

0829f1571b49ce54291a80f726781841c1d761f7 authored over 7 years ago
Drawers/NavigationDrawers Overlay Styles

Drawers and NavigationDrawers can now provide overlayStyle and
overlayClassName to the created o...

961fc3d9b2728cc4fcdc4ce6b0fa22ad0a614a93 authored over 7 years ago
Fixed the FocusContainer's infinite loop

This included 2 fixes:
- Removing the unneeded window focus handler
- "Optimizing" the find focu...

e1c4e25390a993b311a16cb72c7417dec1871ddb authored over 7 years ago
Fixed the FloatingLabel for SelectFields

Just like the TextFields, I had a too simple "isValued" check for the
select field. IT will now ...

9ead7ed00a84fd855d51c8d52171e812a215d85b authored over 7 years ago
Fixed FloatingLabel for Text Fields

The floating label on text fields will now correctly float when the
value of the field is 0. I h...

b82106478bb38bf1f75b21246abca5385e3ea424 authored over 7 years ago
Fixed the Autocomplete firing onAutocomplete twice

Not sure why I had it in there on the first place, but when a keyboard
was navigating the autoco...

edfb9d4747c4a9715f0a56d55cc271b92354cc60 authored over 7 years ago
Fixed TextArea for Snapshot Testing

Closes #457

aca58673f930a31119e2d8a99662f60912a5344c authored over 7 years ago
Updated NavigationDrawer visible logic

The NavigationDrawer will now correctly set the internal visible state
to true when the drawer t...

28422c85ff25a2e2a3c0f578132cd982b5fe2336 authored over 7 years ago
Fixed SSR Issue with Mini Drawers

Updated the logic so that mini drawers are always visible. In addition,
mini and permanent drawe...

3865f7feba7266fb9e21d9f44281b445b05c430e authored over 7 years ago
Fixed DialogFooter key cloning

The React `key` is actually on the `React.Children.only(el)` instance
instead of the `React.Chil...

95851bb52571b3e14fa7747929824fe48e5c56c8 authored over 7 years ago
camelCased the WIT config

1c13bc33fca3198f52a22fa3d0af0ab1166b901c authored over 7 years ago
Removed Gitter Link

I no longer use Gitter to chat and prefer Slack so I removed the link

6becb13fce132f059be4336fc14c73f84c4b0995 authored over 7 years ago
Fixed the async route name after PascalCasing

2fd82e0c71cdce815f0ab5ba8d55c20e893f19bf authored over 7 years ago
Updated more of docs README

f662bfec0d36cebc205dd5e94bdef28138ae4e5b authored over 7 years ago
Renamed caterpillar-case to PascalCase

Updated all the folders/files in the Components folder to be PascalCase
instead of caterpillar-case

7b3fcdd19ac78bddac6831531ba133b0230d8e51 authored over 7 years ago
Added more rants to documentation server README

79a7fb5e7e276255377ae8f41d791fc59bb8b413 authored over 7 years ago
Added service workers to the documentation website

4c3b6b84528806178a8b175e4d4b39640e83cf82 authored over 7 years ago
Added some more to readme about the documentation server

a1a08c4766f8bad8df4216e6e7c47df3422523bb authored over 7 years ago
Finished testing docs

12da9b8cd278fc939171678c95f72916cc8a0127 authored over 7 years ago
Added Stacked Grids

Added a way to allow grids to be column based instead of row based.

ce30b26c5d99573e2103ef4691802c5d2b128af5 authored over 7 years ago
Testing Updates

Added more testing help and fixed some styling issues

5e4737ea01e964ec3d0a10562a201ca8e369efcb authored over 7 years ago
Updated server tests

739c74b68deb3ce2f5680663ca4e6131f4bd542d authored over 7 years ago
Added some dev defaults for the server

162b4105c12d34a18d04fc1580593cc4d9fea1ac authored over 7 years ago
Added more documentation tests

fa97d18c4934b7c5359466dc2fdf9f093c268c6f authored over 7 years ago
Stopped doing unneded super(props)

91142b6eebb20048922c2c49078c8ef7f9ef17cd authored over 7 years ago
Merge pull request #462 from gamtiq/release/1.1.x

firstDayOfWeek, className and format properties in DatePicker

7260108bb3168c6ce75b43d712dc7ac026582b17 authored over 7 years ago
Added several className properties in DatePicker

b1e9a57ef6026016d6e2b7c2825087cd1d510574 authored over 7 years ago
Added firstDayOfWeek property in DatePicker

222221504e2063fd3512ecdb7c26be05c410fe16 authored over 7 years ago
Fixed bottom navigation link styles

1d1e9731af8d650f2897cad0e213dc699332335d authored over 7 years ago
Fixed nginx config

112f671ff4e509917a2ca6d51cfc912564772244 authored over 7 years ago
Fixed the Layover Positioning

When the Layover was toggled quickly between visible and invisible, it
sometimes incorrectly pos...

9ed6775f5856c80d2ba9707146525d1a6af6ee1e authored over 7 years ago
Updated EditDialogColumn's event handler props

The EditDialogColumn will now correctly provide the mouse/touch events
on the TableColumn instea...

80360aab4b22f86781b70fcab3a44c5852bd6a97 authored over 7 years ago
Version bump to 1.1.0-alpha-8

159e0c9f25ab497d83d3a4607268cae0874fb79a authored over 7 years ago
Fixed deployment script a bit more

cd15c52361d632e4dc168ad8ffb8b240418999b6 authored over 7 years ago
Upgraded dependencies and fixed build

b5ba5a8ffb17da205067bc7a202c2ad79a13df28 authored over 7 years ago
Added className and format props in CalendarHeader

Added titleClassName, titleFormat, weekdayClassName and weekdayFormat
properties in Pickers/Cale...

f6f1e787bd09f1218ecaf3543347cae83dfa414c authored over 7 years ago
Merge remote-tracking branch 'refs/remotes/mlaursen/release/1.1.x' into release/1.1.x

cbe74baf899f24c58de563544621115bd3d0e9d3 authored over 7 years ago
Moved documentation to docs folder and removed old documentation servers

51c3fda16cbd33188940f640abd397f75bef2fd8 authored over 7 years ago
More documentation fixes

fec45bbff1dbc452477264519df5bfb01e316540 authored over 7 years ago
More examples for toolbars

8d45a9b83f673e01bd1bdaa29659f84bf79553b0 authored over 7 years ago
Fixed SSR and added themed prop to tabs

818c0575bebf89a3df1b84d952cbdeb122278f66 authored over 7 years ago
Tab Bugfixes and Better Examples

Fixed some of the bugs with the tabs component.
Updated the resize observer to provide the targe...

2fdc15b2bd10e2b3183e6556caa2a8ff227e4ea4 authored over 7 years ago
Added beginning of tabs examples

5d192915b68f2e0f1934b98341f2d69f816a93e3 authored over 7 years ago
Updated the ResizeObserver to also watch scroll size changes

74f73c996b6a8b3ffb15636c96dd6e5fbd3bd025 authored over 7 years ago
Updated TabsContainer to use ResizeObserver component

46336e1872c36dd009ee4f81bc77991ddfaa717b authored over 7 years ago
Documentation updates

c3987daa78fb4a46b9bb474cc089203f84b008c6 authored over 7 years ago
Fixed Typo + fixed desktop typography examples

b7dd6e92ea34bb41c6e78742fa27b719b87167c4 authored over 7 years ago
Moved snackbar examples over

fe6bdf3a58931dadb40b74724a358d92a0dd6f11 authored over 7 years ago
Moved slider examples

230f527781530ce762769b1cb03a342c5d427f59 authored over 7 years ago
Moved over SelectionControl examples

1385adfd9638478cd3517210b215974fb2fe731f authored over 7 years ago
Fixed the proptype formatting

a1ad47cb350f2b9c55ef9ea1661bd6bb086ff354 authored over 7 years ago
Updated SelectionControl Routes

There are no longer separate routes for each of the SelectionControl
types. They will all be und...

0b6d84edec190e4ea712623ff4fb0d48075a3afa authored over 7 years ago
Fixed the SelectField error state

57ec3e3243824008d77cbda235d4f5058f150a27 authored over 7 years ago
Moved SelectField examples over

e1f84e163963b8f3e2ad911785c1a50ffe950ae9 authored over 7 years ago
Moved progress examples over

47cafffa9f9fe3673e57ee85d1babff78d992023 authored over 7 years ago
Moved over time picker examples

e1260584886033a28f435c202d76073cdbb88c88 authored over 7 years ago
Upgraded webpack

3e8362c0a99230166e1229a8b3c718eaae658e0f authored over 7 years ago
Upgraded dependencies

4729a559a149f009d80146c02579f379b091c6e3 authored over 7 years ago
Added DatePicker examples

9e559bdf8e4525111e1db7fa98fdd4aaf7ddb7e9 authored over 7 years ago
Fixed SSR and added animation back

ceee805af5b24705cb56b1ddb3b0734b4224b9c9 authored over 7 years ago
Moved Navigation drawer examples over

3e55d4848ccbbda6b754134ff17c4aaad63c2da0 authored over 7 years ago
MOved paper, subheader, and tooltips over

e1a220c78b1cd4828191aec7f2236db409a0e9cb authored over 7 years ago
Added google docs menu example

6169508eb71d14bb6788e647af821bb0e789fc80 authored over 7 years ago
Added TextField resizing

Added the textfield resizing ability back now that I figured out how to
get closer cross-browser...

a5ca8a15403abd55104c8459413db2c8f7348dd1 authored over 7 years ago
SelectionControlGroup Stopped Using findDOMNode

Updated the SelectionControlGroup to stop using findDOMNode so that it
can be snapshotted. This ...

7a7b95aa011f273293fea1194551802025c44879 authored over 7 years ago
Added the simple menu examples

6c23307d79c271551fc211d1b441bd36097bdefc authored over 7 years ago
Moved media examples over

bad14f07b0f1678aeb5153f52620148d404f7890 authored over 7 years ago
Fixed ListItemControls after the SelectionControl fix

2906a9414ff368f16518f4b362f5fd111dddc763 authored over 7 years ago
Moved List examples

13377e6a309f3f5e659db001d517d4f9c2f231f1 authored over 7 years ago
Added ink examples

286904d3d078f488c265fbdfe4336ad15b91aa2a authored over 7 years ago
Updated components to do outline-width instead of outline to easily reset to browser's default

8643a10ff321b90e56e3b66c83b82439ef40f57e authored over 7 years ago
Updated nginx conf for denying api access

4b20b87afe30cfb665565aee8480527697184f94 authored over 7 years ago
Moved over some portal and layover examples

fd01c9c7117d27bbc534539530930025cef78540 authored over 7 years ago
Updated Ink Pulsing Behavior

The Ink will no longer pulse while focused or being held via touch or
mouse by default. This wil...

1bc4d8582a07da15fdaab99ab71dbde84fca92f1 authored over 7 years ago
Moved some more examples over

43eeda59750bc1f6010d42f202e92f3d053c83cd authored over 7 years ago
Removed some old files

dd0a091c2ff07536a2f64dc391567c2526781eb3 authored over 7 years ago
Finished server upload example

7a38a4fd8a480da0480bd42fe52079af1d557dd6 authored over 7 years ago
Merge branch 'master' into new-documentaiton-server

77636e7da0047616ab9d3d42820e4416ed4c593a authored over 7 years ago
Merge branch 'release/1.0.x'

2b8449ef3173745c281a4273799e1dd444e87006 authored over 7 years ago