fix(readme): document new App UI APIs to control main/secondary menu and content tabs visibility

This commit is contained in:
2025-12-29 03:04:39 +00:00
parent aedd4a041c
commit c5b50f3eb0
3 changed files with 26 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-12-29 - 3.6.1 - fix(readme)
document new App UI APIs to control main/secondary menu and content tabs visibility
- Added docs for setMainMenuCollapsed(), setMainMenuVisible(), setSecondaryMenuCollapsed(), setSecondaryMenuVisible(), and setContentTabsVisible() programmatic APIs.
- Included a TypeScript example showing how to hide secondary menu, hide content tabs, and collapse the main menu in a view's onActivate hook.
## 2025-12-29 - 3.6.0 - feat(dees-appui)
add visibility toggles for main/secondary menus and ability to show/hide content tabs; expose corresponding setters and appconfig entries