@react-md/button
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12) | ||
**Note:** Version bump only for package @react-md/button | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30) | ||
@@ -18,7 +27,7 @@ | ||
# v2.0.1 | ||
## v2.0.1 | ||
No changes. | ||
# v2.0.0 | ||
## v2.0.0 | ||
@@ -36,3 +45,3 @@ The `Button` component was completely re-written in this release for full | ||
## New Behavior and Features | ||
### New Behavior and Features | ||
@@ -50,3 +59,3 @@ - added a new `UnstyledButton` component that can be used for simple clickable | ||
## Breaking changes | ||
### Breaking changes | ||
@@ -66,3 +75,3 @@ - updated the ref to be forwarded on to the `<button>` element | ||
### New SCSS Variables, Functions, and Mixins | ||
#### New SCSS Variables, Functions, and Mixins | ||
@@ -107,3 +116,3 @@ - `$rmd-button-text-icon-inherit-color: true !default` - boolean if buttons that | ||
### Renamed SCSS Variables and Values | ||
#### Renamed SCSS Variables and Values | ||
@@ -121,3 +130,3 @@ - `$md-btn-tb-padding` was renamed to `$rmd-button-text-vertical-padding` and | ||
### Removed SCSS Variables and Mixins | ||
#### Removed SCSS Variables and Mixins | ||
@@ -140,3 +149,3 @@ - removed `$md-btn-include-flat`, `$md-btn-include-raised`, | ||
## Rendering non-button components and elements | ||
### Rendering non-button components and elements | ||
@@ -174,3 +183,3 @@ This release "simplified" the button component as now it can only be rendered as | ||
## Theming | ||
### Theming | ||
@@ -186,3 +195,3 @@ The theme has been updated along with the default props so now you can render a | ||
### `theme` | ||
#### `theme` | ||
@@ -198,3 +207,3 @@ Using the new `theme` prop is a replacement the `primary` and `secondary` props, | ||
### `themeType` | ||
#### `themeType` | ||
@@ -215,3 +224,3 @@ Using the new `themeType` prop is a replacement for the `raised`, `flat`, and | ||
### `buttonType` | ||
#### `buttonType` | ||
@@ -227,3 +236,3 @@ Using the new `buttonType` prop is how you can now render either as a text or | ||
## Icon Support | ||
### Icon Support | ||
@@ -230,0 +239,0 @@ Built-in icon rendering support was also removed since it became confusing about |
{ | ||
"name": "@react-md/button", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"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.0.2", | ||
"@react-md/icon": "^2.0.2", | ||
"@react-md/states": "^2.0.2", | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/transition": "^2.0.2", | ||
"@react-md/typography": "^2.0.2", | ||
"@react-md/utils": "^2.0.2", | ||
"@react-md/elevation": "^2.1.0", | ||
"@react-md/icon": "^2.1.0", | ||
"@react-md/states": "^2.1.0", | ||
"@react-md/theme": "^2.1.0", | ||
"@react-md/transition": "^2.1.0", | ||
"@react-md/typography": "^2.1.0", | ||
"@react-md/utils": "^2.1.0", | ||
"classnames": "^2.2.6" | ||
@@ -67,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "ccb220af2d620bd6eccccf36dc689356fa1db568" | ||
"gitHead": "f7581c64cba37ebcd570f25952f1e3a11e817257" | ||
} |
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
237213
Updated@react-md/elevation@^2.1.0
Updated@react-md/icon@^2.1.0
Updated@react-md/states@^2.1.0
Updated@react-md/theme@^2.1.0
Updated@react-md/transition@^2.1.0
Updated@react-md/typography@^2.1.0
Updated@react-md/utils@^2.1.0