-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Features and Fixes #3
Conversation
Added debounce Update styles
Infinite scroller fixes
Removed tape and added jest for testing Updated unit tests Clean up fetch calls, smaller and cleaner code
Update tests
Clean up code Remove unwanted styles, since custom styles are now supported
Move api call to componentDidMount
@StevenIseki Hey, any concerns regarding the PR? |
Signed-off-by: Arjun Komath <[email protected]>
Signed-off-by: Arjun Komath <[email protected]>
Publish to npm
Use a two column grid layout instead on a single column Signed-off-by: Arjun Komath <[email protected]>
Fix warning for react while setting height of image Signed-off-by: Arjun Komath <[email protected]>
Hey @arjunkomath sorry I was a bit busy for awhile there and wasn't working on this component. I have updated the component to use react 16 and latest versions of babel, webpack for the build. I am very interested in your help on the following features you worked on.
If you don't have time, I can work on these based on your work in this pr and can add you as a collaborator. Thanks a lot for all your great work on this! |
Hey @StevenIseki I will work on some of the features 👍 |
Changes:
@StevenIseki If you would like to keep v1 as is, we could move v1 to separate branch, merge this PR to master and publish it as v2.