Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

fix(deps): update dependency @aws-amplify/ui-react to v5 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bcgov-devops
Copy link

@bcgov-devops bcgov-devops commented Aug 15, 2023

This PR contains the following updates:

Package Type Update Change Pending
@aws-amplify/ui-react dependencies major ^4.6.4 -> ^5.0.0 5.1.1

Release Notes

aws-amplify/amplify-ui (@​aws-amplify/ui-react)

v5.1.0

Compare Source

Minor Changes
  • #​4288 30624bd4f Thanks @​dbanksdesign! - New component: Breadcrumbs!

    A composable component for displaying breadcrumb navigation

    <Breadcrumbs
      items={[
        {
          href: '/',
          label: 'Home',
        },
        {
          href: '/category',
          label: 'Category',
        },
        {
          href: '/category/type',
          label: 'Type',
        },
      ]}
    />
    <Breadcrumbs.Container>
      {breadcrumbs.map(({ href, label }, idx) => {
        const isCurrent = breadcrumbs.length - 1 === idx;
        return (
          <Breadcrumbs.Item>
            <Breadcrumbs.Link isCurrent={isCurrent} href={href}>
              {label}
            </Breadcrumbs.Link>
            {isCurrent ? null : <Breadcrumbs.Separator>/</Breadcrumbs.Separator>}
          </Breadcrumbs.Item>
        );
      })}
    </Breadcrumbs.Container>
Patch Changes

v5.0.7

Compare Source

Patch Changes

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • #​4048 c19278b0b Thanks @​calebpollman! - Breaking Changes:

    • @aws-amplify/[email protected] removes the to prop on Link component and instead have it extended from the underlying rendered third-party Link if it contains a to prop (PR).

    • @aws-amplify/[email protected] strictly types the View component and updates all component types to include the underlying rendered HTML element's attributes (PR).

v4.6.5

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bcgov-devops bcgov-devops force-pushed the renovate/aws-amplify-ui-react-5.x branch from de1596a to 040ca3c Compare August 16, 2023 11:17
@bcgov-devops bcgov-devops force-pushed the renovate/aws-amplify-ui-react-5.x branch from 040ca3c to ac3d59d Compare August 17, 2023 11:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants