@smui/select
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.14
@@ -6,2 +6,25 @@ # Change Log | ||
# [1.0.0-beta.14](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2019-09-07) | ||
### Bug Fixes | ||
* fixed more sass commands ([1c81e01](https://github.com/hperrin/svelte-material-ui/commit/1c81e01)) | ||
* fixed the packages' sass commands ([97d64ea](https://github.com/hperrin/svelte-material-ui/commit/97d64ea)) | ||
# [1.0.0-beta.13](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2019-09-06) | ||
### Features | ||
* add bare js and css to all components ([ebe7a6d](https://github.com/hperrin/svelte-material-ui/commit/ebe7a6d)) | ||
# [1.0.0-beta.12](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2019-09-06) | ||
@@ -8,0 +31,0 @@ |
@@ -1,4 +0,3 @@ | ||
import HelperText from './HelperText.svelte'; | ||
import './_index.scss'; | ||
export default HelperText; | ||
export * from './bare.js'; | ||
export {default} from './bare.js'; |
@@ -1,4 +0,3 @@ | ||
import Icon from './Icon.svelte'; | ||
import './_index.scss'; | ||
export default Icon; | ||
export * from './bare.js'; | ||
export {default} from './bare.js'; |
@@ -1,8 +0,3 @@ | ||
import Select from './Select.svelte'; | ||
import './_index.scss'; | ||
import Option from './Option.svelte'; | ||
export default Select; | ||
export {Option}; | ||
export * from './bare.js'; | ||
export {default} from './bare.js'; |
{ | ||
"name": "@smui/select", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.14", | ||
"description": "Svelte Material UI - Select", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepublishOnly": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map helper-text/_style.scss helper-text/bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map icon/_style.scss icon/bare.css\" | xargs sass", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -35,10 +36,14 @@ }, | ||
"@material/select": "^3.1.0", | ||
"@smui/common": "^1.0.0-beta.8", | ||
"@smui/floating-label": "^1.0.0-beta.11", | ||
"@smui/line-ripple": "^1.0.0-beta.11", | ||
"@smui/list": "^1.0.0-beta.12", | ||
"@smui/menu": "^1.0.0-beta.12", | ||
"@smui/notched-outline": "^1.0.0-beta.11" | ||
"@smui/common": "^1.0.0-beta.14", | ||
"@smui/floating-label": "^1.0.0-beta.14", | ||
"@smui/line-ripple": "^1.0.0-beta.14", | ||
"@smui/list": "^1.0.0-beta.14", | ||
"@smui/menu": "^1.0.0-beta.14", | ||
"@smui/notched-outline": "^1.0.0-beta.14" | ||
}, | ||
"gitHead": "d03fca590f4a6fcf36f9637eecd4d378c9b8847a" | ||
"devDependencies": { | ||
"glob-cmd": "0.0.7", | ||
"sass": "^1.23.0-module.beta.1" | ||
}, | ||
"gitHead": "e05df07e232ef51bd8d3356451840b01210e09b1" | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
88178
26
1831
2