All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.1.6 (2023-12-11)
Note: Version bump only for package @react-md/elevation
5.1.3 (2022-05-07)
Note: Version bump only for package @react-md/elevation
5.1.2 (2022-04-02)
Note: Version bump only for package @react-md/elevation
5.1.0 (2022-03-18)
Note: Version bump only for package @react-md/elevation
5.0.0 (2022-01-31)
Note: Version bump only for package @react-md/elevation
4.0.3 (2021-12-31)
4.0.1 (2021-11-27)
Note: Version bump only for package @react-md/elevation
4.0.0 (2021-11-24)
- sass: Do not use legacy global functions (6159e16)
- Update to use new JSX Transform and latest
eslint
(8111cd3)
- Minimum React version is now 16.14 instead of 16.8
3.1.0 (2021-09-10)
- ran
yarn format
to include new files (48d3d7f)
3.0.1 (2021-08-15)
3.0.0 (2021-08-13)
- @react-md/dev-utils: updated variables command to work with
sass
(5376be1)
2.9.1 (2021-07-27)
- install: slighly reduce install size by excluding tests in publish (9d01a44)
2.9.0 (2021-07-18)
Note: Version bump only for package @react-md/elevation
2.8.5 (2021-07-03)
Note: Version bump only for package @react-md/elevation
2.8.4 (2021-06-10)
Note: Version bump only for package @react-md/elevation
2.8.3 (2021-05-18)
Note: Version bump only for package @react-md/elevation
2.8.2 (2021-04-23)
Note: Version bump only for package @react-md/elevation
2.8.0 (2021-04-22)
Note: Version bump only for package @react-md/elevation
2.7.1 (2021-03-23)
Note: Version bump only for package @react-md/elevation
2.7.0 (2021-02-28)
- tsdoc: fixed remaining tsdoc syntax warnings (946f4dd)
2.6.0 (2021-02-13)
Note: Version bump only for package @react-md/elevation
2.5.5 (2021-01-30)
Note: Version bump only for package @react-md/elevation
2.5.4 (2021-01-27)
Note: Version bump only for package @react-md/elevation
2.5.0 (2020-12-15)
Note: Version bump only for package @react-md/elevation
2.4.2 (2020-10-23)
Note: Version bump only for package @react-md/elevation
2.4.1 (2020-10-17)
Note: Version bump only for package @react-md/elevation
2.4.0 (2020-10-17)
- @react-md/theme: Better Contrast Colors by Default and dev-utils refactor (#955) (519b128)
2.3.1 (2020-09-15)
Note: Version bump only for package @react-md/elevation
2.3.0 (2020-09-10)
Note: Version bump only for package @react-md/elevation
2.2.2 (2020-09-02)
Note: Version bump only for package @react-md/elevation
2.2.1 (2020-09-02)
Note: Version bump only for package @react-md/elevation
2.1.2 (2020-08-01)
Note: Version bump only for package @react-md/elevation
2.1.1 (2020-07-21)
Note: Version bump only for package @react-md/elevation
2.1.0 (2020-07-12)
Note: Version bump only for package @react-md/elevation
2.0.2 (2020-06-30)
- LICENSE: Removed the time range from license since it was incorrect (50c9021)
- Added
sideEffects
field topackage.json
(31820b9) sideEffects
formatting (78a7b6b)
No changes.
This is a re-write of the old Paper
component as well as the paper styles. It
has now been renamed to elevation
to match the material design specs. This
package no longer includes any styles by default and is a utility package
instead.
- there are now 24 different types of shadows available instead of 5.
- now exports a mixin for creating performant elevation transitions using the
::before
/::after
opacity trick - setting the
elevation
to0
will no longer animate to a different elevation on hover
- there is no longer a
Paper
component to add elevation styles
@function rmd-elevation
- a new function to get abox-shadow
string for one of the material design elevation values if needing to join multiple shadows together@mixin rmd-elevation-transition
- a new mixin to create a performantbox-shadow
elevation transition
- renamed
md-box-shadow
to$rmd-elevation
and now allows for a custom$color
and$opacity-boost
- removed
@mixin react-md-papers
since styles are no longer generated by this package