react-scrollable-feed
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "react-scrollable-feed", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "", | ||
@@ -29,4 +29,4 @@ "author": "dizco", | ||
"prop-types": "^15.7.2", | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
<h1 align="center" style="border-bottom: none;">react-scrollable-feed</h1> | ||
<h3 align="center">Smart scrolling for chat UIs and feeds</h3> | ||
<p align="center"> | ||
<a href="https://travis-ci.com/dizco/react-scrollable-feed"> | ||
<img alt="Build Status" src="https://travis-ci.com/dizco/react-scrollable-feed.svg?branch=master"> | ||
<a href="https://github.com/dizco/react-scrollable-feed/actions/workflows/main.yml"> | ||
<img alt="Build Status" src="https://github.com/dizco/react-scrollable-feed/actions/workflows/main.yml/badge.svg?branch=master"> | ||
</a> | ||
@@ -13,5 +13,2 @@ <a href="https://dashboard.cypress.io/#/projects/eyny7g"> | ||
</a> | ||
<a href="https://standardjs.com"> | ||
<img alt="JavaScript Style Guide" src="https://img.shields.io/badge/code_style-standard-brightgreen.svg"> | ||
</a> | ||
<a href="http://makeapullrequest.com"> | ||
@@ -21,13 +18,2 @@ <img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"> | ||
</p> | ||
<p align="center"> | ||
<a href="https://david-dm.org/dizco/react-scrollable-feed"> | ||
<img alt="dependencies Status" src="https://david-dm.org/dizco/react-scrollable-feed/status.svg"> | ||
</a> | ||
<a href="https://david-dm.org/dizco/react-scrollable-feed?type=peer"> | ||
<img alt="peerDependencies Status" src="https://david-dm.org/dizco/react-scrollable-feed/peer-status.svg"> | ||
</a> | ||
<a href="https://david-dm.org/dizco/react-scrollable-feed?type=dev"> | ||
<img alt="devDependencies Status" src="https://david-dm.org/dizco/react-scrollable-feed/dev-status.svg"> | ||
</a> | ||
</p> | ||
@@ -34,0 +20,0 @@ UX-wise, asking a user to scroll down manually a chat box when new messages arrive is quite painful. **react-scrollable-feed** aims to alleviate the burden of managing scrolling concerns from React developers. The same concept applies to any other kind of feed where new content arrives dynamically. |
66782
9
166