@react-md/elevation
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/elevation | ||
# 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 | ||
@@ -30,3 +39,3 @@ This is a re-write of the old `Paper` component as well as the paper styles. It | ||
## New Behavior and Features | ||
### New Behavior and Features | ||
@@ -39,7 +48,7 @@ - there are now 24 different types of shadows available instead of 5. | ||
## Breaking Changes | ||
### Breaking Changes | ||
- there is no longer a `Paper` component to add elevation styles | ||
### New SCSS Variables, Functions, and Mixins | ||
#### New SCSS Variables, Functions, and Mixins | ||
@@ -52,3 +61,3 @@ - `@function rmd-elevation` - a new function to get a `box-shadow` string for | ||
### Renamed SCSS Variables, Functions, and Mixins | ||
#### Renamed SCSS Variables, Functions, and Mixins | ||
@@ -58,5 +67,5 @@ - renamed `md-box-shadow` to `$rmd-elevation` and now allows for a custom | ||
### Removed SCSS Variables Placeholders, and Mixins | ||
#### Removed SCSS Variables Placeholders, and Mixins | ||
- removed `@mixin react-md-papers` since styles are no longer generated by this | ||
package |
{ | ||
"name": "@react-md/elevation", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.", | ||
@@ -38,5 +38,5 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/transition": "^2.0.2", | ||
"@react-md/utils": "^2.0.2" | ||
"@react-md/theme": "^2.1.0", | ||
"@react-md/transition": "^2.1.0", | ||
"@react-md/utils": "^2.1.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"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
40043
Updated@react-md/theme@^2.1.0
Updated@react-md/transition@^2.1.0
Updated@react-md/utils@^2.1.0