Skip to content

Release Notes v1.1.1

Choose a tag to compare

@vothanhdat vothanhdat released this 19 Nov 08:16
· 157 commits to master since this release

Changelog

Release Notes v1.1.1

🚀 Features

  • 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.