reflexbox v3.0.1 Release Notes

Release Date: 2018-01-23 // over 6 years ago

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, or lg props to set display: 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 the Reflex higher order component to enhance other components.