# Angular SDK

### May 12th, 2025 (v18.0.1)

* Fix: security fixes
* Fix: support standalone components

### July 5th, 2024 (v18.0.0)

* Security updates
* Staying in sync with major Angular version

### November 13th, 2023 (v17.0.0)

* Added: use esbuild in my-angular-crasher

### November 9th, 2023 (v16.0.0)

* Added: update to Angular v17

### October 4th, 2023 (v15.0.4)

* Updated README images

### July 25th, 2023 (v15.0.3)

* Updated BugSplat dependency

### July 24th, 2023 (v15.0.2)

* Updated peerDependencies

### July 24th, 2023 (v15.0.1)

* Fixed: error serializing circular JSON

### March 6th, 2023 (v15.0.0)

* Updated to Angular v15

{% hint style="warning" %}
Not seeing what you're looking for? You can browse archived changelogs from 2022-2015 [here](/changelog.md).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://changelog.bugsplat.com/framework-integrations/angular-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
