Skip to content

Commit

Permalink
add thanks message
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 23, 2024
1 parent 02c644d commit f41ca0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/releases/blog/release-2024-10-25.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ We’ve introduced several updates to enhance the usability and structure of our

- **Focus Fixes:** We’ve addressed an issue where the focus ring wasn’t displaying correctly for `<Checkbox>`, ensuring that it now shows up properly when used in a table context.
- **Menu Accessibility:** Fixed the issue of passing the aria-label to the menu button, instead its now passed to the menu itself.

---

Thanks for reading, and we hope you enjoy the new features in Marigold 10.0! Be sure to check out the updated documentation for more details, and as always, we're here if you need help.

Yours DST <Logo className="size-4 inline-block" />
2 changes: 2 additions & 0 deletions docs/ui/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { CopyButton } from './CopyButton';
import { Do, Dont, GuidelineTiles } from './DosAndDonts';
import { FullsizeView } from './FullsizeViewDemo';
import { Image } from './Image';
import { Logo } from './Logo';
import { PropsTable } from './PropsTable';
import { StorybookHintMessage } from './StorybookHintMessage';
import { TeaserCard, TeaserList } from './TeaserCard';
Expand Down Expand Up @@ -156,6 +157,7 @@ const components = {
FontWeights,
Headlines,
IconList,
Logo,
PropsTable,
Spacing,
StorybookHintMessage,
Expand Down

0 comments on commit f41ca0f

Please sign in to comment.