| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-04-17 | 1.9 kB | |
| v0.0.6 source code.tar.gz | 2025-04-17 | 9.0 MB | |
| v0.0.6 source code.zip | 2025-04-17 | 9.1 MB | |
| Totals: 3 Items | 18.2 MB | 0 | |
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: https://github.com/orhun/ratzilla/compare/v0.0.5...0.0.6
