docs: change docs in preparation of 5.0.0 release

This commit is contained in:
Joey Boerwinkel 2025-03-06 09:27:04 +01:00 committed by FlutterJoey
parent c63efadd2c
commit 4e0967cc33
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
## 5.0.0 - WIP
## 5.0.0
- Removed the default values for the ChatOptions that are now nullable so they resolve to the ThemeData values
- Added chatAlignment to change the alignment of the chat messages
- Added messageType to the ChatMessageModel to allow for different type of messages, it is nullable to remain backwards compatible
@ -26,6 +26,7 @@
- Added the ability to set the color of the CircularProgressIndicator of the ImageLoadingSnackbar by theme.snackBarTheme.actionTextColor
- Added semantics for variable text, buttons and textfields
- Added flag to enable/disable loading new and old messages on scrolling to the end of the current view.
- Updated description of packages to be more descriptive
## 4.0.0
- Move to the new user story architecture

View file

@ -1,5 +1,5 @@
name: chat_repository_interface
description: "A new Flutter package project."
description: "The interface for a chat repository"
version: 5.0.0
homepage: "https://github.com/Iconica-Development"
@ -18,4 +18,3 @@ dev_dependencies:
git:
url: https://github.com/Iconica-Development/flutter_iconica_analysis
ref: 7.0.0

View file

@ -1,5 +1,5 @@
name: firebase_chat_repository
description: "A new Flutter package project."
description: "Firebase repository implementation for the chat domain repository interface"
version: 5.0.0
homepage: "https://github.com/Iconica-Development"

View file

@ -1,5 +1,5 @@
name: flutter_chat
description: "A new Flutter package project."
description: "User story of the chat domain for quick integration into flutter apps"
version: 5.0.0
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/