3.3.0
Released on 2025-12-20
- Add
PropPayload::Anyvariant usingdyn Any, allowing arbitrary data viaMockComponent::queryandMockComponent::attr.
Unclaimed project
Are you a maintainer of tui-realm? Claim this project to take control of your public changelog and roadmap.
Changelog
π A ratatui framework to build stateful applications with a React/Elm inspired approach
Released on 2025-12-20
PropPayload::Any variant using dyn Any, allowing arbitrary data via MockComponent::query and MockComponent::attr.Released on 10/11/2025
Application::active to not change focus if the given id is the same as the current focus.
Application::remount unsetting focus, if the remounted component-id had focus.get_mut function for Props.as_*_mut functions for AttrValue, PropPayload & PropValue.Released on 26/08/2025
PartialOrd bound for UserEvent.Send bound for UserEvent to trait Poll, as was already required for adding it to SyncPort.PollAsync and Poll.PollStrategy::UpToNoWait which is practially the same as PollStrategy::UpTo, just that it do...Released on 09/06/2025
Released on 21/05/2025
SubClause::AndMany for easier adding of many clauses that would otherwise be nested SubClause::And.SubClause::OrMany for easier adding of many clauses that would otherwise be nested SubClause::Or.subclause_ macros to make use of the new SubClause::*Many variants.subclause_ macros to be able to end with...