@react-md/divider
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/divider | ||
# 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 | ||
@@ -29,3 +38,3 @@ The `Divider` component was completely re-written for this release, but it | ||
## New Behavior and Features | ||
### New Behavior and Features | ||
@@ -40,7 +49,7 @@ - the `ref` is now correctly passed to the DOM element | ||
## Breaking Changes | ||
### Breaking Changes | ||
- only styling behavior | ||
### New SCSS Variables, Functions, and Mixins | ||
#### New SCSS Variables, Functions, and Mixins | ||
@@ -75,7 +84,7 @@ - `$rmd-divider-max-size: 100% !default` - The max size for a divider that can | ||
### Renamed SCSS Variables, Functions, and Mixins | ||
#### Renamed SCSS Variables, Functions, and Mixins | ||
- renamed `$md-divider-height` to `$rmd-divider-size` | ||
### Removed SCSS Variables Placeholders, and Mixins | ||
#### Removed SCSS Variables Placeholders, and Mixins | ||
@@ -82,0 +91,0 @@ - removed `$md-divider-include-borders` since the border class names are no |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -42,4 +42,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/utils": "^2.0.2", | ||
"@react-md/theme": "^2.1.0", | ||
"@react-md/utils": "^2.1.0", | ||
"classnames": "^2.2.6" | ||
@@ -60,3 +60,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
72927
Updated@react-md/theme@^2.1.0
Updated@react-md/utils@^2.1.0