React With Breakpoints Versions Save

🍬 πŸ™ˆ a set of utility components for altering the user experience between breakpoints

v3.1.3

4 years ago

Updates:

  • BreakpointContext is now exported πŸŒ€
  • BreakpointsProvider got a new prop, called onBreakpointChange πŸ†• - Thanks @blacksmoke26 for the suggestion!

v4.0.4

4 years ago

Updates:

  • BreakpointContext is now exported, so you can utilize with useContext πŸŒ€
  • BreakpointsProvider got a new prop, called onBreakpointChange πŸ†• - Thanks @blacksmoke26 for the suggestion!

v4.0.2

5 years ago

Thanks to @kandelynscott, I found out that I made a mistake during the last npm publish. πŸ€¦β€β™‚οΈ This release fixes the exports. πŸ”¨ Sorry for the inconvenience! πŸ™‡

v3.1.2

5 years ago

In v3.1.2 <HideAt /> and <ShowAt /> now works fine on the largeAndBelow breakpoint. πŸ‘Œ

Thanks @spietrek for posting #35! πŸ™

v4.0.1

5 years ago

⚠️This build is broken. Please use v4.0.2 instead.


In v4.0.1 <HideAt /> and <ShowAt /> now works fine on the largeAndBelow breakpoint. πŸ‘Œ

Thanks @spietrek for posting #35! πŸ™

v4.0.0

5 years ago

🚧NOTE: Please be aware that the package has a peer dependency of [email protected] from now on!

v4.0.0-rc1

5 years ago

Winter has come and so has some big changes! πŸ™‚

Change log:

  • Moved to TypeScript
  • Using React Hooks 🎣
  • Rewrote Jest tests 🦁

🚧 Please be aware that the package has a peer dependency of [email protected]!

v3.1.1

5 years ago

Thanks to @Jakobo, react-with-breakpoints now has debouncing. πŸŽ‰ It's going to prevent rerendering all the children on every resize event. Now the resize events will be debounced by 50ms.

v3.1.0

5 years ago

Thanks to @taylor-jones react-with-breakpoints now supports xlarge breakpoint! πŸŽ‰

See the new breakpoints shipped with the package here.

v3.0.0

5 years ago

NOTE: From now on, react-with-breakpoints requires React v16.3.

Changelog

  • Update to React v16.3.2
  • Make use of new context api, refactored ~withBreakpoints~ πŸ‘‰<BreakpointsProvider />
  • Add support for old docs and v3
  • Update README.md

Resolved #26