> ## 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 1

> Rocket.new June week 1 release notes with multi-error auto-fixing, improved preview navigation, and smoother mobile editing on the Build canvas.

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="June 4">
  <span class="changelog-improved">Improved</span>

  * **Multi-error fixing**: Fix multiple errors at once across all frameworks, with a count of resolved issues displayed.
  * **Preview navigation labels**: The "Currently Viewing" indicator updates as you navigate, and Esc exits fullscreen.
</Update>

<Update label="June 3">
  <span class="changelog-improved">Improved</span>

  * **Mobile preview editing**: Faster screen selection and smoother editing on mobile devices.
  * **File upload validation**: Clearer, more specific error messages for failed uploads.
</Update>

<Update label="June 2">
  <span class="changelog-improved">Improved</span>

  * **Persistent Flutter messages**: Important messages now appear in default threads so critical information is not lost.
</Update>
