# Changelog All notable changes to this project will be documented in this file. ## [0.2.2] - 2024-10-19 ### Miscellaneous Tasks - Mark crate as deprecated and move to tui-framework-experiment instead ## [0.2.1] - 2024-10-19 ### Features - Added toggle switches ([#48](https://github.com/joshka/ratatui-widgets/pull/48)) ## [0.2.0] - 2024-10-02 ### Miscellaneous Tasks - Remove default ratatui features from lib (#44) - Bump ratatui to 0.28.1 and related deps ## [0.1.11] - 2024-09-02 ### Miscellaneous Tasks - Release (#40) ## [0.1.10] - 2024-08-06 ### Miscellaneous Tasks - Release (#38) ## [0.1.9] - 2024-07-22 ### Miscellaneous Tasks - Release (#36) ## [0.1.8] - 2024-07-15 ### Miscellaneous Tasks - Release (#34) ## [0.1.7] - 2024-07-02 ### Miscellaneous Tasks - Release (#29) ## [0.1.6] - 2024-05-27 ### Bug Fixes - Disable testing termion for windows in CI (#24) ### Miscellaneous Tasks - Release (#25) ## [0.1.5] - 2024-04-24 ### Miscellaneous Tasks - Group dependabot updates - Release (#20) ## [0.1.4] - 2024-04-01 ### Miscellaneous Tasks - Release (#18) ## [0.1.3] - 2024-04-01 ### Miscellaneous Tasks - Release (#17) ## [0.1.2] - 2024-03-12 ### Miscellaneous Tasks - Use joshka/github-workflows (#12) - Release (#6) ## [0.1.1] - 2024-02-03 ### Bug Fixes - Typo in crate name ### Documentation - Add button demo gif - Update readme and example gif - Update readme and stack container docs ### Features - Add basic button - Implement button press - Handle keyboard events generically - Add StackContainer widget ### Miscellaneous Tasks - Create dependabot.yml - Release ### Refactor - Examples to tabs, and button changes - Impl EventHandler on example app - Reimplement the mouse event handling - EventHandler trait now has handle_mouse and handle_keyboard methods - Buttons example is a little clearer ## [0.1.0] - 2024-01-19 ### Miscellaneous Tasks - Initial stub implementation - Add changelog