Changes in version 0.1.4 - Fixes an issue where session namespaced IDs were not properly initializing observers, causing modular shiny apps to not have correct click behavior - Adds a diagnose_registry function that can help users with registry problem diagnosis Changes in version 0.1.3 (2025-10-07) - Adds support for plotly components (single selection only) - Adds examples and vignette for plotly components - Updates pre-existing examples and vignettes to use the new plotly integration Changes in version 0.1.2 (2025-09-21) - CRAN release! Huzzah! - Fixed package title formatting (added quotes around 'Shiny') - Added \value tags to all exported function documentation - Fixed unexecutable code in vignettes - Removed examples from unexported functions - Replaced \dontrun{} with \donttest{} in appropriate examples Changes in version 0.1.1 - Adds support for modular shiny applications Changes in version 0.1.0 - Pre-CRAN submission