Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

59 lines (47 loc) · 3.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.4.0 - 2024-05-15

Added

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

0.3.1 - 2024-05-13

Added

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

Fixed

  • downgrade ratatui to 0.26.2 (#41)

Other

  • Update authors to ratatui developers (#44)

0.3.0 - 2024-05-09

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