@leafygreen-ui/button
Advanced tools
Comparing version 4.1.0 to 4.1.1
# @leafygreen-ui/button | ||
## 4.1.1 | ||
### Patch Changes | ||
- Updated dependencies [4c268a5] | ||
- @leafygreen-ui/icon@5.0.0 | ||
## 4.1.0 | ||
@@ -7,7 +14,7 @@ | ||
- b342448: Add glyph prop to Button component | ||
- b342448: Adds glyph prop to Button component | ||
### Patch Changes | ||
- ac5c473: Add lodash as dependency | ||
- ac5c473: Adds lodash as dependency | ||
@@ -30,3 +37,3 @@ ## 4.0.0 | ||
- f42801b: Fix bug such that on hover, color is explicitly set rather than inherited | ||
- f42801b: Fixes bug such that on hover, color is explicitly set rather than inherited | ||
@@ -37,3 +44,3 @@ ## 3.0.1 | ||
- ff55bb5: Added fallback CSS for focus and hover states | ||
- ff55bb5: Adds fallback CSS for focus and hover states | ||
@@ -44,3 +51,3 @@ ## 3.0.0 | ||
- 9c45cb4: Wrapping component with React.forwardRef to provide direct access to the underlying element. | ||
- 9c45cb4: Wraps component with `React.forwardRef` to provide direct access to the underlying element | ||
@@ -56,2 +63,2 @@ ### Patch Changes | ||
- eb49b56: Fixes an issue where the children of Button had a z-index that was being applied in a global stacking context. | ||
- eb49b56: Fixes an issue where the children of Button had a `z-index` that was being applied in a global stacking context |
{ | ||
"name": "@leafygreen-ui/button", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "leafyGreen UI Kit Button", | ||
@@ -21,5 +21,5 @@ "browser": "./dist/index.web.js", | ||
"devDependencies": { | ||
"@leafygreen-ui/icon": "^4.0.0" | ||
"@leafygreen-ui/icon": "^5.0.0" | ||
}, | ||
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
811334
879