Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 22:23
· 28 commits to main since this release
f78d3bf

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