Skip to content

Commit 9da9efa

Browse files
committed
docs: Add CHANGELOG.md for v0.0.4
1 parent 5a5a3d8 commit 9da9efa

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## v0.0.4
4+
- 🐛 Fix build on Xcode 16 (#21)
5+
6+
## v0.0.3
7+
- 📝 Update docs
8+
- 🐛 Hide the plus button if no attachment actions are registered (#19)
9+
- ♻️ Simplify attachment previews by conforming `Attachment` to `View` (#20)
10+
- ✨ Add support for attachment previews (#18)
11+
- ⬆️ Use relative paths for dependencies (#16)
12+
- 🤖 Add agents files (#15)
13+
- ✨ Add attachmentPreview for MessageComposerView (#14)
14+
15+
## v0.0.2
16+
- 💄 Fix “add” button size for latest iOS 26 update (#10)
17+
- 🚀 Refactor `Message` to protocol and add robust error handling (#9)
18+
- ✨ Add attachment actions support and UI improvements for iOS 18 (#4)
19+
- ⬇️ Reduce minimum deployment targets to iOS/macCatalyst 17+ (#3)
20+
21+
## v0.0.1
22+
- 🧹 Cleaning up for open source release (#2)
23+
- ✨ Add demo app, support iOS 26, implement more flexible UI (#1)
24+
- 📝 Add README
25+
- ✨ Add support for images

0 commit comments

Comments
 (0)