github marigold-ui/marigold @marigold/system@15.0.0

latest release: @marigold/theme-docs@3.1.4
one day ago

Major Changes

  • 62ac4b8: refa([DST-919]): Remove <Image> component

    Breaking Change

    The <Image> component has been removed from Marigold.
    Please replace it with the native <img> element.

    If you previously used the fit or position props, you can replicate the same behavior using the corresponding Tailwind CSS utility classes.

    Replacement table

    Prop type Prop value Tailwind class
    fit contain object-contain
    cover object-cover
    fill object-fill
    none unset
    scaleDown object-scale-down
    position none — (no class)
    bottom object-bottom
    center object-center
    left object-left
    leftBottom object-left-bottom
    leftTop object-left-top
    right object-right
    rightBottom object-right-bottom
    rightTop object-right-top
    top object-top

Minor Changes

  • 2a64b4f: feat([DST-1008]): Introduce a "remove all" function for <Tag.Group>
  • 82370d2: feat([DST-1004]): Format ranges with DateFormat

Patch Changes

  • 80a4427: fix: remove deprecated components from theme type

Don't miss a new marigold release

NewReleases is sending notifications on new releases.