bemto-overflower
Advanced tools
Comparing version 0.2.0 to 0.3.0
## Changelog | ||
### v0.3.0 (2018-03-05) | ||
- Moved styled-components to peer dependency. | ||
### v0.2.0 (2018-03-05) | ||
@@ -4,0 +8,0 @@ |
@@ -14,2 +14,4 @@ This is an implementation of a flexible overflow element (see [article about it](http://kizu.ru/en/blog/flexible-overflow/)), which allows us to have a responsive text snippet that would adjust its content based on available space. | ||
Note: `bemto-overflower` uses [styled-components](https://www.styled-components.com/) as a peer dependency, as its bad to include more than one instance of styled-components in your app, so you need to have it installed as well. | ||
In your console: | ||
@@ -16,0 +18,0 @@ |
{ | ||
"name": "bemto-overflower", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Flexible content overflow based on bemto-components & styled-components", | ||
@@ -27,5 +27,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"bemto-components": "^2.0.0", | ||
"styled-components": "^3.1.6" | ||
"bemto-components": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"styled-components": ">= 2 < 4" | ||
}, | ||
"devDependencies": { | ||
@@ -32,0 +34,0 @@ "babel-cli": "^6.26.0", |
@@ -14,2 +14,4 @@ # bemto-overflower [![Build Status][build]][build-link] [![NPM package version][version]][version-link] | ||
Note: `bemto-overflower` uses [styled-components](https://www.styled-components.com/) as a peer dependency, as its bad to include more than one instance of styled-components in your app, so you need to have it installed as well. | ||
In your console: | ||
@@ -16,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
16698
33
- Removedstyled-components@^3.1.6