Releases: Byron/tui-crates
Releases · Byron/tui-crates
tui-react v0.23.3
Commit Statistics
- 4 commits contributed to the release.
- 634 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
crosstermion v0.15.0
New Features (BREAKING)
- replace
ansitermwithnu-ansi-term
nu-ansi-term is more popular and maintained
Commit Statistics
- 5 commits contributed to the release over the course of 634 calendar days.
- 670 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
tui-react v0.23.2
Bug Fixes
- fix the fix which had unexpected side-effect.
This now mitigates the overflow while also working correctly.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Fix the fix which had unexpected side-effect. (71c7581)
tui-react v0.23.1
Bug Fixes
- prevent potential overflow during height computation
Commit Statistics
- 1 commit contributed to the release.
- 35 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prevent potential overflow during height computation (6d5e140)
tui-react v0.23.0
Chore
- update ratatui to 0.26.0
New Features (BREAKING)
- update ratatui to 0.26.0
Commit Statistics
- 2 commits contributed to the release.
- 38 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
crosstermion v0.14.0
Chore
- update ratatui to 0.26.0
New Features (BREAKING)
- update ratatui to 0.26.0
Commit Statistics
- 3 commits contributed to the release.
- 38 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
tui-react v0.22.0
New Features (BREAKING)
- upgrade to
ratatuiv0.25
Commit Statistics
- 2 commits contributed to the release.
- 19 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
crosstermion v0.13.0
New Features (BREAKING)
- upgrade to
ratatuiv0.25 - Remove support for termion; use
crosstermevents directly.
Also remove custom Key/Event abstractions and use the ones provided
bycrossterminstead. This is very much a breaking change,
but requires only mechanical adjustments.
Commit Statistics
- 4 commits contributed to the release.
- 19 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
tui-react v0.21.0
Chore (BREAKING)
- upgrade
ratatuito 0.24 andcrosstermto v0.27.
Note that these two work together, and depend on each other.
Commit Statistics
- 2 commits contributed to the release.
- 210 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
crosstermion v0.12.1
New Features
- replace
ansi-termwithansiterm.
One is maintained, the other one is not.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Replace
ansi-termwithansiterm. (5533fe6)
- Replace