@react-md/transition
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/transition | ||
# 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 @@ Every transition was re-written in this release so it is a pretty big breaking | ||
## New Behavior and Features | ||
### New Behavior and Features | ||
@@ -47,3 +56,3 @@ - The `Collapse` component will have a static transition time instead of being | ||
## Breaking Changes | ||
### Breaking Changes | ||
@@ -62,3 +71,3 @@ - The `Collapse` component no longer uses [react-motion] and spring | ||
### New SCSS Variables, Functions, and Mixins | ||
#### New SCSS Variables, Functions, and Mixins | ||
@@ -89,3 +98,3 @@ - `$rmd-transition-enter-time: 0.2s !default` - The duration for an enter | ||
### Renamed SCSS Variables, Functions, and Mixins | ||
#### Renamed SCSS Variables, Functions, and Mixins | ||
@@ -92,0 +101,0 @@ - `$md-transition-sharp` was renamed to `$rmd-transition-sharp` |
{ | ||
"name": "@react-md/transition", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "A package for working with react-md to use some simple transitions.", | ||
@@ -44,4 +44,4 @@ "scripts": { | ||
"@react-md/portal": "^2.0.2", | ||
"@react-md/theme": "^2.0.2", | ||
"@react-md/utils": "^2.0.2", | ||
"@react-md/theme": "^2.1.0", | ||
"@react-md/utils": "^2.1.0", | ||
"@types/react-transition-group": "^4.2.4", | ||
@@ -64,3 +64,3 @@ "classnames": "^2.2.6", | ||
}, | ||
"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
379815
Updated@react-md/theme@^2.1.0
Updated@react-md/utils@^2.1.0