Releases: marigold-ui/marigold
@marigold/theme-preset@1.3.24
Patch Changes
- Updated dependencies [ebc53cb]
- @marigold/system@10.1.0
@marigold/theme-docs@2.2.1
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 structureRevised 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
Patch Changes
-
222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines. -
ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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>
componentIntroduced 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
Patch Changes
-
222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines. -
ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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>
componentIntroduced 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
Patch Changes
-
ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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
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
Patch Changes
- Updated dependencies [ebc53cb]
- @marigold/system@10.1.0
@marigold/components@10.1.0
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 theclose
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 pageRevised 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 structureRevised the
<DateField>
documentation page to our new layout of component pages. -
222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines. -
ac29d40: refa[DST-610]: Revise
<Card>
pageThe
<Card>
is now revised according to our new component page guidelines. -
ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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>
documentationRevised the
<Center>
page according to our new structure of component documentation. -
2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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 pageRevised 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
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
, ...).