Major Changes
-
62ac4b8: refa([DST-919]): Remove
<Image>
componentBreaking Change
The
<Image>
component has been removed from Marigold.
Please replace it with the native<img>
element.If you previously used the
fit
orposition
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