Skip to content

Commit 33f8041

Browse files
chore: 🔖 Update package version to 3.0.0 (#412)
1 parent d6f3fad commit 33f8041

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## [3.0.0]
2+
23
* **Feat**: [414](https://github.com/SimformSolutionsPvtLtd/chatview/pull/414)
34
Enhance link preview to support multiple URLs extraction and clickable links.
45
* **Feat**: [374](https://github.com/SimformSolutionsPvtLtd/chatview/issues/374)
56
Add support for displaying and selecting text and links in a single message view.
6-
* **Breaking**: [411](https://github.com/SimformSolutionsPvtLtd/chatview/pull/411)
7-
Update the example iOS deployment target to 13, as the example depends on `audiowaveform`, which requires iOS 13 or later.
7+
* **Breaking**: [411](https://github.com/SimformSolutionsPvtLtd/chatview/pull/411) Update the
8+
example iOS deployment target to 13, as the example depends on `audiowaveform`, which requires iOS
9+
13 or later.
810
* **Feat**: [401](https://github.com/SimformSolutionsPvtLtd/chatview/pull/401)
9-
Added text selection and copy functionality to chat bubbles.
10-
Introduced the `onTextSelection` parameter in `FeatureActiveConfig` (default: false). When enabled, users can select and copy text with a long press.
11+
Added text selection and copy functionality to chat bubbles. Introduced the `onTextSelection`
12+
parameter in `FeatureActiveConfig` (default: false). When enabled, users can select and copy text
13+
with a long press.
1114
* **Breaking**: [318](https://github.com/SimformSolutionsPvtLtd/chatview/issues/318)
1215
Provide support for action item widgets on the chat text field with position options
1316
`leadingActions` and `trailingActions` in `TextFieldConfiguration`. Also, provide a way to add

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies:
6060
| `chatview` version | [`chatview_connect`][chatViewConnect] version |
6161
|--------------------|-----------------------------------------------|
6262
| `>=2.4.1 <3.0.0` | `0.0.1` |
63-
| `>= 3.0.0` | `0.0.2` |
63+
| `>= 3.0.0` | `3.0.0` |
6464

6565
## ChatView with Backend Support
6666

doc/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.gi
4848
| chatview version | [chatview_connect](https://pub.dev/packages/chatview_connect) version |
4949
|------------------|-----------------------------------------------------------------------|
5050
| `>=2.4.1 <3.0.0` | `0.0.1` |
51-
| `>= 3.0.0` | `0.0.2` |
51+
| `>= 3.0.0` | `3.0.0` |
5252

5353
## Compatible Message Types
5454

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: chatview
22
description: A Flutter package that allows you to integrate Chat View with highly customization options.
3-
version: 2.5.0
3+
version: 3.0.0
44
issue_tracker: https://github.com/SimformSolutionsPvtLtd/chatview/issues
55
repository: https://github.com/SimformSolutionsPvtLtd/chatview
66

0 commit comments

Comments
 (0)