Skip to content

Commit 091aa2e

Browse files
authoredJan 27, 2025··
docs: version 1.16.0 (#782)
## 📜 Description Added new docs version to dropdown list. ## 💡 Motivation and Context This release has some features that are not available for older versions. Let's highlight it. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - add new docs version; ## 🤔 How Has This Been Tested? Tested via preview. ## 📸 Screenshots (if appropriate): <img width="368" alt="image" src="https://github.com/user-attachments/assets/8b8b1bd9-c59a-43d2-b82f-147482efd37d" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 0e4ed17 commit 091aa2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2624
-0
lines changed
 

‎docs/docusaurus.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ const config = {
8484
"1.15.0": {
8585
label: "1.15.0",
8686
},
87+
"1.16.0": {
88+
label: "1.16.0",
89+
},
8790
},
8891
},
8992
blog: {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "API Reference",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "API reference containing information about all public methods and their signatures"
7+
}
8+
}

0 commit comments

Comments
 (0)
Please sign in to comment.