> ## Documentation Index
> Fetch the complete documentation index at: https://reactionrepo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 2025 Releases

> New changes and improvements

export const ThemeCard = ({title, description, image, href}) => {
  return <div className="flex mt-4 gap-12 group">
      <div className="flex-1">
        <h4 className="mt-0">{title}</h4>
        <div className="prose-sm prose-gray mb-4">{description}</div>
        <a href={href} className="not-prose text-sm font-medium text-gray-500 hover:text-gray-700 dark:hover:text-gray-300">
          See preview
        </a>
      </div>
      <div className="flex-1">
        <a href={href}>
          <img className="mt-0 rounded-xl" src={image} alt={title} style={{
    pointerEvents: 'none'
  }} />
        </a>
      </div>
    </div>;
};

<Update label="March 2025">
  ## CLI Update

  <ThemeCard title="Modules Updated" description="New colors and improved organization create a smoother, more intuitive experience with easier navigation." image="https://mintcdn.com/reactionrepo/eokKtufdbArS8Y6V/release-notes/reenvisioned.png?fit=max&auto=format&n=eokKtufdbArS8Y6V&q=85&s=9b72ceec4a6a5fc2b52215821329fb4f" href="https://reactionrepo.mintlify.app/introduction" width="1901" height="866" data-path="release-notes/reenvisioned.png" />
</Update>
