# Chat Widget Changelog

## v1.13.0 — 2024-01-25

Added `Userdesk.askUserQuestion`.\
See the [docs page](https://docs.userdesk.io/javascript-widget#ask-questions-on-behalf-of-the-user) for more details.\
\
Added new `escalate-human` prefixed classes to customize the Escalate to Human button.

## v1.10.0 — 2023-10-16

Added `Userdesk.setCustomCSS`\
See the [docs page](https://docs.userdesk.io/product-guides/customize-widget-css) for more information.

## v1.10.1 — 2023-10-18

Replace `console.error` with `console.debug`.\
This is useful in case you have tools like Sentry in place, Userdesk will not consume your quota.\
At the same time, you can check the browser console to see the errors.\
In the future, we will provide a specific mechanism to intercept remote errors for the Userdesk widget.
