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/overlay
5.1.3 (2022-05-07)
Note: Version bump only for package @react-md/overlay
5.1.2 (2022-04-02)
Note: Version bump only for package @react-md/overlay
5.1.0 (2022-03-18)
- run lint-scripts --fix for consistent-type-imports (42d839d)
5.0.0 (2022-01-31)
- @react-md/overlay: Allow for custom onClick behavior (60dce54)
4.0.3 (2021-12-31)
4.0.1 (2021-11-27)
Note: Version bump only for package @react-md/overlay
4.0.0 (2021-11-24)
- Update to use new JSX Transform and latest
eslint
(8111cd3) - @react-md/transition: No longer use findDOMNode for transitions (cb952da)
- Minimum React version is now 16.14 instead of 16.8
- react-md: There will no longer be run-time prop validation with
the
prop-types
package.
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)
Note: Version bump only for package @react-md/overlay
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/overlay
2.8.5 (2021-07-03)
Note: Version bump only for package @react-md/overlay
2.8.4 (2021-06-10)
Note: Version bump only for package @react-md/overlay
2.8.3 (2021-05-18)
- react-md.dev: updated tsdoc to work with
typedoc
(cf54c35)
2.8.2 (2021-04-23)
Note: Version bump only for package @react-md/overlay
2.8.0 (2021-04-22)
- tsconfig: separate tsconfig by package instead of a single root (b278230)
2.7.1 (2021-03-23)
Note: Version bump only for package @react-md/overlay
2.7.0 (2021-02-28)
- tsdoc: fixed remaining tsdoc syntax warnings (946f4dd)
- updated test coverage to not include conditional component PropTypes (24e5df1)
2.6.0 (2021-02-13)
Note: Version bump only for package @react-md/overlay
2.5.5 (2021-01-30)
Note: Version bump only for package @react-md/overlay
2.5.4 (2021-01-27)
Note: Version bump only for package @react-md/overlay
2.5.0 (2020-12-15)
Note: Version bump only for package @react-md/overlay
2.4.2 (2020-10-23)
Note: Version bump only for package @react-md/overlay
2.4.1 (2020-10-17)
Note: Version bump only for package @react-md/overlay
2.4.0 (2020-10-17)
- @react-md/overlay: created and exported the default timeout and classnames (48cd9d5)
- @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/overlay
2.3.0 (2020-09-10)
- @react-md/overlay: created and exported the default timeout and classnames (48cd9d5)
2.2.2 (2020-09-02)
Note: Version bump only for package @react-md/overlay
2.2.1 (2020-09-02)
Note: Version bump only for package @react-md/overlay
2.1.2 (2020-08-01)
Note: Version bump only for package @react-md/overlay
2.1.1 (2020-07-21)
Note: Version bump only for package @react-md/overlay
2.1.0 (2020-07-12)
Note: Version bump only for package @react-md/overlay
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 package is kind of new for the v2 release since the Overlay
was never
actually a public component but the SCSS variables were public.
- the
Overlay
can be conditionally portalled - the
Overlay
can be rendered as an invisible element to capture click behavior if desired - the overlay opacity and background-color can are now themeable
@function rmd-overlay-theme
- gets one of the theme values and validates that the theme name is valid@function rmd-overlay-theme-var
- gets one of the theme values as a css variable with a fallback value and validates that the theme name is valid@mixin rmd-overlay-theme
- applies one of the theme values to a css property as a css variable@mixin rmd-overlay-theme-update-var
- updates one of the theme values as a css variable
- renamed
$md-overlay-z-index
to$rmd-overlay-z-index
- renamed
$md-overay-transition-time
to$rmd-overlay-transition-duration
- renamed
$md-overlay-color
to$rmd-overlay-color