diff --git a/CHANGELOG.md b/CHANGELOG.md index e577e69f..9a36c74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 66437be0..fb2bdf34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/documentation.md b/doc/documentation.md index fb0e147b..076063b4 100644 --- a/doc/documentation.md +++ b/doc/documentation.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 48604822..02cff051 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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