Major Changes
-
964e025: refa([DST-665]): Refactoring Accordion
Added two Accordion components
Accordion.Header
andAccordion.Content
.
Accordion.Header
replaces the title inAccordion.Item
.
Accordion.Content
is now the place where the content needs to be.Reworked the
Accordion
Documentation Page. -
8d92a7a: chore[DST-648] upgrade tailwindcss to v4
BREAKING CHANGE: We upgrade the TailwindCSS version from 3 to 4. This means the setup to for using Marigold changed, now you don't need to use a
tailwind.config.ts
file with all the configurations anymore. We updated our installation documentation page according to the changes.
With this new version the build process is speeded up, the CSS output will be smaller and more readable class names provide a better developer experience.