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

Adding support for framework image component in Radix Avatar #2999

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    8d62e7e View commit details
    Browse the repository at this point in the history
  2. Adding release file

    RubensKj committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ba725a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Feature/adding avatar component (#1)

    * fix: reverted the ComponentType approach and re-added internal optimization, made use of `children` and `asChild` props as boolean to determine the usage of `Primitive.img` or the child element
    
    * chore: version updated
    Udhayarajan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a72e703 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/RubensKj/primitives into fe…

    …ature/adding-avatar-component
    RubensKj committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c546fa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Feature/adding avatar component (#2)

    * test: inconsistency in stories with `asChild` props
    
    * fix: returns null dynamically if fails to fetch image from FrameworkImage's Component
    
    * test: reverted accidental removal of `waitFor`
    Udhayarajan committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fed51e6 View commit details
    Browse the repository at this point in the history