Skip to content

Releases: ReactTraining/react-media

v1.8.0

08 Feb 18:39
Compare
Choose a tag to compare

Includes better support for iframes using a prop that can be used to determine which window to use (see #78).

v1.8.0-rc.1

08 Feb 05:31
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release

This release adds a <Media targetWindow> prop that can be used to determine which window to use (see #78).

v1.6.1

14 Jul 05:22
Compare
Choose a tag to compare

Uses "development" mode in the dev UMD build.

v1.6.0

11 Jul 07:43
Compare
Choose a tag to compare

This release adds the <Media defaultMatches> prop that should help people doing SSR (see #46 for discussion).

It also uses the prop-types package instead of React.PropTypes which is deprecated in React version 15.5.