Skip to content

Commit ad165ec

Browse files
committed
bump version
1 parent 7e3e9d1 commit ad165ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.6.15
2+
3+
- Last release of `v1` and `v2` is replacing it on main branch soon.
4+
- Updated markdown matchers to be **bold** (double asterisk), _italic_ (double underscore), ~~linethrough~~ (double tilde) and `code` (single backtick).
5+
- Removed PopScope since new api requires Flutter v3.22 and I want to still support older versions. Let me know if it introduces breaking behaviour.
6+
- Added support for AssetImage (uri starts with `assets/`). Thanks @thomers for the PR!
7+
18
## 1.6.14
29

310
- While `v2` is still in the works (unexpected blockers, see GitHub for progress) releasing a small patch update with improvements.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_chat_ui
22
description: >
33
Actively maintained, community-driven chat UI implementation with an
44
optional Firebase BaaS.
5-
version: 1.6.14
5+
version: 1.6.15
66
homepage: https://flyer.chat
77
repository: https://github.com/flyerhq/flutter_chat_ui
88

0 commit comments

Comments
 (0)