react-scrollable-feed
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/dizco/react-scrollable-feed/compare/v1.3.0...v1.3.1) (2021-05-16) | ||
* Updated dependencies | ||
<a name="1.3.0"></a> | ||
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2020-09-30) | ||
## [1.3.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2021-02-11) | ||
* Added `scrollToBottom` public method | ||
@@ -6,0 +10,0 @@ * Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34)) |
@@ -59,5 +59,5 @@ import { createElement, createRef, Component } from 'react'; | ||
var css = ".styles_scrollable-div__1DOyU {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n"; | ||
var styles = {"scrollable-div":"styles_scrollable-div__1DOyU","scrollableDiv":"styles_scrollable-div__1DOyU"}; | ||
styleInject(css); | ||
var css_248z = ".styles_scrollable-div__prSCv {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n"; | ||
var styles = {"scrollable-div":"styles_scrollable-div__prSCv","scrollableDiv":"styles_scrollable-div__prSCv"}; | ||
styleInject(css_248z); | ||
@@ -64,0 +64,0 @@ var ScrollableFeed = /** @class */ (function (_super) { |
@@ -63,5 +63,5 @@ 'use strict'; | ||
var css = ".styles_scrollable-div__1DOyU {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n"; | ||
var styles = {"scrollable-div":"styles_scrollable-div__1DOyU","scrollableDiv":"styles_scrollable-div__1DOyU"}; | ||
styleInject(css); | ||
var css_248z = ".styles_scrollable-div__prSCv {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n"; | ||
var styles = {"scrollable-div":"styles_scrollable-div__prSCv","scrollableDiv":"styles_scrollable-div__prSCv"}; | ||
styleInject(css_248z); | ||
@@ -68,0 +68,0 @@ var ScrollableFeed = /** @class */ (function (_super) { |
{ | ||
"name": "react-scrollable-feed", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -27,7 +27,6 @@ "author": "dizco", | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"prop-types": "^15.7.2", | ||
"react": "^15.0.0 || ^16.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0" | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -34,0 +33,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69057