Skip to content

1.0.2

Compare
Choose a tag to compare
@Aljullu Aljullu released this 25 Feb 19:13
· 115 commits to master since this release

Fixes

  • Images descendant of a positioned element didn't have their position correctly calculated.
  • Image position was not updated when the component was re-rendered in a different position but all props stayed the same.
  • Trigger afterLoad on componentDidUpdate instead of setState callback.

Performance

  • Avoid duplicate renders when props were changed.