github marigold-ui/marigold @marigold/components@7.0.0

Major Changes

  • #3542 3952ee0e8 Thanks @sarahgm! - RAC: Menu react aria components

    [!WARNING] > BREAKCING CHANGE <Menu.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Menu.item key="something"/> to <Menu.item id="something"/>.

  • #3535 e4cfbc7d1 Thanks @OsamaAbdellateef! - Migrate Select component to RAC

    [!WARNING] > BREAKCING CHANGE <Select.Option> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Select.Option key="something"/> to <Select.Option id="something"/>.

  • #3546 9c61ffe09 Thanks @sebald! - refa: Migrate ComBox to RAC

    [!WARNING] > BREAKCING CHANGE <ComboBox.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <ComboBox.item key="something"/> to <ComboBox.item id="something"/>.

  • #3550 30167bb78 Thanks @sarahgm! - RAC: Autocomplete

    [!WARNING] > BREAKCING CHANGE <Autocomplete.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Autocomplete.item key="something"/> to <Autocomplete.item id="something"/>.

Patch Changes

Don't miss a new marigold release

NewReleases is sending notifications on new releases.