Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to the Image component #41

Merged
merged 10 commits into from
Jan 3, 2022
Merged

Improvements to the Image component #41

merged 10 commits into from
Jan 3, 2022

Commits on Jan 2, 2022

  1. perf: remove useCallback

    `handleLoad` is directly passed to an HTML tag and therefore render optimization is useless in that case.
    dbismut committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    cd37d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3c92e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d6ae7 View commit details
    Browse the repository at this point in the history
  4. fix: allow overriding of style position

    This would make `style={{position: 'absolute'}}` work as expeceted
    dbismut committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    e899782 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14aa7e5 View commit details
    Browse the repository at this point in the history
  6. feat: add onLoad prop

    + typo fixes
    dbismut committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    ed84a35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    795dcd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e8dbce View commit details
    Browse the repository at this point in the history
  9. docs: add docs

    dbismut committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    a36b558 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a15d3f View commit details
    Browse the repository at this point in the history