Files
stream-chat-flutter/CHANGELOG.md
T
2020-05-06 09:46:43 +02:00

3.1 KiB

0.1.35

  • Add backgroundColor as part of StreamChatThemeData

0.1.34

  • Add onUserAvatarTap

0.1.33

  • Add default user and channel image to StreamChatTheme

0.1.32

  • Update llc version

0.1.31

Added some parameters to MessageInput

  • add actions parameter
  • add textEditingController parameter
  • add actionsLocation (RIGHT or LEFT) parameter
  • add attachmentThumbnailBuilders
  • add editMessageInputBuilder to customize the MessageInput while editing messages
  • expose MessageInputState

Using attachmentThumbnailBuilders it's possible to render custom attachment thumbnails both for standard and custom attachment types Using MessageInput.of or a GlobalKey it's possible to call these methods:

  • sendMessage to send the message
  • pickFile to open the gallery/camera to pick a file
  • addAttachment to add a custom attachment to the message
  • showAttachmentModal to show the modal (that's the behaviour of the attachmentButton)

0.2.0-alpha+13

  • Handle channel deleted event

0.2.0-alpha+11

  • Fix message builder and add messageList to it

0.2.0-alpha+10

  • Add date divider builder

  • Fix reply indicator tap

0.2.0-alpha+9

  • Add attachmentBuilders to MessageWidget and MessageListView

0.2.0-alpha+7

  • Update llc dependency

0.2.0-alpha+5

  • Remove dependencies on notification service

  • Expose some helping method for integrate offline storage with push notifications

0.2.0-alpha+3

  • Fix overflow in mentions overlay

0.2.0-alpha+2

  • Add better mime detection

0.2.0-alpha+1

  • Fix video loading and error

0.2.0-alpha

  • Offline storage

  • Push notifications

  • Minor bug fixes

0.1.20s

  • Add message configuration properties to MessageListView

0.1.19

  • Fix video aspect ratio

  • Add property to decide whether to enable video fullscreen

  • Add property to hide the attachment button

  • Do not show send button if an attachment is still uploading

  • Unfocus and disable the TextField before opening the camera (workaround for flutter/flutter#42417)

  • Add gesture (vertical drag down) to close the keyboard

  • Add keyboard type parameters (set it to TextInputType.text to show the submit button that will even close the keyboard)

The property showVideoFullScreen was added mainly because of this issue brianegan/chewie#261

0.1.18

  • Add message list date separators

0.1.17

  • Add dark theme

0.1.16

  • Add possibility to show the other users username next to the message timestamp

0.1.15

  • Fix MessageInput overflow

0.1.14

  • Add automatic keep alive to streamchat

0.1.12

  • Fix dependency error on iOS using flutter_form_builder

0.1.11

  • Fix bug in ChannelPreview when list of messages is empty

0.1.10

  • Do not automatically dispose Client object when disposing StreamChat widget

0.1.9

  • Fix message ui overflow

0.1.8

  • Bug fix

0.1.7

  • Add chat commands

  • Add edit message

0.1.6+4

  • Add some documentation

0.1.5

  • Fix channels pagination

0.1.4

  • Fix message widget builder on reaction

0.1.3

  • Fix upload attachment

0.1.2

  • Fix avatar shape

0.1.1

  • Add ThreadHeader

0.0.1

  • First release