# Changelog

Latest changes

**v3.0.0**

* Updated the package to use .NET 7 - Minimum required Umbraco version is 11.0.0.

**v2.0.1**

* Hiding the alignment selection on the property editor if only one option is allowed on the data type.

**v2.0.0**

* Minimum required Umbraco version is 10.0.1.
* Added Tag Helper that can be used to generate the H-tag in views.
  * The old extension methods has been removed in favor of the new Tag Helper.
* Removed the grid functionality since it will be removed in Umbraco 13
* Accessibility enhancements of buttons and icons
* Renamed package from Our.Umbraco.HtagEditor to ourHtagEditor.


---

# 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://htag-docs.mastrup.it/changelog.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.
