Marigold
Getting StartedFoundationsComponentsPatternsRecipesReleases
Discover new Tutorials!

Releases

OverviewReleases

packages

@marigold/components
new
@marigold/icons
new
@marigold/system
new
@marigold/theme-plugins
new
@marigold/types
new

themes

@marigold/theme-docs
new
@marigold/theme-rui
new

docs

@marigold/docs
new

config

@marigold/eslint-config
new
@marigold/prettier-config
new
@marigold/storybook-config
new
@marigold/tsconfig
new

@marigold/types

Have a look on the latest changes regarding @marigold/types

1.3.2 (Released on Aug 5, 2025)

Patch Changes

  • 81f1c9d: fix broken release

1.3.1

Patch Changes

  • 0bca5d8: Update React aria components

1.3.0 (Released on Jul 22, 2025)

Minor Changes

  • c387b43: feat: allow React >=17.0.0

Patch Changes

  • c387b43: feat: allow React >=17.0.0

1.2.1

Patch Changes

  • 8b7be8e: fix(types): Update deps and fix peer dependency for @types/react.

1.2.0 (Released on Jul 8, 2025)

Minor Changes

  • 2babc0b: feat(components): Mark layout components as regions for accessibility.

    Added the ability to mark layout components as regions (ARIA role). This improves accessibility by allowing assistive technologies to identify significant sections of the page, making navigation easier for users with disabilities.

  • 956982a: feat(components): Make <Text> and <Headline> accessible by allowing ARIA labelling props

    <Text> and <Headline> will no longer cause type errors when ARIA labelling is used (aria-label, id, ...).

1.1.1

Patch Changes

  • #3967 0773aa8 Thanks @sebald! - refa: Update TypeScript and adjust <NumericFormat> props

1.1.0

Minor Changes

  • #3422 e5869b2f3 Thanks @sebald! - refa: Make <FieldBase> work with RAC components

1.0.1

Patch Changes

  • #2894 b3d577339 Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.29

  • #2891 8972cbaca Thanks @renovate! - chore(deps): update dependency type-fest to v3.7.0

1.0.0

Major Changes

  • #2764 1ff29cc0c Thanks @sebald! - refa: fix polymorph types + remove style props from <Box>

    BREAKING CHANGE:

    We deprecated the available short hands for styling on the <Box> component (also known as style props), for example <Box p="small">. This way it is more clear what to use when -> always the css prop.

    How to update your code: Basically move all style props to the css prop. E.g. <Box p="small" bg="primary"> becomes <Box css={{ p: "small, bg; "primary" }}>.

Patch Changes

  • #2726 0f539b788 Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.27

0.5.7

Patch Changes

  • #2674 832da2a6 Thanks @sarahgm! - refa: refactoring Popover with usePopover

0.5.6

Patch Changes

  • #2621 080b1fed Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.25

0.5.5

Patch Changes

  • #2598 f38ae20a Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.24

0.5.4

Patch Changes

  • #2530 4af6c016 Thanks @renovate! - chore(deps): update dependency type-fest to v3

  • #2543 eb7e453c Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.21

0.5.3

Patch Changes

  • #2313 75128374 Thanks @renovate! - chore(deps): update dependency @types/react to v18.0.19

0.5.2

Patch Changes

  • #2164 b43464fc Thanks @sarahgm! - refa: update to React 18

0.5.1

Patch Changes

  • #2102 23c1a5ce Thanks @sebald! - feat: Remove all occurances of React.FC
  • #2098 bfa0caea Thanks @sebald! - fix: package all files in types package

0.5.0

Minor Changes

  • #2041 02d13e84 Thanks @sebald! - feat: Support for :focus-visible and :selected pseudos

0.5.0-beta.0

Minor Changes

  • #2041 02d13e84 Thanks @sebald! - feat: Support for :focus-visible and :selected pseudos

0.4.1 (Released on Aug 5, 2025)

Patch Changes

  • #1988 7c1129dc Thanks @sarahgm! - refa: Field Component restructure

0.4.0

Minor Changes

  • f9526234 Thanks @sebald! - Improved size in node_modules

0.3.0

Patch Changes

  • #1131 0ccc10de Thanks @sebald! - feat(types): Clarify and improve polymorphic types by calling it by its actual name ... polymorphic! We also added types when no ref should be passed.
  • #1132 b6614f1f Thanks @sebald! - feat(compoents): Make <Text> and <Link> polymorphic

    <Text>

    • the as prop supports arbitrary inputs
    • supporst ref
    • supports style props (text-align, color, cursor, user-select)

    <Link>

    • the as prop supports arbitrary inputs
    • does not support ref!
    • improved accessibility (react-aria)
Last update: November 27, 2024
Build with 🥵, 🧡 and
v14.1.1