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

# Release 2.1.3

### 🎨 User Experience

* As part of our continuing efforts to improve and simplify the Page Editor, we are in the process of removing the last vestiges of the old Standalone Mod Components from the Page Editor
  * The save button will no longer appear on individual mod components in persisted mods. All save actions will be performed on the mod itself (#[9207](https://github.com/pixiebrix/pixiebrix-extension/pull/9207))
* We've added support for new (experimental) mod variables that can leveraged to share state between frames/tabs. This is currently only supported in the runtime and the workshop. Page Editor support will come at a later date (#[9138](https://github.com/pixiebrix/pixiebrix-extension/pull/9138), #[9155](https://github.com/pixiebrix/pixiebrix-extension/pull/9155), #[9181](https://github.com/pixiebrix/pixiebrix-extension/pull/9181), #[9203](https://github.com/pixiebrix/pixiebrix-extension/pull/9203))
* Adds mitigations to help reduce occurrences of the `RENDER_NUNJUCKS` error some users have reported seeing (#[9208](https://github.com/pixiebrix/pixiebrix-extension/pull/9208))
* Adds checks to reduce the number of IndexedDB transactions (#[9225](https://github.com/pixiebrix/pixiebrix-extension/pull/9225))
* Adds additional error handling for IndexedDB errors (#[9226](https://github.com/pixiebrix/pixiebrix-extension/pull/9226))

### 🐛 Bug Fixes

* Fixes the timeout to `sweepLogs` added as a mitigation for potential IndexedDB issues in 2.1.2 (#[9195](https://github.com/pixiebrix/pixiebrix-extension/pull/9195))
* Prevents badly formatted errors from being logged to IndexedDB (#[9201](https://github.com/pixiebrix/pixiebrix-extension/pull/9201))


---

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