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.
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
TreeItem
objects.- Parameters:
id
,label
,caption
,children
,disabled
.
- Parameters:
- Convert flat to hierarchical data with helper functions:
stratify_by_parent()
.