Skip to content

v0.0.6

Choose a tag to compare

@orhun orhun released this 17 Apr 21:49
· 61 commits to main since this release
8382ff8

0.0.6 - 2025-04-17

Some highlights from this release:

  • The canvas backend glitches are fixed!
  • The cursor support is added to the DOM backend!
  • More examples are added!

🚀 Features

🐛 Bug Fixes

  • (examples) Remove failing ratzilla.js imports from examples by @junkdog in #81
  • (canvas) Add clipping for each cell to avoid overflow by @orhun in #76
  • (examples) Fix some package names in examples by @dawedawe in #69

🚜 Refactor

  • (render) Simplify rendering to less depend on ratatui internals by @orhun in #78

📚 Documentation

  • (readme) Add deployment information by @jetpham in #79
  • (examples) Add text input example using tui-textarea by @reubeno in #74

⚙️ Miscellaneous Tasks

  • (example) Remove unnecessary import from user_input example by @orhun
  • (lib) Re-export web-sys crate by @orhun in #71
  • (example) Disable big-text in demo temporarily by @orhun

💖 New Contributors

Full Changelog: v0.0.5...0.0.6