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

Version bump to 1.0.17

b53801bb28f2d8539deade252cc7b67443c329ef authored over 7 years ago
Updated Typography docs to use the className in examples

Closes #456

c58d6778d81b8e79eaaa26996a8440a5b267014e authored over 7 years ago
Fixed Autocomplete input focus

The Autocomplete no longer needs to automaticlaly be focused after a
suggestion was clicked/sele...

99c6dc916378fe609fa6c028f169fceafa8084e2 authored over 7 years ago
Fixed TimePicker unreliable calculations

Back when I changed the Dialogs to toggle scroll overflow at a different
timing, the TimePicker ...

684442af0bd12ac4554729947946084fcb10d3fd authored over 7 years ago
Added missing prop type. Closes #452

d71379f663efe31914dcfdcc99b16345bc0642d3 authored over 7 years ago
Fixed the TimePicker's AM/PM Toggle

I accidentally added/subtracted at the wrong parts for the AM/PM toggle
on time pickers.

Closes...

a55048fd6cabf355db83108a3c343a89be67526d authored over 7 years ago
Fixed TimePicker's displayed time

Updated the TimePicker to correctly display the last selected time or
the last viewed time (when...

645962ed5fb7c28fafc8e7222b0e529b5ed74317 authored over 7 years ago
Started server upload example

4f8f1b4c674e6d74f9271a85bba7c565a0b5d40f authored over 7 years ago
Small documentation server config updates

b80d5985bbec4b6f1eebc119e4d4cdf375d288e1 authored over 7 years ago
Added Starting FileInput Examples

Added the existing file input/upload examples.

Also added a few more data-type parses for the f...

c98a7232daf6c682081fbbb2c7031c17a0cc2cd0 authored over 7 years ago
Updated Examples to use jsx styling

a27dcaacd500280b9a958b5e5c043fd28ca50aa0 authored over 7 years ago
Added missing typescript definitions for expansion panel - #306

4211f354d69e2cae1f4c88b7d9fa1eb4a04bc864 authored over 7 years ago
Updated ExpansionPanel for Customizable Footer

The ExpansionPanel can now optional display no footer, a custom footer,
or add additional props ...

d51f5fead37cf6b00a8b63f0e52bfd1f1075c8fc authored over 7 years ago
Added deleteKeys to SelectField

The SelectField can now remove additional keys from each menu item
before passing it to the `Lis...

c9cb744e2768ce1a936b46ced0f94ddc3382f4bb authored over 7 years ago
Added the ExpansionPanels examples

327a18db31a079bbbd6add385df5780f8d43d723 authored over 7 years ago
Added a simple way to get SSR for locale-specific examples

cd9c28aae86a60433b730214da751ffae16bbca3 authored over 7 years ago
Moved sample data constants to correct folder

c4f616116eead9250a66ef2f939db26417d741e4 authored over 7 years ago
Updated Server for nginx

Added some nginx configs as well as updated the server so that it can
serve the static assets vi...

80c49623d3286d8948b46f37e48e2cc8158a2336 authored over 7 years ago
Added remaining text field examples

d61a93977ca8af0fe89f792ef8cafe43760e7973 authored over 7 years ago
DialogFooter/TextField prop Changes

The dialog footer will now correctly only render children if no actions
are provided.

The TextF...

85acd078e5cd772c1b61bb9bb975807d02905529 authored over 7 years ago
Updated search to hide text when closed

7b7631953d0347f728e3e800d8fe42f48eea17b5 authored over 7 years ago
Updated tests after text field no longer requires findDOMNode

77287826ed512a1ba67d63810c82b6e81f211aee authored over 7 years ago
Did some additional fixes to text field validation

997f8792af2552d45694efbfac71b23ea614363d authored over 7 years ago
Fixed a few bugs with the prop type docgen

3a71eb14151373380a7ba21df2474757a91c65dc authored over 7 years ago
Updated the Layover to use the ResizeObserver

480dcd7c8cd6e3138e5d720c312af47af2fc84bb authored over 7 years ago
Updated the text field styles for dense icons

e7213c1477ea79734a561caf5fdaaec77578c0e5 authored over 7 years ago
Merge branch 'release/1.0.x' into new-documentaiton-server

eca45a497f3477e55ff73102ae31e051e3036fc9 authored over 7 years ago
Removed findDOMNode from Ink and Tooltips

Begun some of the work to remove findDOMNode usagage through the
components.

Related to #427

dc5c30e19375fd99cac41ecb18d6a3e49dad33a0 authored over 7 years ago
Cleaned up the TextField After ResizeObserver

Removed all the unneeded refs and listeners as well as removed the
findDOMNode usage. The TextFi...

b7bb5bf595aa915708badc36dd57c4bdfbde84e5 authored over 7 years ago
Fixed some documentation server SSR problems

9875e6d6d60c7e3055dc47ef7c68a453cb1da25d authored over 7 years ago
Fixed some merge conflicts and added new type defintions

2959524e55ab380cad3af0f61c1d5042dfb31a18 authored over 7 years ago
Merge branch 'release/1.0.x' into new-documentaiton-server

f8e7725e2af1201c81cfaef842f4b925a0d4a7ac authored over 7 years ago
Added missing documentation for new ExpansionList prop

06e2cc0e63842b258a9153ebf1f0f88850773cf9 authored over 7 years ago
Merge branch 'release/1.0.x' into new-documentaiton-server

652d336c9bb35c6b7940ab6148d2f81989bc6f31 authored over 7 years ago
Fixed Weird Dialog Scrolling Behavior

There was a weird bug that if you were scrolled to the top of a page and
then opened a dialog, c...

f4b9f39b8233fff341663d9dcce1b3a72a350924 authored over 7 years ago
Merge pull request #450 from mlaursen/bugfix/ResizeObserver

Bugfix/resize observer

279741df31d3e886ef17f73f2ae4d3b06a9a9d99 authored over 7 years ago
Updated Multiline TextFields for Height Calcs

The Mutliline text field will now correctly calculate its height if the
styles have loaded after...

b94fd68b9bfa6dd15c5d60b368275e8a052e0138 authored over 7 years ago
Updated ExpansionPanel & Tabs with ResizeObserver

Fixed the ExpansionPanel and Tabs components to update column widths
when styles or loaded or th...

db6923e35c5ada43c2610d4ddcc8e682ffdc1ad0 authored over 7 years ago
Updted TablePagiantion to use ResizeObserver

The TablePagiantion did not correctly reposition when the surrounding
table's width was updated....

972e313a3cf1d6c9da40ea837c3fc84c776fd53e authored over 7 years ago
Added Initial ResizeObserver Component

Added a ResizeObserver component that works with the ResizeObserver API
to trigger resize events...

2a1c0297b7a46b442bb408ba5d74f7aa73678605 authored over 7 years ago
Updated TextField Placeholders when Disabled

TextField placeholders will now correctly be styled with the disabled
color. Also created a bett...

6f4a7ae6ed8f092f50291f364897ae80ea8aa111 authored over 7 years ago
Added initial text field examples

588e73d857ec0fa1d70b28bb89825905dadc1393 authored over 7 years ago
Updated the GitHub Issue Template

I updated the Issue Template to provide more information about the issue names so that it will b...

d825898a838667a1da30374ad241a52f25feffe8 authored over 7 years ago
Some documentation styling fixes

e02f7a1c3599f3f3eab6047be2c4cdbde00d17be authored over 7 years ago
Merge branch 'release/1.0.x' into new-documentaiton-server

ca03dccdfbd745c37c5cc21e9f37629c300e94e6 authored over 7 years ago
Updated ListItem for itemProps and tileProps

Closes #439

dfa62219eb960b8f1b2586606f4b0ac2824ab092 authored over 7 years ago
Added Passive Touch Event Listeners

Updated my components that manually need to add touch event listeners
outside of the React hooks...

2b9ee0bcc0b7e6baacf0e71016dbc0dddf910224 authored over 7 years ago
Fixed a bug with initial state for SSR and added a simple example for expansion-panels

4f0a1930ecdcdb64ccc4a0d5feaadcc255b8f8bf authored over 7 years ago
Small documentation style fixes and others

5852f800106f3dd881a1495772c3e939522612e1 authored over 7 years ago
Some documentation style fixes

3e20a55564e7964cd776c4039ca3052ff3b79266 authored over 7 years ago
Fixed z-indexes for multiple components

Mobile safari has some issues with z-index: -1. Not sure why though.
This removed all the hidden...

549eb632e4e8b3dd7eb226925925a74c43ed4e2c authored over 7 years ago
Updated controlled prop validation for disabled

The controlled prop validation will now ignore the disabled prop as
well. So the validation will...

ea7865b51c13a9d618f963e86ec3eca5a039df1c authored over 7 years ago
Fixed and simplified TextField Blur Logic

The TextField will no logner manually call the blur function when an
area outside of the text fi...

bb20779fb1ee1e9521b64825c3bf03892263f597 authored over 7 years ago
Merge pull request #441 from jcoffin/bugfix/Tabs-issues-react-warning-with-alignToKeys

Fix React warning on Tabs with alignToKeyline

81fa8ad2a31ea27c8f41ac28821f1bbde53b2dc1 authored over 7 years ago
Fix React warning on Tabs with alignToKeyline

Setting the alignToKeyline prop on the Tabs component triggers a console warning from React. Thi...

786443003a2de9308aff61caea07234d5899d57b authored over 7 years ago
Fixed table tests

9f517bb822dbeef036f451235f4b4de3ce3dc68b authored over 7 years ago
Added more data table examples

c6694db1a86e9c8f247fd74f1327990f9765ce42 authored over 7 years ago
Small style fixes

fd74709f7b9b7828e6c4184f64eda62cae849b25 authored over 7 years ago
Updated the TablePagination to display better on mobile devices

de17a642d7a643b8a106b3e9a472d49f52b6f92b authored over 7 years ago
Fixed some display issues in the documentation site

bfd15a07613bb28567ef785f187e49eab6627e14 authored over 7 years ago
Updated airquality

The air quality now correctly has columns and data instead of meta and
data.

Updated the air qu...

299da5f25ed354d80e1c3a9cf2f117974251b968 authored over 7 years ago
DataTable Fixes

Updated the DataTable to have an optional full-width param (defaults to
true) so that it no long...

7918976f15958e0e52dfba6e352bf90322dc0e09 authored over 7 years ago
Cleaned up air quality script and removed the demo example one:

430534ff23989f49490f0738c41b8ac0f16e699f authored over 7 years ago
Fixed dev mode to not create the store server side and correctly dispatch the location change on startup

a94f5253c1ed29510b5069765aa7f841990d0809 authored over 7 years ago
Added initial part of pagination demo

043b4f952f3ea31faf1aced5198fcfdaaa522f2e authored over 7 years ago
Added air quality redux parts

a67cf4eb40e2cdaddc3fd99711ed85fdbb2791bd authored over 7 years ago
Fixed paginated route for optional query strings

6ad5843b4b3867848e0ec5d2a721c51401eaa3d5 authored over 7 years ago
Simplified intl bundle for dev

5473158498364278b2c8559cfc411aede22e9bda authored over 7 years ago
Added the air quality route

f305d59dc0cce3d649ecc10e565606162a1d9c5a authored over 7 years ago
Updated Server for constants and pagination util

The Documentation Server now uses the ENDPOINT constants for its own
routes and also created a u...

feb967edf62c4c99608bf54bd23ace288713e6a6 authored over 7 years ago
Started adding large datasets

910d45727d7f4026028b4c9c44aee8c525872dd7 authored over 7 years ago
Updated server to automatically create webpack-assets.json when missing in dev mode

bfe96fd404a2f8b7aa76124581df40297678c194 authored over 7 years ago
Added initial data table simple examples

b626f71f98ff691eba8f8fb37fca4530f9c9816d authored over 7 years ago
Style fixes for TextField and EditDialogColumn

Changed the width of edit dialogs to be static instead of relying on a
min width.
Changed the ed...

1c0d78778079999b0b4be625aa497b70993076fc authored over 7 years ago
Updated EditDialogColumn to optional scroll into view and add a configurable padding

3d82b9e761aafc5e0e6fa5ef3c44408a7e9090a6 authored over 7 years ago
Fixed the layover to properly provide the scroll or resize event when closing to fix select fields

ad9ca084cfbb16d7fe6a00e5481d77f3e00e50ab authored over 7 years ago
Updated layovers to optional close instead of repositioning when the fixedTo target scrolls

a5ae884322f302b0c5515e1efc4b94854cd5f917 authored over 7 years ago
Added Drawer routing example

67bff5fdf924da9ef1db53747a994c5f7dcf6cc7 authored over 7 years ago
Fixed some additional markdown formatting

6f569756dbd4d32f983f5fb1a39c90bb50704ebf authored over 7 years ago
Added some focus stuff to scroll restoration

2e88b59ac71882db998c736b5066f3a0f5d0ec72 authored over 7 years ago
Added basic drawer examples

1a0f419fcef2176f0a02f87d708fb8054b5511b8 authored over 7 years ago
Removed transitions again

cd52011c99c604f7cb7144a750fb4f51a93a189a authored over 7 years ago
Added some additional fixes for the PhoneEmulator

180cac7c0cb75453368a60c8e411fb4567b23c87 authored over 7 years ago
Fixed some styling for serach and example cards

54cf77bfc8ba1e2f6c5859225abed0a5453785a3 authored over 7 years ago
Added RoutingExamples Route

It is now possible to showcase examples that use react-router by
navigating to the /discover-mor...

d353ad50b8f8d30cc10deafae429a299fe46c5fc authored over 7 years ago
Fixed linting error for autocompletes

02891370078106a6ce0cc42abdc741f7030d2b92 authored over 7 years ago
Fixed BottomNavigation Link Styles

db58644c6f30a1b78291446cc975becc748908b6 authored over 7 years ago
Updated SassDocPage FAB

The FAB on the SassDocPage will now correctly be offset for the bottom
navigation on mobile devi...

b0443ba51091ecd2db9d559c911f26a4478525a1 authored over 7 years ago
Removed some old files for the old documentation folder

344fb77ddbbb54b20e34f897e8e572b55a1425e6 authored over 7 years ago
Fixed some SSR things

ddd1935e3055742a9dbdff58aa1cebbfcda1d4c6 authored over 7 years ago
Added basic page transiions back and fixed a missing code block language for prism

7fb1b9ee7b7044efa8981523f86517a55288dfe1 authored over 7 years ago
Added divider examples

77f1285d0e487630b172bab430186bce5d6f85b5 authored over 7 years ago
Added most dialog examples

a2f8a67da32264d6a1afaaad07838de665a5ca5c authored over 7 years ago
Fixed Scroll Position for Dialog

Without the tabIndex of -1 on the dialog, the page will scroll oddly if
the overlay is clicked f...

72feab1235055443b8438d0f00d77547483f312f authored over 7 years ago
Added templates for the remaining component examples

d3281a2fa3ce993d95df0fe40c18e3307d94b84b authored over 7 years ago
Updated selection-controls to be pluralized

2a4312618f78daace9537a08fc192248b5821d86 authored over 7 years ago
Added some additional meta tags

da18cc851caf5939ce89bcc754920e20b6460155 authored over 7 years ago
Started added chip examples

0c64ee6b1c3d36675581f50bcb0b4e0e2763d23e authored over 7 years ago
Added initial version of mobile navigation

8f09922fdebd104f968fab50df478b124af36ace authored over 7 years ago
Updated dynamic BottomNavigation to be easier to toggle

778fc880d00a632eee70c046e57ce738b0eb2e88 authored over 7 years ago