@smui/button
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.0.0-beta.11](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-09-06) | ||
### Bug Fixes | ||
* import styles correctly ([37e6fa6](https://github.com/hperrin/svelte-material-ui/commit/37e6fa6)) | ||
### Features | ||
* provide bare js and css (button only for test) for use in REPL ([1b9a268](https://github.com/hperrin/svelte-material-ui/commit/1b9a268)) | ||
# [1.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-09-03) | ||
@@ -8,0 +24,0 @@ |
12
index.js
@@ -1,11 +0,3 @@ | ||
import Button from './Button.svelte'; | ||
import './_index.scss'; | ||
import Group from './Group.svelte'; | ||
import GroupItem from './GroupItem.js'; | ||
import Label from '@smui/common/Label.svelte'; | ||
import Icon from '@smui/common/Icon.svelte'; | ||
export default Button; | ||
export {Group, GroupItem, Label, Icon}; | ||
export * from './bare.js'; | ||
export {default} from './bare.js'; |
{ | ||
"name": "@smui/button", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "Svelte Material UI - Button", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "sass -I node_modules --no-source-map _style.scss bare.css", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -35,5 +36,8 @@ }, | ||
"@smui/common": "^1.0.0-beta.8", | ||
"@smui/ripple": "^1.0.0-beta.10" | ||
"@smui/ripple": "^1.0.0-beta.11" | ||
}, | ||
"gitHead": "78bdf3fc7b07f1c48e390d652831bc70b2a6890f" | ||
"devDependencies": { | ||
"sass": "^1.23.0-module.beta.1" | ||
}, | ||
"gitHead": "a493caeacb09d3d5d0b9f834816e21b08b857633" | ||
} |
Sorry, the diff of this file is not supported yet
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
37242
13
449
1
1
Updated@smui/ripple@^1.0.0-beta.11