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

# Release 1.8.12

### ✨ Enhancements

* Added selector analysis warning for slow or bad selectors in the Page Editor (#[8030](https://github.com/pixiebrix/pixiebrix-extension/pull/8031))
* Improved selector analysis and warning text in the Page Editor (#[8161](https://github.com/pixiebrix/pixiebrix-extension/pull/8163))
* Automation Anywhere responses with the \`TABLE\` data type are now handled (#[8066](https://github.com/pixiebrix/pixiebrix-extension/pull/8155))
* Added affordance in the Page Editor to choose between having forms with custom submit handlers save the submitted data or reset the form to the initial state (#[8147](https://github.com/pixiebrix/pixiebrix-extension/pull/8148))
* When unassigning mods from a deployment, the mods are now automatically deactivated for the users (#[8131](https://github.com/pixiebrix/pixiebrix-extension/pull/8164))

### 🐛 Bug Fixes

* Fixed bug with the `Text Selection Menu` where the menu did not always close after clicking somewhere else on the screen (#[8075](https://github.com/pixiebrix/pixiebrix-extension/pull/8096))
* Cleaned up the styling when activating a standalone mod component (#[8057](https://github.com/pixiebrix/pixiebrix-extension/pull/8091))
* Fixed a regression with the `Snippet Shortcut Menu` that prevented users from clicking on shortcuts. The items are also now highlighted on hover (#[8084](https://github.com/pixiebrix/pixiebrix-extension/pull/8089))
* Fixed a style regression with form fields in sidebar panels that added whitespace to the right of the field (#[8054](https://github.com/pixiebrix/pixiebrix-extension/pull/8072))
* Fixed regression causing the `Hide Sidebar` brick to fail when run (#[8060](https://github.com/pixiebrix/pixiebrix-extension/pull/8064))&#x20;
* Fixed the icon widths in the Page Editor sidebar (#[8086](https://github.com/pixiebrix/pixiebrix-extension/pull/8149))
* Fixed `Failed to construct 'URL': Invalid URL` error running bricks in `about:srcdoc` iframes (#[8143](https://github.com/pixiebrix/pixiebrix-extension/pull/8146))
* Fixed missing dropdown caret for the field type toggles in the Extension Console (#[8068](https://github.com/pixiebrix/pixiebrix-extension/pull/8162))
* Fixed set field value functionality with DraftJS fields (#[8166](https://github.com/pixiebrix/pixiebrix-extension/pull/8167))
* Fixed insert at cursor functionality with DraftJS fields (#[8157](https://github.com/pixiebrix/pixiebrix-extension/pull/8160))
* Fixed a bug with deployments where swapping the mod for another mod did not remove the original mod from users (#[7475](https://github.com/pixiebrix/pixiebrix-extension/pull/8156))

### 🎨 User Experience

* When users first install the Extension and receive the starter mods, they will see the Mod Launcher instead of the opened mods the first time they open the Sidebar (#[8076](https://github.com/pixiebrix/pixiebrix-extension/pull/8083))
* Improved the error message when the `Insert Text at Cursor` brick fails to insert text on the page (#[8063](https://github.com/pixiebrix/pixiebrix-extension/pull/8069))
* Hides the community link in the Extension Console for restricted users (#[8037](https://github.com/pixiebrix/pixiebrix-extension/pull/8037))
* Improved the responsiveness of the Document and From builders in the Page Editor (#[7558](https://github.com/pixiebrix/pixiebrix-extension/pull/7976))


---

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