Skip to content

Releases: ratatui/ratatui-macros

v0.5.0

12 Aug 04:08
345e6a1
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bump version to 0.5.0

v0.4.4

09 Aug 04:59
28f5a6d
Compare
Choose a tag to compare

Other

  • (deps) bump ratatui to 0.28.0 (#66)
  • (deps) bump trybuild from 1.0.98 to 1.0.99 in the cargo-dependencies group (#65)
  • (deps) bump trybuild from 1.0.97 to 1.0.98 in the cargo-dependencies group (#62)

v0.4.3

22 Jul 10:54
f8a70ea
Compare
Choose a tag to compare

Added

  • allow span macro to accept a bare expression (#61)

Other

  • (deps) bump trybuild from 1.0.96 to 1.0.97 in the cargo-dependencies group (#59)

v0.4.2

29 Jun 07:20
8cecfdf
Compare
Choose a tag to compare

Added

  • Use ::ratatui instead of ratatui (#54)
  • Add row! macro (#52)

Other

  • Update README with row! documentation (#56)
  • Make doc examples shorter by removing duplicate imports (#55)

v0.4.1

24 Jun 21:53
ad54cf2
Compare
Choose a tag to compare

Other

  • (deps) bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group (#51)
  • Update dependabot.yml to group dependencies (#50)
  • (deps) bump ratatui from 0.26.2 to 0.26.3 (#48)
  • (deps) bump trybuild from 1.0.95 to 1.0.96 (#47)

v0.4.0

15 May 06:19
4ac4d9d
Compare
Choose a tag to compare

Added

  • (layout) [breaking] Use *= instead of =* (#45)

v0.3.1

13 May 03:21
ae2868c
Compare
Choose a tag to compare

Added

  • Better error messages for span! macro (#43)

Fixed

  • downgrade ratatui to 0.26.2 (#41)

Other

  • Update authors to ratatui developers (#44)

v0.3.0

12 May 22:23
f78d3bf
Compare
Choose a tag to compare

Added

  • Use release-plz (#38)
  • Add text! macro (#36)
  • Add fill constraint (#34)
  • [breaking] Remove color palette! macro (#32)
  • Replace raw! and styled! with span! macro (#30)
  • Add line! attribute macro (#29)
  • (text) add raw! and styled! macros (#4)

Fixed

  • Update repo url in Cargo.toml (#39)

Other

  • Use .areas(area) instead of .split(area).to_vec().try_into().unwrap() (#37)
  • Update README.md with short description of span and line macros (#33)
  • format using cargo +nightly fmt (#31)
  • (deps) bump ratatui from 0.27.0-alpha.3 to 0.27.0-alpha.5 (#27)
  • (deps) bump trybuild from 1.0.91 to 1.0.93 (#28)
  • (deps) bump ratatui from 0.27.0-alpha.2 to 0.27.0-alpha.3 (#24)
  • (deps) bump trybuild from 1.0.90 to 1.0.91 (#23)
  • (deps) bump trybuild from 1.0.88 to 1.0.90 (#20)
  • (deps) bump ratatui from 0.27.0-alpha.0 to 0.27.0-alpha.2 (#22)
  • (deps) bump mio from 0.8.10 to 0.8.11 (#18)
  • (deps) bump ratatui from 0.26.0-alpha.1 to 0.27.0-alpha.0 (#19)
  • add cargo husky pre-commit hook (#8)
  • Create dependabot.yml (#7)
  • use rust cache to cache deps (#6)
  • readme tweaks (#5)
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Add link to ratatui

v0.2.4

09 Jan 20:01
Compare
Choose a tag to compare

What's Changed

  • feat: Add pub visibility to color ✨ by @kdheepak in #3

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Jan 18:23
Compare
Choose a tag to compare

What's Changed

  • feat: Add color palette based on tailwindcss ✨ by @kdheepak in #2

New Contributors

Full Changelog: v0.2.2...v0.2.3