Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to the JujubaSVG Kotlin/Android library.

---

## 1.4.1

### Changed
- Replaced `MutableSharedFlow` with `Channel` for command handling to improve backpressure and lifecycle safety ([#111](https://github.com/CodandoTV/jujubaSVG/pull/111))

### Fixed
- Corrected y-coordinate assignment in `OnClickedJSMessageHandler` so click coordinates map accurately ([#111](https://github.com/CodandoTV/jujubaSVG/pull/111))

---

## 1.4.0

- Compose Multiplatform Support
Expand Down
Loading