> ## Documentation Index
> Fetch the complete documentation index at: https://reactionrepo.com/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>;
};

<div className="-mt-4">
  <Update label="April 2025">
    ## Documentation Update

    <ThemeCard title="ChatGPT Integration" description="Copy Page feature added which allows users to ask ChatGPT to read and ask any question about content on the page." image="https://mintcdn.com/reactionrepo-bd9a1c17/jrXUYHUApPdH4-EL/release-notes/reenvisioned.png?fit=max&auto=format&n=jrXUYHUApPdH4-EL&q=85&s=e5ae6bb04653a4e5f523336dde5ce8c5" href="https://reactionrepo.mintlify.app/introduction" width="1901" height="866" data-path="release-notes/reenvisioned.png" />
  </Update>

  <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-bd9a1c17/jrXUYHUApPdH4-EL/release-notes/reenvisioned.png?fit=max&auto=format&n=jrXUYHUApPdH4-EL&q=85&s=e5ae6bb04653a4e5f523336dde5ce8c5" href="https://reactionrepo.mintlify.app/introduction" width="1901" height="866" data-path="release-notes/reenvisioned.png" />
  </Update>
</div>
