termui_test 0.2.16
termui_test: ^0.2.16 copied to clipboard
Integration testing harness and utilities for the termui framework.
0.2.16 #
- REFACTOR: modernize codebase to Dart 3.x language idioms across monorepo.
0.2.15 #
- Update a dependency to the latest release.
0.2.14 #
- removing "+" revision
0.2.13+16 #
- Update a dependency to the latest release.
0.2.12+15 #
- Update a dependency to the latest release.
0.2.11+14 #
- Update a dependency to the latest release.
0.2.10+13 #
- Update a dependency to the latest release.
0.2.9+12 #
- REFACTOR(core): optimize render loops and decouple audio state.
0.2.8+11 #
- Update a dependency to the latest release.
0.2.7+10 #
- Update a dependency to the latest release.
0.2.6+9 #
- Update a dependency to the latest release.
0.2.5+8 #
- Update a dependency to the latest release.
0.2.4+7 #
- FEAT(terminal): add bracketed paste mode support and optimize UTF-8 decoding.
0.2.3+6 #
- Update a dependency to the latest release.
0.2.2+5 #
- Update a dependency to the latest release.
0.2.2+4 #
- Update a dependency to the latest release.
0.2.2+3 #
- Update a dependency to the latest release.
0.2.2+2 #
- Update a dependency to the latest release.
0.2.2+1 #
- FIX(testing): resolve pumpAndSettle timeouts and align fakeAsync time model with Flutter.
0.2.2 #
- FEAT(termui): add reactive rendering support and refactor mouse event handling.
0.2.1 #
- REFACTOR: simplify imports by using termui barrel file.
- REFACTOR: modularize trace viewer and enhance testing utilities.
- REFACTOR(widgets): introduce type-safe mouse handlers and fix unmounted setState.
- REFACTOR(widgets): introduce type-safe mouse handlers and fix unmounted setState.
- FEAT(recorder): support asciicast v3 format and gzip trace compression.
- DOCS(workspace): consolidate documentation and remove obsolete examples package.
0.2.0 #
Note: This release has breaking changes.
- REFACTOR(widgets): introduce type-safe mouse handlers and fix unmounted setState.
- FIX(ui): fix focus traversal - start to add integration tests.
- FEAT(form): enable live field validation and support back tab simulation in tester.
- FEAT(recorder): support action logging, trace recording, and interactive player debugging.
- FEAT(widgets): implement automatic tab focus traversal and improve form state persistence.
- FEAT(test): enhance TerminalTester capabilities and fix text input reactivity.
- FEAT(termui_test): introduce integration testing harness and utilities.
- BREAKING REFACTOR(ui): replace getChildOffset with Element.relativeOffset and ListWidget with ListView.