@react-md/elevation
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -6,2 +6,24 @@ # Change Log | ||
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24) | ||
### Bug Fixes | ||
* **sass:** Do not use legacy global functions ([6159e16](https://github.com/mlaursen/react-md/commit/6159e161af72a6e2d5fe43afb02ef537c3f55c11)) | ||
### Features | ||
* Update to use new JSX Transform and latest `eslint` ([8111cd3](https://github.com/mlaursen/react-md/commit/8111cd31e45bf60c1b92509264af1b71dfba5696)) | ||
### Breaking Changes | ||
* Minimum React version is now 16.14 instead of 16.8 | ||
# [3.1.0](https://github.com/mlaursen/react-md/compare/v3.0.1...v3.1.0) (2021-09-10) | ||
@@ -8,0 +30,0 @@ |
{ | ||
"name": "@react-md/elevation", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.", | ||
@@ -30,9 +30,9 @@ "main": "./dist/scssVariables.js", | ||
"dependencies": { | ||
"@react-md/theme": "^3.1.0", | ||
"@react-md/transition": "^3.1.0", | ||
"@react-md/utils": "^3.1.0" | ||
"@react-md/theme": "^4.0.0", | ||
"@react-md/transition": "^4.0.0", | ||
"@react-md/utils": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 16.8.0", | ||
"react-dom": ">= 16.8.0" | ||
"react": ">= 16.14", | ||
"react-dom": ">= 16.14" | ||
}, | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5891a3255f12fb34d2cc82d81d10f85f712a21e8" | ||
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
116242
+ Added@react-md/portal@4.0.3(transitive)
+ Added@react-md/theme@4.0.3(transitive)
+ Added@react-md/transition@4.0.3(transitive)
+ Added@react-md/utils@4.0.3(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@react-md/portal@3.1.0(transitive)
- Removed@react-md/theme@3.1.0(transitive)
- Removed@react-md/transition@3.1.0(transitive)
- Removed@react-md/utils@3.1.0(transitive)
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@18.3.12(transitive)
- Removed@types/react-transition-group@4.4.11(transitive)
- Removedcsstype@3.1.3(transitive)
- Removeddom-helpers@5.2.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedreact-transition-group@4.4.5(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@react-md/theme@^4.0.0
Updated@react-md/transition@^4.0.0
Updated@react-md/utils@^4.0.0