Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## [3.0.0]

* **Feat**: [414](https://github.com/SimformSolutionsPvtLtd/chatview/pull/414)
Enhance link preview to support multiple URLs extraction and clickable links.
* **Feat**: [374](https://github.com/SimformSolutionsPvtLtd/chatview/issues/374)
Add support for displaying and selecting text and links in a single message view.
* **Breaking**: [411](https://github.com/SimformSolutionsPvtLtd/chatview/pull/411)
Update the example iOS deployment target to 13, as the example depends on `audiowaveform`, which requires iOS 13 or later.
* **Breaking**: [411](https://github.com/SimformSolutionsPvtLtd/chatview/pull/411) Update the
example iOS deployment target to 13, as the example depends on `audiowaveform`, which requires iOS
13 or later.
* **Feat**: [401](https://github.com/SimformSolutionsPvtLtd/chatview/pull/401)
Added text selection and copy functionality to chat bubbles.
Introduced the `onTextSelection` parameter in `FeatureActiveConfig` (default: false). When enabled, users can select and copy text with a long press.
Added text selection and copy functionality to chat bubbles. Introduced the `onTextSelection`
parameter in `FeatureActiveConfig` (default: false). When enabled, users can select and copy text
with a long press.
* **Breaking**: [318](https://github.com/SimformSolutionsPvtLtd/chatview/issues/318)
Provide support for action item widgets on the chat text field with position options
`leadingActions` and `trailingActions` in `TextFieldConfiguration`. Also, provide a way to add
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
| `chatview` version | [`chatview_connect`][chatViewConnect] version |
|--------------------|-----------------------------------------------|
| `>=2.4.1 <3.0.0` | `0.0.1` |
| `>= 3.0.0` | `0.0.2` |
| `>= 3.0.0` | `3.0.0` |

## ChatView with Backend Support

Expand Down
2 changes: 1 addition & 1 deletion doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.gi
| chatview version | [chatview_connect](https://pub.dev/packages/chatview_connect) version |
|------------------|-----------------------------------------------------------------------|
| `>=2.4.1 <3.0.0` | `0.0.1` |
| `>= 3.0.0` | `0.0.2` |
| `>= 3.0.0` | `3.0.0` |

## Compatible Message Types

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chatview
description: A Flutter package that allows you to integrate Chat View with highly customization options.
version: 2.5.0
version: 3.0.0
issue_tracker: https://github.com/SimformSolutionsPvtLtd/chatview/issues
repository: https://github.com/SimformSolutionsPvtLtd/chatview

Expand Down