react-imgix v6.0.0 Release Notes

Release Date: 2017-05-05 // almost 7 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ React 0.14 no longer supported. This react-imgix version drops official support for React 0.14. This package will probably still work with 0.14, but we will not accept bugs or issues relating to React 0.14.
    • ๐Ÿšš bg prop removed. This prop was deprecated in the past, and has now been removed. Please upgrade all usages to: type='bg'.

    Important Note

    โฌ†๏ธ Since this package now uses prop-types, when using a React version below 15.5, there will be duplicate propTypes. To fix this, please upgrade to 15.5, which no longer exports React.PropTypes.

    Thanks

    ๐Ÿš€ A massive thanks for @modosc for helping with this release, and upgrading to React 15.5.

    • ๐Ÿ›  fix React 15.5 warnings (#104) - @modosc
    • ๐Ÿ—„ pull in prop-types from a separate module, fix sinon deprecation warning (#102)
    • โšก๏ธ Update travis config
    • โš™ Run prettier on code
    • ๐Ÿ”„ Change prettier to 120 line length
    • ๐Ÿ‘‰ Use prettier rather than standard
    • โž• Add prettier
    • โšก๏ธ Update deps