Skip to content

Commit 8382ff8

Browse files
committed
chore(release): bump version
1 parent 064e865 commit 8382ff8

14 files changed

Lines changed: 200 additions & 229 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

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

5+
## 0.0.6 - 2025-04-17
6+
7+
### 🚀 Features
8+
9+
- _(dom)_ Add cursor support by @dawedawe in [#77](https://github.com/orhun/ratzilla/pull/77)
10+
- _(example)_ Add demo2 example by @orhun in [#45](https://github.com/orhun/ratzilla/pull/45)
11+
12+
### 🐛 Bug Fixes
13+
14+
- _(examples)_ Remove failing ratzilla.js imports from examples by @junkdog in [#81](https://github.com/orhun/ratzilla/pull/81)
15+
- _(canvas)_ Add clipping for each cell to avoid overflow by @orhun in [#76](https://github.com/orhun/ratzilla/pull/76)
16+
- _(examples)_ Fix some package names in examples by @dawedawe in [#69](https://github.com/orhun/ratzilla/pull/69)
17+
18+
### 🚜 Refactor
19+
20+
- _(render)_ Simplify rendering to less depend on ratatui internals by @orhun in [#78](https://github.com/orhun/ratzilla/pull/78)
21+
22+
### 📚 Documentation
23+
24+
- _(readme)_ Add deployment information by @jetpham in [#79](https://github.com/orhun/ratzilla/pull/79)
25+
- _(examples)_ Add text input example using tui-textarea by @reubeno in [#74](https://github.com/orhun/ratzilla/pull/74)
26+
27+
### ⚙️ Miscellaneous Tasks
28+
29+
- _(example)_ Remove unnecessary import from user_input example by @orhun
30+
- _(lib)_ Re-export web-sys crate by @orhun in [#71](https://github.com/orhun/ratzilla/pull/71)
31+
- _(example)_ Disable big-text in demo temporarily by @orhun
32+
33+
## 💖 New Contributors
34+
35+
- @jetpham made their first contribution in [#79](https://github.com/orhun/ratzilla/pull/79)
36+
- @reubeno made their first contribution in [#74](https://github.com/orhun/ratzilla/pull/74)
37+
38+
**Full Changelog**: https://github.com/orhun/ratzilla/compare/v0.0.5...0.0.6
39+
540
## 0.0.5 - 2025-04-01
641

742
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ratzilla"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Build terminal-themed web applications with Ratatui and WebAssembly"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

examples/animations/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/colors_rgb/Cargo.lock

Lines changed: 16 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo/Cargo.lock

Lines changed: 13 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)