Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/[email protected]

11 Sep 17:44
52082ae
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

11 Sep 17:44
52082ae
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

11 Sep 17:44
52082ae
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Minor Changes

  • #5767 afffa89cb Thanks @thaddmt! - feat(primitives): add Avatar primitive

    {
      /* Avatar with image */
    }
    <Avatar src="/cats/5.jpg" />;
    {
      /* Avatar with default placeholder icon */
    }
    <Avatar />;
    {
      /* Avatar with initials */
    }
    <Avatar>DB</Avatar>;
    {
      /* Avatar with custom icon */
    }
    <Avatar>
      <FiSmile style={{ width: '60%', height: '60%' }} />
    </Avatar>;

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Minor Changes

  • #5767 afffa89cb Thanks @thaddmt! - feat(textarea): add autoresizing to textarea

    export const AutoresizeTextareaExample = () => {
      const [value, setValue] = React.useState('');
    
      return (
        <TextAreaField
          autoResize
          label="Comments"
          value={value}
          onChange={(e) => {
            setValue(e.target.value);
          }}
        />
      );
    };
  • #5767 afffa89cb Thanks @thaddmt! - feat(scrollview): add autoScroll prop

    <ScrollView autoScroll="smooth">{/* ... */}</ScrollView>
  • #5767 afffa89cb Thanks @thaddmt! - feat(primitives): add Avatar primitive

    {
      /* Avatar with image */
    }
    <Avatar src="/cats/5.jpg" />;
    {
      /* Avatar with default placeholder icon */
    }
    <Avatar />;
    {
      /* Avatar with initials */
    }
    <Avatar>DB</Avatar>;
    {
      /* Avatar with custom icon */
    }
    <Avatar>
      <FiSmile style={{ width: '60%', height: '60%' }} />
    </Avatar>;

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

09 Sep 19:21
05e3818
Compare
Choose a tag to compare

Patch Changes