@react-md/button
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,7 +6,12 @@ # Change Log | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.4.0) (2020-10-17) | ||
## [2.4.1](https://github.com/mlaursen/react-md/compare/v2.4.0...v2.4.1) (2020-10-17) | ||
**Note:** Version bump only for package [@react-md/button](../button) | ||
# [2.4.0](https://github.com/mlaursen/react-md/compare/v2.3.1...v2.4.0) (2020-10-17) | ||
### Bug Fixes | ||
- **states:** fixed usedPressStates to pass onClick like other state hooks | ||
- [@react-md/states](../states): fixed usedPressStates to pass onClick like | ||
other state hooks | ||
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80)) | ||
@@ -16,15 +21,12 @@ | ||
- **button:** added built-in support for rendering `CircularProgress` | ||
- [@react-md/button](../button): added built-in support for rendering | ||
`CircularProgress` | ||
([c6c616b](https://github.com/mlaursen/react-md/commit/c6c616b72866cc1533b7f83c4d9f031354319dfc)) | ||
- **button:** added support for disabled theme without disabling button | ||
- [@react-md/button](../button): added support for disabled theme without | ||
disabling button | ||
([6a647e2](https://github.com/mlaursen/react-md/commit/6a647e23831c7b3c97eb12baa47dfd5dd074271a)) | ||
- **theme:** Better Contrast Colors by Default and dev-utils refactor | ||
([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
- [@react-md/theme](../theme): Better Contrast Colors by Default and dev-utils | ||
refactor ([#955](https://github.com/mlaursen/react-md/issues/955)) | ||
([519b128](https://github.com/mlaursen/react-md/commit/519b128522de944d55ff96a1e1125447665ed586)) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.3.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.1) (2020-09-15) | ||
@@ -31,0 +33,0 @@ |
{ | ||
"name": "@react-md/button", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"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.", | ||
@@ -40,9 +40,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/elevation": "^2.4.0", | ||
"@react-md/icon": "^2.4.0", | ||
"@react-md/states": "^2.4.0", | ||
"@react-md/theme": "^2.4.0", | ||
"@react-md/transition": "^2.4.0", | ||
"@react-md/typography": "^2.4.0", | ||
"@react-md/utils": "^2.4.0", | ||
"@react-md/elevation": "^2.4.1", | ||
"@react-md/icon": "^2.4.1", | ||
"@react-md/states": "^2.4.1", | ||
"@react-md/theme": "^2.4.1", | ||
"@react-md/transition": "^2.4.1", | ||
"@react-md/typography": "^2.4.1", | ||
"@react-md/utils": "^2.4.1", | ||
"classnames": "^2.2.6" | ||
@@ -63,3 +63,3 @@ }, | ||
}, | ||
"gitHead": "96fb088b5ae725ce21993aeda131de40119837e0" | ||
"gitHead": "0e734e6aa94a6b7091244404d7c6ea6916fb43a5" | ||
} |
276880
Updated@react-md/elevation@^2.4.1
Updated@react-md/icon@^2.4.1
Updated@react-md/states@^2.4.1
Updated@react-md/theme@^2.4.1
Updated@react-md/transition@^2.4.1
Updated@react-md/typography@^2.4.1
Updated@react-md/utils@^2.4.1