> 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-2.1.6.md).

# Release 2.1.6

Release 2.1.6 is under construction

{% hint style="info" %}
Release 2.1.6 will not be published to the stable channel. [Release 2.1.7](/release-notes/release-notes-archive/release-2.1.7.md) will be the first stable release with the content from Release 2.1.6
{% endhint %}

### 🎨 User Experience

* When copy/pasting or deleting a brick in the Page Editor, the scroll position is preserved (#[9351](https://github.com/pixiebrix/pixiebrix-extension/pull/9351))
* The Page Editor no longer shows disabled save buttons next to mods in the Mod Listing Panel that do not have unsaved changes. The save button only shows when there are unsaved changes (#[9296](https://github.com/pixiebrix/pixiebrix-extension/pull/9296))
* The `Delete` and `Move from mod` actions on mod components in the Page Editor are disabled if there is only one mod component in the mod (#[9360](https://github.com/pixiebrix/pixiebrix-extension/pull/9360))

### 🐛 Bug Fixes

* Fixes bug where saving an unsaved mod with multiple mod components only saved the selected mod component (#[9350](https://github.com/pixiebrix/pixiebrix-extension/pull/9350))
* Deleting a mod component in the Page Editor no longer removes it from the developer's runtime (#[9320](https://github.com/pixiebrix/pixiebrix-extension/pull/9320))
* Fixed Page Editor bug where the Mod Current Inputs fields sometimes lost focus while typing (#[9377](https://github.com/pixiebrix/pixiebrix-extension/pull/9377))
* Fixed the Variable Popover in the Page Editor mistakenly identifying variables with trailing numbers as arrays and injecting brackets `[ ]` around the number (#[9384](https://github.com/pixiebrix/pixiebrix-extension/pull/9384))


---

# 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-2.1.6.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.
