Skip to content

Releases: kwameopareasiedu/react-constraint-layout

Added useWindowBreakpoints hook

27 Dec 04:56
Compare
Choose a tag to compare

This version contains minor semantic updates plus a useWindowBreakpoints hook.

This hook is handy when you want to conditionally render components or have dynamic constraints based on window size.

See the changelog in the README for the full list of updates in this release

Fixed critical error causing build to fail

26 Dec 13:51
Compare
Choose a tag to compare

Deployed initial version and fixed critical issue that caused ConstraintGuide to be classified as ConstrainedView; thus causing the build to fail.