Socket
Socket
Sign inDemoInstall

react-responsive

Package Overview
Dependencies
10
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124567Next

8.0.1

Diff

Changelog

Source

v8.0.1

  • Include src folder in package for webpack to get proper sourcemaps
contra
published 8.0.0 •

Changelog

Source

v8.0.0

  • Adds Hooks API to make everything way easier (Thanks to @Tomekmularczyk)
    • See README for more info on how to use it
  • [BREAKING] Change values prop to device
contra
published 8.0.0-beta.1 •

contra
published 8.0.0-beta.0 •

contra
published 7.0.0 •

Changelog

Source

v7.0.0

  • Adds Context support to make testing and server-side rendering much easier (Thanks to @Tomekmularczyk)
    • See README for more info on how to use it
  • [BREAKING] Require React v16.8.0 or higher
contra
published 6.1.2 •

Changelog

Source

v6.1.2

  • Fix issue with values prop changing (https://github.com/contra/react-responsive/issues/197)
contra
published 6.1.1 •

Changelog

Source

v6.1.1

  • Fix forceStatic issue with previous release
contra
published 6.1.0 •

Changelog

Source

v6.1.0

  • Fix values prop existence not forcing static query resolution (Thanks @Herdismaria)
contra
published 6.0.1 •

contra
published 6.0.0 •

Changelog

Source

v6.0.0

  • Require React v16.3.0 or higher
  • Update and simplify all lifecycle functions
  • Remove all support for wrapper elements
    • Previously, when either component or non-mediaquery props were provided, we would render a wrapper element. This behavior no longer exists.
    • The rendering logic is now a basic ternary - matches ? props.children : null
  • Thanks to @whatknight for doing the work here.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc