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

# Release 1.7.33

Published to the Chrome Web Store on July 7, 2023

### ✨ Enhancements

* Page Editor: Add the Brick Name in the Brick Configuration panel so you can see the brick name even if the brick has been re-labeled ([#5920](https://github.com/pixiebrix/pixiebrix-extension/pull/5979))
* Page Editor: Add a link to the brick marketplace listing in the Brick Configuration panel if documentation is available ([#5921](https://github.com/pixiebrix/pixiebrix-extension/pull/5982))
* Support returning to the landing page where the Marketplace Mod activation link was originally clicked ([#5958](https://github.com/pixiebrix/pixiebrix-extension/pull/5958))

### 🐛 Bug Fixes

* Fix the `disabled` field for Button elements in the Document Builder ([#4704](https://github.com/pixiebrix/pixiebrix-extension/pull/5983))
* Only close the sidebar after activation if there are no other panels in the sidebar ([#5919](https://github.com/pixiebrix/pixiebrix-extension/pull/5964))
* Remove excess form padding for forms embedded in the Document Builder ([#5985](https://github.com/pixiebrix/pixiebrix-extension/pull/5986))
* Mods are no longer interrupted when updated by a deployment ([#5937](https://github.com/pixiebrix/pixiebrix-extension/pull/5937))
* Closing a Temporary Sidebar Panel now returns the user to the panel that created it ([#5998](https://github.com/pixiebrix/pixiebrix-extension/pull/6018))

### 🧱 New/Updated Bricks

* The Regex Extract brick now can extract without providing a named capture group. If no named match group is provided, the global match is returned ([#6006](https://github.com/pixiebrix/pixiebrix-extension/issues/6006))
* Extract from Page: new & improved brick configuration interface ([#5991](https://github.com/pixiebrix/pixiebrix-extension/pull/5992))
* Document Builder: Add support for h4-h6 headers for headers in the Document Builder ([#5987](https://github.com/pixiebrix/pixiebrix-extension/pull/5988))
* Document Builder: Add a full-width toggle to the button element in the Document Builder ([#6004](https://github.com/pixiebrix/pixiebrix-extension/pull/6005))
* Document Builder: Add a field to conditionally render elements in the Document Builder ([#5989](https://github.com/pixiebrix/pixiebrix-extension/pull/5990))
* Document Builder: Add “Form” to the element menu in the Document Builder preview pane to quickly add embedded forms ([#5985](https://github.com/pixiebrix/pixiebrix-extension/pull/5986))


---

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