Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.2] - 2026-05-13#
Added#
Annotated example scripts in
docs/examples/:01_basic_scene_ui.py— minimalUiContainer+WidgetComponentpanel.02_camera_facing_ui.py— billboard HUD built withLookAtCameraSpace.03_prim_anchored_ui.py— label that follows a USD prim viaPrimPathSpace.
Dedicated documentation pages:
Overview,SpatialSources,WidgetComponent,AdvancedManipulators,Migration, andExamples.Google-style docstrings across the public API surface, suitable for the Sphinx autodoc-generated reference.
Changed#
[documentation]block inextension.tomlnow lists every doc page and enables Sphinx Python API auto-generation (python_api_hiddenremoved).README trimmed to a short package-card summary; the long-form docs are now in
Overview.mdand its siblings.
Removed#
docs/index.rst— the Kit docs builder generates the index from thepageslist and forbidsindex.rstinpages.
[1.0.1] - 2025-10-20#
Added#
Exposed an
UpdatePolicytype alias for use withWidgetComponentobjects
[1.0.0] - 2025-03-18#
Changed#
Migrated and updated the library from KitXR