You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core Exports: Exposed internal modules TreeCore, ReactTreeView, and VirtualScroller via the public API. This enables developers to build custom tree views using the underlying architecture of ObjectView.
Type Definitions: Exported ObjectViewRenderRowProps to assist with custom actionRenders implementation.
Demo Improvements: Added a Light/Dark/Auto theme toggle to the demo page and refactored the demo to use modern CSS light-dark() for seamless theme switching.
📚 Documentation
Advanced Usage: Added a new section to README.md demonstrating how to use the newly exported core libraries.
API Docs: Updated API_DOCUMENTATION.md with details on Core Libraries and corrected examples for custom action renders.
Guides: Updated docs/GENERIC_TREE_VIEW.md to reference public API exports instead of internal paths.
Refinement: Polished feature descriptions in the README for better clarity.