github marigold-ui/marigold @marigold/components@11.0.0

latest releases: @marigold/theme-rui@0.1.0, @marigold/theme-core@28.2.0, @marigold/theme-docs@2.4.0...
8 days ago

Major Changes

  • 964e025: refa([DST-665]): Refactoring Accordion

    Added two Accordion components Accordion.Header and Accordion.Content.
    Accordion.Header replaces the title in Accordion.Item.
    Accordion.Content is now the place where the content needs to be.

    Reworked the Accordion Documentation Page.

  • 82c869c: refa: improve <Container> and <Breakout> component

    BREAKING CHANGE: This PR includes breaking changes, because we removed and changed a lot ot the props API of <Container> and <Breakout>. The <Container> now only works with <Text> and <Headline> component. This allows for a smoother developer experience and prevents suprises.

    Make the <Container> and <Breakout> component more usable for real world scenarios.

    • <Container> supporst space style prop
    • simplify <Container> usage by removing unnecessary props
    • simplify <Breakout> and make it composable with other layout components
    • make <Text> and <Headline> adhere to a <Container> content length
  • d96b809: refa(DST-629): Align <XLoader> modes with loading pattern naming convention

    BREAKING CHANGE: Rename mode prop to align with the "Loading state" pattern. Renamed "fullsize" to "fullscreen" and "inline" to "section".

Patch Changes

  • Updated dependencies [964e025]
    • @marigold/system@11.0.0

Don't miss a new marigold release

NewReleases is sending notifications on new releases.