@react-md/button
Advanced tools
Comparing version 2.3.0-alpha.1 to 2.3.0-alpha.2
@@ -6,2 +6,19 @@ # Change Log | ||
# [2.3.0-alpha.2](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.2) (2020-09-05) | ||
### Bug Fixes | ||
- [@react-md/states](../states): fixed usedPressStates to pass onClick like | ||
other state hooks | ||
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80)) | ||
### Features | ||
- [@react-md/button](../button): added built-in support for rendering | ||
`CircularProgress` | ||
([c6c616b](https://github.com/mlaursen/react-md/commit/c6c616b72866cc1533b7f83c4d9f031354319dfc)) | ||
- [@react-md/button](../button): added support for disabled theme without | ||
disabling button | ||
([6a647e2](https://github.com/mlaursen/react-md/commit/6a647e23831c7b3c97eb12baa47dfd5dd074271a)) | ||
# [2.3.0-alpha.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.1) (2020-09-03) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@react-md/button", | ||
"version": "2.3.0-alpha.1", | ||
"version": "2.3.0-alpha.2", | ||
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.", | ||
@@ -44,9 +44,9 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/elevation": "^2.3.0-alpha.1", | ||
"@react-md/icon": "^2.3.0-alpha.1", | ||
"@react-md/states": "^2.3.0-alpha.1", | ||
"@react-md/theme": "^2.3.0-alpha.1", | ||
"@react-md/transition": "^2.3.0-alpha.1", | ||
"@react-md/typography": "^2.3.0-alpha.1", | ||
"@react-md/utils": "^2.3.0-alpha.1", | ||
"@react-md/elevation": "^2.3.0-alpha.2", | ||
"@react-md/icon": "^2.3.0-alpha.2", | ||
"@react-md/states": "^2.3.0-alpha.2", | ||
"@react-md/theme": "^2.3.0-alpha.2", | ||
"@react-md/transition": "^2.3.0-alpha.2", | ||
"@react-md/typography": "^2.3.0-alpha.2", | ||
"@react-md/utils": "^2.3.0-alpha.2", | ||
"classnames": "^2.2.6" | ||
@@ -67,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "a1c24cacc88fcb9ba3ba8bec2dd0a97a2b885553" | ||
"gitHead": "71089d4a203d944465d73ac5f940c1d8798974a5" | ||
} |
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
277658