Skip to content

v17.0.0

Compare
Choose a tag to compare
@edx-semantic-release edx-semantic-release released this 16 Dec 18:29
· 1534 commits to master since this release
cc01f21

17.0.0 (2021-12-16)

Features

  • pass through functionality from react-responsive (#942) (cc01f21)

BREAKING CHANGES

  • Custom Responsive components have
    been removed in favor of passing through components
    and functionality from react-responsive directly.

Components that have been removed:

  • ExtraSmall
  • Small
  • Medium
  • Large
  • ExtraLarge
  • ExtraExtraLarge
  • LargerThanExtraSmall

New passthroughs:

  • MediaQuery
  • useMediaQuery
  • ResponsiveContext

Please refer to react-responsive documentation for more information.