# Website Changelog

#### 2026-05-22

* Support `AlphaID` display, see more [here](https://docs.materialsproject.org/data-production/identifiers).
* Add XAS explorer popover links
* Add `messageAIO` upload interface
* Add Phonon interactive button and fix access control

#### 2022-12-16 (7ca3bcd3)

* Fix issue with API query, see [here](https://matsci.org/t/rest-query-returned-with-error-status-code-500/45793).
* Better integration between `MPRester` and `MPContribs` API python clients.
  * **Users of the new API should upgrade to `mp-api>=0.30.5` and `mpcontribs-client>=5.0.4`**

#### 2022-12-02 (13f229ed)

* Fix an incorrect unit label for elasticity data on the new website. Thank you to Serge Maalouf for reporting.
  * Data returned from the API was correct and unaffected by this error.
* Fix for insufficient precision in reporting atomic co-ordinates of some materials. Kindly reported by Branton Campbell for the entry `mp-1106336`.
  * Data returned from the API was correct and unaffected by this error.
* An issue with displaying "task detail" pages is resolved.

#### 2022-08-09 (f2aa3e0a)

* Resolved a bug with "MOF Explorer" detail pages not loading.
* We are investigating an issue with the "Crystal Toolkit" app.
  * This was resolved.

#### 2022-07-28 (e7527896)

* Added "Alloy Systems" section to the material details pages.
  * This is a preview of a new feature and is not yet peer-reviewed.
  * More information on the methodology is available [here](https://arxiv.org/abs/2206.10715).
  * Examples of this feature might be seen on the materials detail page for [CdTe](https://materialsproject.org/materials/mp-406) or [GaN](https://materialsproject.org/materials/mp-804).

#### 2022-07-12 (5d802243)

* Fixed an issue with permuted axis labels in the Equations of State plots, kindly reported by [zzyfor2019](https://matsci.org/u/zzyfor2019) on the forum
  * The data returned by the API was correct and unaffected by this error
* Fixed an issue with swapped labels in the Battery Explorer, kindly reported by 施荣鑫 via email
  * The data returned by the API was correct and unaffected by this error


---

# 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://docs.materialsproject.org/changes/website-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.
