> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/changelog/changelog-august-2026.md).

# Changelog - August 2026

## New Features

### SharinPix Forms

* **Form Template Versioning**: SharinPix Form Templates now use [Form Template Versions](/forms/form-elements/sharinpix-form-template-editor.md#work-with-form-template-versions) to track changes and keep each Form Response linked to the version used for submission.
* **Rich Text Area Image Grid**: The [Rich Text Area](/forms/form-elements/sharinpix-form-sections-and-repeated-sections-1.md) now supports image grids using images captured in the form.
* **Web-Based PDF Filling**: Users can now fill [PDF forms](/documentation/lightning-web-component/sharinpix-pdf-form-builder.md) directly in the web interface and prefill fields with data from a SharinPix Form.

### Mobile App

* **Camera Aspect Ratio**: Administrators can now configure the [mobile camera aspect ratio](/documentation/mobile-app/sharinpix-mobile-app-global-configuration.md#configure-the-aspect_ratio-parameter), such as 9:16 or 4:3.

### Core Platform

* **Automated Error Notifications**: Administrators can now subscribe to email alerts for technical failures, including failed form responses and import errors.

## 📈 Enhancements

### SharinPix Forms

* **Media Required**: A new [Media Required When formula](/forms/form-elements/sharinpix-form-formula-functions-and-operators.md) is available for [Capture elements](/forms/form-elements/sharinpix-form-template-editor.md#form-elements).
* **Optimized Screen Layout**: [Sections](/forms/form-sections-and-repeated-sections/sharinpix-form-sections-and-repeated-sections.md) and [tables](/forms/form-elements/form-features-table.md) can now use the full screen width.
* **Full-Width Sketches in PDFs**: [Sketch elements](/forms/form-elements/sharinpix-form-template-editor.md#form-elements) can now be configured to display at full width in generated PDFs.
* **Form Editor Select All**: The [SharinPix Form Template Editor](/forms/form-elements/sharinpix-form-template-editor.md) now includes Select All to manage and move multiple elements more efficiently.
* **Manual Retry**: The [SharinPix Form Response](/forms/salesforce-integration/sharinpix-form-response.md) view in the Admin dashboard now provides an Upsert on Salesforce option to manually retry data pushback and [related-record creation](/forms/salesforce-integration/create-and-update-related-salesforce-records-with-sharinpix-form.md).
* **Conditional Visibility Configuration**: Fixed [Conditional Visibility](/forms/form-elements/form-features-conditional-visibility.md) so hidden field values are cleared before submission unless explicitly retained.

### Mobile App

* **Standardized Navigation**: The Exit icon has been replaced with a standard Back button for a more familiar mobile navigation experience.
* **Auto File Export Configuration**: A new configuration option has been added to the [Mobile App Configuration](/forms/form-elements/mobile-app-configuration-in-form-template-editor.md) to automatically save photos captured during form filling to the user's device gallery.

### Salesforce Integration

* **Offline Dataset Control**: Administrators can now choose which [Record Datasets](/forms/salesforce-integration/record-datasets.md#flow-input-parameters) are prepared for offline use on mobile devices.

## 🛠️ Bug Fixes

### SharinPix Forms

* **PDF Table Layouts**: Fixed an issue where images in [form tables](/forms/form-elements/form-features-table.md) could split across pages or be cut off in generated PDFs.

### Salesforce Integration

* **Salesforce Record Mapping Field Length**: Increased the length of the Salesforce record-mapping field to support larger mappings.

### Core Platform

* **Thumbnail Performance**: Fixed a delay when displaying [tags on image thumbnails](/documentation/features/user-interface/thumbnail-view-tags.md).
* **Google Maps Drawing API Compatibility**: Added a compatibility workaround so the [SharinPix Map](/documentation/lightning-web-component/sharinpix-map.md) Lightning Web Component continues to work after the Google Maps Drawing API deprecation.


---

# 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.sharinpix.com/changelog/changelog-august-2026.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.
