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.
Unreleased
0.1.1 - 2025-10-01
Added
- New Examples page in the documentation website, featuring live demos of usage patterns.
 
0.1.0 - 2025-09-14
Added
- Select from hierarchical data in your Shiny for Python apps via 
input_treeview().- Parameters: 
id,items,selected,expanded,multiple,checkbox,width. 
 - Parameters: 
 - Create hierarchical data with nested 
TreeItemobjects.- Parameters: 
id,label,caption,children,disabled. 
 - Parameters: 
 - Convert flat to hierarchical data with helper functions: 
stratify_by_parent().