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

# Release 2.1.5

Release 2.1.5 was published to the Chrome Web Store on October 21, 2024

### 🎨 User Experience

* As part of our effort to improve and simplify the Page Editor, we have removed the last vestiges of Standalone Mod Components from the Page Editor
  * The "Add New" button in the top-left of the Page Editor has been renamed to "New Mod". Selecting a starter brick from the corresponding dropdown menu now creates an "unsaved" mod instead of a standalone mod component (#[9209](https://github.com/pixiebrix/pixiebrix-extension/pull/9219))
  * The "Reset" mod action has been renamed to "Clear Changes" (#[9239](https://github.com/pixiebrix/pixiebrix-extension/pull/9240))
  * The "Make a Copy" mod component action has been renamed to "Duplicate", and mod components will now be duplicated within their containing mod rather than becoming standalone (#[9241](https://github.com/pixiebrix/pixiebrix-extension/pull/9243))
  * The "Move from Mod" mod component action has been renamed to "Move to Mod", and requires users to specify a destination mod (either by selecting an existing mod or creating a new mod)  (#[9244](https://github.com/pixiebrix/pixiebrix-extension/pull/9245))
  * For unsaved mods, the "Deactivate" action has been renamed to "Delete" (#[9255](https://github.com/pixiebrix/pixiebrix-extension/pull/9255))
  * Any remaining standalone mod components have been converted to the new "unsaved" mod format (#[9242](https://github.com/pixiebrix/pixiebrix-extension/pull/9246))
  * Users who are a member of an expired team trial will now see an "Expired" banner at the top of the PixieBrix Sidebar and the Page Editor (#[9196](https://github.com/pixiebrix/pixiebrix-extension/pull/9271))

### 🧱 Bricks

* The "Run local UiPath process" brick is now deprecated and will be retired in the 2.1.6 release


---

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