reflexbox v3.0.1 Release Notes
Release Date: 2018-01-23 // about 7 years ago-
No data yet ๐
You can check the official repo
Previous changes from v2.0.0
-
Reflexbox has been rewritten as a higher order component.
What's new
- ๐ Reflex higher order component to provide style helper props on any component
- ๐ The Reflex higher order component extends functionality from the Robox higher order component to handle margin, padding, and other layout styles.
- ๐ Basic
-webkit
vendor prefixing support for older versions of Safari (more to come) - โ Tests have been rewritten with ava and enzyme
- Flex and Box components now share all the same props. The naming is intended to help with backwards compatibility and code readability.
๐ฅ Breaking changes
- ๐ Flex component no longer supports boolean
sm
,md
, orlg
props to setdisplay: flex
. If you rely on this functionality, you might want to wait for a future release with an alternative solution. - ๐ The
is
prop has been deprecated. Instead use theReflex
higher order component to enhance other components.