vue-navigation-bar
Advanced tools
Comparing version 5.0.0 to 5.0.1
# CHANGELOG.md | ||
## 5.0.0 (2022-03-20) | ||
## 5.0.1 (2022-03-20) | ||
@@ -5,0 +5,0 @@ - Upgrade to Vue 3 support at `v5.0.0` and beyond. Vue 2 support is available at `v4.1.0`. |
@@ -96,3 +96,3 @@ { | ||
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"build:library": "rm -rf ./dist && npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-navigation-bar.umd.js", | ||
@@ -105,3 +105,3 @@ "build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-navigation-bar.min.js", | ||
"unpkg": "dist/vue-navigation-bar.min.js", | ||
"version": "5.0.0" | ||
"version": "5.0.1" | ||
} |
@@ -55,2 +55,3 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin'); | ||
{ | ||
sideEffects: true, | ||
test: /\.(scss|css)$/, | ||
@@ -57,0 +58,0 @@ use: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
964085
46
3696
0