> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/changelogs/version-8/v8-3/v8-3-3.md).

# Version 8.3.3 Changelog (2022-03-25)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

## WebViewer Core

### Fixes

* Fixed issue where default values for form fields would not be displayed
* Fixed issue where WebViewer would throw an error if Text Markup annotations with no visible quads have to be rerendered
* Fixed issue where cross-origin errors were not being caught
* Fixed issue where the search up would not work properly
* Fixed issue where path based annotations would disappear when the page is rotated if the annotation's padding is equal to the annotation stroke width
* Removed unnecessary appearance drawing after setting custom container style on widget annotations
* Removed empty parent fields after renaming all children
* Resolved issue where the WebViewer promise was not resolving in certain scenarios
* Resolved issue where the text of a Freetext annotation disappears after dismissing the keyboard

## WebViewer UI

### Fixes

* Fixed issue where a warning about unique keys would be logged if the Thumbnails Panel were open
* Fixed issue where Freetext annotations text previews were not searchable
* Fixed issue that was hindering the Thumbnails Panel performance
* Fixed issue where the note state tooltip would still be visible even after clicking an item from the state dropdown


---

# 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.apryse.com/web/changelogs/version-8/v8-3/v8-3-3.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.
