Skip to content

Releases: marigold-ui/marigold

@marigold/theme-preset@1.3.24

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [ebc53cb]
    • @marigold/system@10.1.0

@marigold/theme-docs@2.2.1

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • 05f84b1: docs: adjust font size of code in <SectionMessage> and make them less distracting

  • b4036c6: docs([DST-587]): revise <DatePicker> page according to new component page structure

    Revised the <DatePicker> documentation page to our new layout of component pages.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

    • @marigold/components@10.1.0
    • @marigold/system@10.1.0
    • @marigold/theme-preset@1.3.24

@marigold/theme-core@27.0.1

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

    • @marigold/components@10.1.0
    • @marigold/system@10.1.0
    • @marigold/theme-preset@1.3.24

@marigold/theme-b2b@28.0.1

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

    • @marigold/components@10.1.0
    • @marigold/system@10.1.0
    • @marigold/theme-preset@1.3.24

@marigold/system@10.1.0

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms

@marigold/storybook-config@1.1.51

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • 3e09fce: docs: Added/activated a11y addon to storybook. In all components is now a panel called Accessibility which shows how accessible our components are and if there are some violations or incomplete issues.
  • Updated dependencies [f2bae7e]
  • Updated dependencies [80a9f5b]
  • Updated dependencies [2d701a6]
  • Updated dependencies [a917acf]
  • Updated dependencies [83ad341]
  • Updated dependencies [22200a0]
  • Updated dependencies [222f674]
  • Updated dependencies [ac29d40]
  • Updated dependencies [ebc53cb]
  • Updated dependencies [3bf3a8e]
  • Updated dependencies [2cb5d38]
  • Updated dependencies [313f004]
    • @marigold/components@10.1.0
    • @marigold/theme-b2b@28.0.1
    • @marigold/theme-core@27.0.1

@marigold/icons@1.2.59

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [ebc53cb]
    • @marigold/system@10.1.0

@marigold/components@10.1.0

27 Nov 10:03
fbab01d
Compare
Choose a tag to compare

Minor Changes

  • 83ad341: feat(dialog): Introduce a dedicated button to close a dialog

    Make it more convenient to have a button that closes the <Dialog>. With this, there is less need to use the child function to access the close method. Instead you can now use <Button slot="close"> to render a close button.

Patch Changes

  • f2bae7e: fix: Remove isOpen from <Select>

    The isOpen prop was set by default. Remove it. Only required when controlled.

  • 80a9f5b: fix(Text): Only apply elementType when RAC Text component is used.

  • 2d701a6: docs[DST-611]: Revise <Scrollable> documentation page

    Revised the <Scrollable> page according to our new structure of component documentation pages.

  • a917acf: refa: Remove icons dependency from components package

    Make @marigold/components not depend on @marigold/icons since this might bloat the bundling.

  • 22200a0: docs([DST-581]): revise <DateField> page according to new component page structure

    Revised the <DateField> documentation page to our new layout of component pages.

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ac29d40: refa[DST-610]: Revise <Card> page

    The <Card>is now revised according to our new component page guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 3bf3a8e: docs([DST-615]): Revise <Center> documentation

    Revised the <Center> page according to our new structure of component documentation.

  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • 313f004: docs([DST-609]): Revise <Columns> documentation page

    Revised the <Columns> page according to our new structure of component documentation pages.

  • Updated dependencies [ebc53cb]

    • @marigold/system@10.1.0

@marigold/types@1.2.0

25 Oct 16:17
0b52ddd
Compare
Choose a tag to compare

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, ...).

@marigold/theme-preset@1.3.23

25 Oct 16:17
0b52ddd
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [caefbe4]
  • Updated dependencies [6687af7]
  • Updated dependencies [45fb3c4]
    • @marigold/system@10.0.0