> 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/html/changelog.md).

# HTML Changelog

Discover the latest changes and updates in the HTML Changelog. Stay informed on enhancements, fixes, and new features for web. The Apryse Web SDK streamlines secure, serverless document processing wit

## 5.0.1 (2023-06-02)

* Add a warning if the license key is invalid or if it's used for WebViewer

## 5.0.0 (2023-04-03)

* Update WebViewer minimum version v10.0.0 or greater

## 4.7.3 (2023-01-18)

* Add documentation for custom HTTP headers support
* Dismiss loading modal when no data is coming back

## 4.7.0 (2022-11-28)

* Fix for the getDocumentCompletePromise from WebViewer v8.8.0
* Update WebViewer minimum version v8.9.0 or greater

## 4.6.1 (2022-09-07)

* WebViewer-HTML requires WebViewer version v8.8.0 or greater

## 4.6.0 (2022-08-11)

* Pass the licence key object in `initializeHTMLViewer`

## 4.5.6 (2022-07-14)

* Various bug fixes

## 4.5.0 (2022-06-01)

* Added an error modal when the proxy failed
* Added an event to detect when the proxy is fully loaded

## 4.4.2 (2022-04-08)

* Removed unused dependencies
* Updated documentation

## 4.4.1 (2022-04-01)

* In browse mode, links can be clicked and will open the URLs in a new tab

## 4.4.0 (2022-03-21)

* Added link annotation and an option to disable this, they can be clicked and will open the URLs in a new tab
* Some variables have been renamed. Please refer to the latest [README](https://www.npmjs.com/package/@pdftron/webviewer-html/)

## 4.3.0 (2022-03-02)

* Removed thumbnails option, as bookmarks are no longer used
* Improved performance

## 4.2.0 (2022-02-15)

* Improved and updated text layer when the DOM changes
* Improved and updated the iframe height when the DOM changes

## 4.1.0 (2021-12-16)

* Added text layer, so that text based annotations can be created and text can be searched.

## 4.0.0 (2021-11-08)

* Breaking change to view matrix. This will misalign old annotations, from previous version, with the document


---

# 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/html/changelog.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.
