# Release 1.8.5

### ✨ Enhancements

* Can now add Activation Instructions to mods to help guide users when activating mods that require additional configuration (#[7044](https://github.com/pixiebrix/pixiebrix-extension/pull/7045))
* Reorganized form builder fields. Temporary form builder fields are separated into sections and all form-level fields are listed above field definitions (#[7060](https://github.com/pixiebrix/pixiebrix-extension/pull/7060))

### 🐛 Bug Fixes

* Fixed a broken docs link for troubleshooting nework errors (#[7073](https://github.com/pixiebrix/pixiebrix-extension/pull/7073))
* Fixed optional chaining in variable expressions, e.g., `@mod.foo?.data` (#[7074](https://github.com/pixiebrix/pixiebrix-extension/pull/7075))
* Fixed issue where viewing the `Append to Google Sheets Brick` cleared variable expressions for data in the Page Editor (#[7076](https://github.com/pixiebrix/pixiebrix-extension/pull/7078))
* Fixes messing element key in brick outline for map values brick and adds the variable to the variable popover (#[7118](https://github.com/pixiebrix/pixiebrix-extension/pull/7118))
* Fixes issue where the mod launcher would be shown in addition to the mod activation panel when there were no other available sidebar mods (#[7119](https://github.com/pixiebrix/pixiebrix-extension/pull/7120))

### 🧱 New/Updated Bricks

* We've added a new `Comment` brick to assist developers in documenting their Mod Components (#[7027](https://github.com/pixiebrix/pixiebrix-extension/pull/7028))
* Dropped the `@pixiebrix/uipath/app` brick as it is nolonger necessary or used (#[7068](https://github.com/pixiebrix/pixiebrix-extension/pull/7068))
* Removed the `[Experimental]` flag on the JavaScript brick (#[7079](https://github.com/pixiebrix/pixiebrix-extension/pull/7079))
* Adds new `HTML` argument to the `Copy to Clipboard` brick (#[7098](https://github.com/pixiebrix/pixiebrix-extension/pull/7099))
* Adds `Map Automation Anywhere Co-Pilot Data` brick to set host data to pass to the AA Co-Pilot (#[7104](https://github.com/pixiebrix/pixiebrix-extension/pull/7109))
* The `Identity` brick now uses `property` as the default property name instead of `value` (#[7116](https://github.com/pixiebrix/pixiebrix-extension/pull/7116))&#x20;
* Updated the `Show Sidebar` configuration: Panel Heading is now Tab Title to better match the starter brick configuration terminology (#[7117](https://github.com/pixiebrix/pixiebrix-extension/pull/7117))

### 🎨 User Experience

* The new Page Editor Walkthrough is now triggered on the developer welcome page (#[6944](https://github.com/pixiebrix/pixiebrix-extension/pull/7026))
* Clarified the `Remove` actions in the Page Editor by renaming the actions to `Deactivate` or `Delete` as appropriate. (#[7061](https://github.com/pixiebrix/pixiebrix-extension/pull/7082))
