# Release: 1.1.6

### Improvements

* Workshop:
  * Add "Export Blueprint" button on active brick configuration page
  * When an integration is added, defaults the key and credential (matching behavior in the Page Editor)
* Page Editor: Add ability to attach a button to an existing menu item foundation in the page editor
* Brick Configuration:
  * Blueprints: support for exposing options in a blueprint that the user can configure when activating from the marketplace
  * Integrations: support baseURL option in key-based authentication
* Infrastructure: we've cleaned up some stuff under the hood to help us make releases faster!

### Notable New Bricks

* `@pixiebrix/template` : a transform for filling in template with the context. Useful for working with the new blueprint options feature
* `@pixiebrix/hide`: hide or remove elements from the page
* Bricks for working with Automation Anywhere and AARI:
  * `@pixiebrix/automation-anywhere/aari-request-create`
  * `@pixiebrix/automation-anywhere/aari-request-new`
  * `@pixiebrix/automation-anywhere/aari-requests-list`
  * `@pixiebrix/automation-anywhere/aari-tasks-list`


---

# Agent Instructions: 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:

```
GET https://docs.pixiebrix.com/release-notes/release-notes-archive/release-1.1.6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
