vue-smooth-height
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "vue-smooth-height", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Transition a container elements height in response to data changes", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "test", | ||
"build": "webpack" | ||
"build": "babel src --presets babel-preset-es2015 --out-dir dist", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -19,8 +19,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"webpack": "^3.8.1", | ||
"webpack-bundle-analyzer": "^2.9.1" | ||
"babel-preset-es2015": "^6.24.1" | ||
}, | ||
@@ -27,0 +26,0 @@ "dependencies": { |
@@ -19,10 +19,4 @@ | ||
In a browser: | ||
```html | ||
<script src="vue-smooth-height.min.js"></script> | ||
``` | ||
## Usage | ||
Module: | ||
@@ -54,6 +48,3 @@ ```javascript | ||
``` | ||
Browser: | ||
Same as above, use the global `SmoothHeight` | ||
## CSS | ||
@@ -60,0 +51,0 @@ This mixin relies on css transitions, meaning you can define whatever css transitions you want for the element. If the mixin does not detect any transitions, it will apply `transition: 1s` to the element. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
6890
3
108
89