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

# Release 1.8.0

⚛️ The 1.8.0 release introduces the Google Drive integration, replacing the older Google Sheet Picker for accessing Google Sheets in mods.

For details, consult our guide: [Creating a Google Drive Integration](/integrations/google-drive/creating-google-drive-integration.md)

Mod developers using Google Sheets in versions before 1.8.0 can transition with our guide: [Migrating from Google Sheet to Google Drive Integration](broken://pages/wQ1fAYPc7VwKsDq4SGDE)

### ✨ Enhancements

* Updated the theme for the JSON tree in the Data Panel section of the Page Editor to improve the contrast (#[6448](https://github.com/pixiebrix/pixiebrix-extension/pull/6448))
* Improved error messages listed in the Mod Telemetry section of the Admin Console (#[6405](https://github.com/pixiebrix/pixiebrix-extension/pull/6437))
* Smoothly handle errors with the Google Sign-in flow when using the new Google Drive integration (#[6530](https://github.com/pixiebrix/pixiebrix-extension/pull/6532))

### 🐛 Bug Fixes

* Adds animations to smooth out issue where the input suddenly shifted while editing a field in the Page Editor due to input validation displaying an error annotation (#[6395](https://github.com/pixiebrix/pixiebrix-extension/pull/6442))
* Fixed an issue where input validation for locating a Google Sheet by mod variable incorrectly displayed an error (#[6530](https://github.com/pixiebrix/pixiebrix-extension/pull/6532))
* Activating a mod with an optional Google Sheet configuration no longer show a blank spreadsheet dropdown when used with the new Google Drive integration (#[6533](https://github.com/pixiebrix/pixiebrix-extension/pull/6541))
* Removed the “Additional Permissions” section from the Extension Console as it no longer served a purpose (#[6547](https://github.com/pixiebrix/pixiebrix-extension/pull/6578))
* Selecting a value in the (experimental) Variable Popover closes with the correct nunjucks tags (#[6454](https://github.com/pixiebrix/pixiebrix-extension/pull/6486))
* Fixed an issue in the sidebar where a dropdown that opened the menu upwards did not properly overlap the sidebar tabs (#[6493](https://github.com/pixiebrix/pixiebrix-extension/pull/6602))
* Fixes issue where the background color of the quickbar container could be overridden by page css (#[6605](https://github.com/pixiebrix/pixiebrix-extension/pull/6606))
* Refreshes partner tokens every 10 hours to avoid 24 hour expiration (#[6603](https://github.com/pixiebrix/pixiebrix-extension/pull/6646))
* Fixes issue where Google Sheet tab names were cleared from Google bricks when choosing a Google PKCE configuration (#[6531](https://github.com/pixiebrix/pixiebrix-extension/pull/6647))

### 🧱 New/Updated Bricks

* Text color for text returned from the Render Document brick is now black instead of green (#[6539](https://github.com/pixiebrix/pixiebrix-extension/pull/6539))


---

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