All Versions
55
Latest Version
Avg Release Cycle
53 days
Latest Release
633 days ago

Changelog History
Page 4

  • v8.1.0 Changes

    September 13, 2018

    ๐Ÿ”‹ Features

    • โž• add HTML attribute configuration, enabling use of third-party libraries e.g. lazysizes (#166) (8ced390)
  • v8.0.1 Changes

    August 26, 2018

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update typo in warnings about old type prop (b9fa1e5)
  • v8.0.0 Changes

    August 15, 2018

    ๐Ÿš€ This is a very large update to this library with a lot of breaking changes. We apologise for any issues this may cause, and we have tried to reduce the number of breaking changes. We have also worked to batch up all these changes into one release to reduce its impacts. We do not plan on making breaking changes for a while after this, and will be focussed on adding features.

    ๐Ÿšš The largest change in this major version bump is the move to width-based srcSet and sizes for responsiveness. This has a host of benefits, including better server rendering, better responsiveness, less potential for bugs, and perfomance improvements. This does mean that the old fitting-to-container-size behaviour has been removed. If this is necessary, an example of how this can be achieved can be found [here](./examples/fit-to-size-of-container.md)

    โฌ†๏ธ Please see the Upgrade Guide for more details on what to change.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  warn the user when no passed as a child to fixes #90 (#151) (aab9358)

    ๐Ÿ”‹ Features

    • ๐Ÿ“ฑ implement responsiveness with srcSet and sizes (#159) (fa68df6), closes #158
    • โฌ‡๏ธ reduce props API surface area (#162) (9fb0cb9)
    • ๐Ÿ”จ refactor picture and source behaviour into different components (#163) (64d9b8a)

    ๐Ÿ’ฅ BREAKING CHANGES

    • picture and source types have been changed to components.
    • 0๏ธโƒฃ faces is no longer set by default.
    • srcSet behaviour has changed to use sizes + srcSets
    • ๐Ÿšš type=bg has been removed
    • ๐Ÿšš the following props have been removed: aggressiveLoad, component, fluid, precision, defaultHeight, defaultWidth
    • generateSrcSet has been changed to disableSrcSet
    • A fallback image will no longer be created when using react-imgix in picture mode
  • v7.2.0 Changes

    June 30, 2018

    ๐Ÿ› Bug Fixes

    • alt text no longer cause images to render at wrong dimensions (#146) (d3183a6), closes #41
    • typo in CONTRIBUTING (74b996e)

    ๐Ÿ”‹ Features

    • โž• add ixlib url parameter to help Imgix support and analytics (#145) (44f3d32)
  • v7.1.1 Changes

    December 15, 2017
  • v7.1.0 Changes

    December 15, 2017

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ document default height/width props (#126) (a792592)
  • v7.0.0 Changes

    November 17, 2017

    Chores

    • deps: update all deps, move to react 16 for testing (#120) (99f1f14)

    ๐Ÿ’ฅ BREAKING CHANGES

    • deps: only React v16 is now actively supported
  • v6.0.2 Changes

    October 26, 2017
    • โž• Add single quotes to background url. (#119) - thanks @nickhavenly
  • v6.0.0 Changes

    May 05, 2017

    ๐Ÿ’ฅ 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
  • v5.4.0 Changes

    April 06, 2017
    • โž• add onMounted callback with access to underlying node (#94)