@smui/button
Advanced tools
Comparing version 1.0.0-beta.19 to 1.0.0-beta.20
@@ -6,2 +6,19 @@ # Change Log | ||
# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31) | ||
### Bug Fixes | ||
* fix button group styling in Safari/iOS ([eb52cc6](https://github.com/hperrin/svelte-material-ui/commit/eb52cc6b81011d004b5ee2d52851ca35e510a578)) | ||
### Features | ||
* add component option to Button to allow other elements/components ([95d4d49](https://github.com/hperrin/svelte-material-ui/commit/95d4d49026f30579a888d9e2baa59785fcbe65f5)) | ||
* reduce Ripple arguments and add class forwarding option ([550ac93](https://github.com/hperrin/svelte-material-ui/commit/550ac93cc6d4dfa18eee70f6c1db55f1971cd8fc)) | ||
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@smui/button", | ||
"version": "1.0.0-beta.19", | ||
"version": "1.0.0-beta.20", | ||
"description": "Svelte Material UI - Button", | ||
@@ -34,10 +34,10 @@ "keywords": [ | ||
"@material/feature-targeting": "^3.1.0", | ||
"@smui/common": "^1.0.0-beta.19", | ||
"@smui/ripple": "^1.0.0-beta.19" | ||
"@smui/common": "^1.0.0-beta.20", | ||
"@smui/ripple": "^1.0.0-beta.20" | ||
}, | ||
"devDependencies": { | ||
"glob-cmd": "0.0.7", | ||
"sass": "^1.23.7" | ||
"sass": "^1.25.0" | ||
}, | ||
"gitHead": "77b3594047009c45aa07d278863b929fd25fec67" | ||
"gitHead": "c6f11e318b8bdd172b0842fbbe50b786808b8921" | ||
} |
@@ -45,2 +45,3 @@ # Svelte Material UI - Button | ||
* `component`: `href == null ? Button : A` - A component to use as the root element. | ||
* `use`: `[]` - An array of actions and/or action/property arrays. | ||
@@ -47,0 +48,0 @@ * `class`: `''` - A CSS class string. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45033
606
88
Updated@smui/common@^1.0.0-beta.20
Updated@smui/ripple@^1.0.0-beta.20