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

# Week 2

> Rocket.new July week 2 release notes: reusable components, backend stability upgrades, Flutter mobile fixes, and support for foldable phone layouts.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="July 9">
  <span class="changelog-new">New</span>

  * **Reusable Select and Checkbox components.** Pre-built Select and Checkbox components are now available for React projects, saving you from recreating common form elements.

  <span class="changelog-improved">Improved</span>

  * **Editor responsiveness improvements.** The editor now responds more quickly to interactions across larger projects.
</Update>

<Update label="July 8">
  <span class="changelog-improved">Improved</span>

  * **Backend stability under load.** Backend services now handle high traffic more reliably, reducing timeouts and failed requests.
  * **Mobile layout and interaction handling.** Mobile layouts render more accurately and touch interactions are handled more consistently.
</Update>

<Update label="July 7">
  <span class="changelog-new">New</span>

  * **Foldable phone screen type support.** Foldable phone screen sizes are now recognized, so your previews reflect real-world device dimensions.

  <span class="changelog-fixed">Fixed</span>

  * **Template pagination bug.** Scrolling through templates no longer skips or duplicates entries.
  * **Three.js rendering.** Three.js scenes now render correctly in the preview panel.
  * **Mobile task search.** Searching for tasks on mobile devices now returns results as expected.
</Update>
