@smui/button
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
@@ -6,2 +6,15 @@ # Change Log | ||
# [3.0.0-beta.3](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-04-12) | ||
### Bug Fixes | ||
* add ripple style on buttons when style prop is defined ([aa65603](https://github.com/hperrin/svelte-material-ui/commit/aa65603ee57310006eb2bc3467dc4d6a9c410e31)) | ||
* allow styles on components with ripples ([1c6b28a](https://github.com/hperrin/svelte-material-ui/commit/1c6b28ac1bb7954b4f55a57b6e8c5becfca42cea)) | ||
* reference error on button GroupItem ([41402f8](https://github.com/hperrin/svelte-material-ui/commit/41402f81a73d90d091d0577c2674e2ba98f1d5da)) | ||
# [3.0.0-beta.2](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-04-11) | ||
@@ -8,0 +21,0 @@ |
@@ -6,3 +6,3 @@ export default function GroupItem( | ||
removeClass = (className) => node.classList.remove(className), | ||
} | ||
} = {} | ||
) { | ||
@@ -9,0 +9,0 @@ addClass('smui-button__group-item'); |
{ | ||
"name": "@smui/button", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"description": "Svelte Material UI - Button", | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"@material/theme": "^10.0.0", | ||
"@smui/common": "^3.0.0-beta.2", | ||
"@smui/ripple": "^3.0.0-beta.2" | ||
"@smui/common": "^3.0.0-beta.3", | ||
"@smui/ripple": "^3.0.0-beta.3" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "58f516218cbdc1f52c2b4d9cda801008085371f4" | ||
"gitHead": "cc7c834f30a1c3054e43dc51c14a2c2531f7dff1" | ||
} |
Sorry, the diff of this file is not supported yet
61163
Updated@smui/common@^3.0.0-beta.3
Updated@smui/ripple@^3.0.0-beta.3