> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/release-notes/release-notes-archive/release-3.0.7.md).

# Release 3.0.7

#### :sparkles: Enhancements

* Page Editor > Data Panel: the data panel is now resizable
* Page Editor > Document Builder > Design Pane: elements now have a minimum width. Horizontal scroll is now available in the pane
* Page Editor > Save Modal: add button to automatically draft a message describing the changes using AI
* Page Editor: re-run triggers in mod when selecting the draft mod in the Page Editor. Re-running triggers ensures mod variables and the DOM reflect any unsaved changes in the draft
* Page Editor > Icon Selector: new Icon Selector modal with icon preview and color settings
* Page Editor > Copy Brick:&#x20;
  * `Shift+Click` to select multiple bricks to Copy/Paste
  * Button to cancel "Copy" operation. "Escape" key also cancels the Copy operation. *(Note: hitting "Escape" also toggles the Chrome DevTools drawer)*
* Page Editor > Add Brick Modal:&#x20;
  * Group search results by "Built-in and Custom Bricks" vs. "Integration Library"
  * Add "Variables" category. Move variable-related bricks from Store/Retrieve and Control Flow to Variables category
  * Deprecated bricks are now hidden by default. To show deprecated bricks in the Add Brick Modal, toggle on in Extension Console > Settings > Developer Settings
* Page Editor > Starter Brick Menu: show a preview tooltip to help new users choose the appropriate Starter Brick
* Page Editor > New Lint Rules:&#x20;
  * Warn if a variable reference is passed in Text Template input mode
  * HTTP Request: recommend passing URL search params via params instead of URL field to automatically escape param values
  * HTTP Request: warn on hard-coded authorization header
  * Warn if brick without an output is in the return position of a sub-pipeline
  * Warn on likely invalid mod variable name (e.g., in Assign Mod Variable brick)
  * Warn on API/network requests in renderer pipelines
  * Warn on unreachable bricks after Cancel and Raise Error bricks

#### :bug: Bug Fixes

* Page Editor > Sharing: fix sharing configuration reverting to private on save
* Page Editor > Walkthrough Modal: fix 3-dot menu icon size
* Page Editor > Improve error recovery when clicking to reload the editor on error
* Page Editor > Variable Popover: fix crash when referencing an error on a value that was undefined or null in the latest run
* Page Editor > Design Pane: fix design pane crash when deleting the brick immediately before the Document Renderer brick
* Admin Console > Edit Deployment: only show database options for team
* Chat Copilot: fix conversation context provider style in toggled state


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/release-notes/release-notes-archive/release-3.0.7.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
