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

# Release 1.5.1

Published to the Chrome Web Store on 1.5.1

### ✨ Enhancements

* Make the highlight brick root-aware ([#2422](https://github.com/pixiebrix/pixiebrix-extension/pull/2442))
* Add “Share” menu item to blueprints on the Active Bricks page to copy an activation link ([#2379](https://github.com/pixiebrix/pixiebrix-extension/issues/2379))

### 🐛 Bug Fixes

* Confusing error if Text or Variable field left blank ([#2427](https://github.com/pixiebrix/pixiebrix-extension/issues/2427))
* Fix automatic migration from v2 to v3 of Append to Google Sheet and some other bricks ([#2461](https://github.com/pixiebrix/pixiebrix-extension/pull/2461))
* Database dropdown not loading in Page Editor if you have have access to a lot of databases ([#2421](https://github.com/pixiebrix/pixiebrix-extension/issues/2421))
* Unsupported Value Error when pasting into an optional selector field ([#2433](https://github.com/pixiebrix/pixiebrix-extension/issues/2433))
* Fix error when running Close Brick on target tab ([#2424](https://github.com/pixiebrix/pixiebrix-extension/pull/2424))
* Fix issue where traces/logs weren’t loading or were loading slowly in the Page Editor ([#2383](https://github.com/pixiebrix/pixiebrix-extension/pull/2383))
* Fix error adding iframe in document builder ([#2418](https://github.com/pixiebrix/pixiebrix-extension/pull/2418))
* Hide the runtime version dropdown from non-developers ([#2451](https://github.com/pixiebrix/pixiebrix-extension/pull/2451))

### 🎨 User Interface

* UI improvements to the convert/share as blueprint modal ([#2378](https://github.com/pixiebrix/pixiebrix-extension/issues/2378))
* Improve modal sizing and positioning ([#2423](https://github.com/pixiebrix/pixiebrix-extension/pull/2423))
* Mark extensions that have been automatically migrated from v2 to v3 as unsaved ([#2315](https://github.com/pixiebrix/pixiebrix-extension/issues/2315))

### 🧱 New Bricks

* A Table Reader brick `@pixiebrix/table-reader` to extract data automatically from a table on the page ([#2380](https://github.com/pixiebrix/pixiebrix-extension/pull/2380))


---

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