Skip to content

Latest commit

 

History

History
149 lines (92 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

149 lines (92 loc) · 3.33 KB

[1.5.0] - 2025-02-06

Dependencies

  • Upgrade supabase_flutter: ^2.8.3

[1.4.3] - 2024-12-26

ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️

Improvement documentations.

Fixed

  • Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
  • Fixed #27 Error in room or message deletion query, a limit(1) was incorrectly applied

[1.4.2] - 2024-11-30

Dependencies

  • Upgrade mine: '>=1.0.2 <3.0.0'

[1.4.1] - 2024-11-21

Fixed

  • Fixed #20 Chat creator role is null instead of admin

[1.4.0] - 2024-11-21

⚠️⚠️ Need schema migration ⚠️⚠️

Improvements

  • Now when we get the rooms the rooms_l view is used so that we can get all the information without having to do multiple queries

Fixed

  • Fixed #20 Chat creator role is null instead of admin
  • Fixed online user status realtime subscription

[1.3.2] - 2024-11-13

Improve documentations

Fixed

  • Fixed schema chats permission after view creation

[1.3.1] - 2024-11-12

Fixed

  • Fixed updateRoomList sorting

[1.3.0] - 2024-11-04

⚠️⚠️ Some Breaking Changes ⚠️⚠️

New features

  • Added Rooms list pagination and searchable

Fixed

  • Security fix on RLS helper functions

[1.2.0] - 2024-10-31

⚠️⚠️ Some Breaking Changes ⚠️⚠️

New features

  • Added Users list pagination and searchable
  • Added Users typing status

Fixed

  • Fix database index e security fix on function

[1.1.0] - 2024-08-30

Fixed

  • Fixed update room call
  • Fixed Dart SDK version for Flutter 3.22.x (#9)
  • Updated dependencies

[1.0.0] - 2024-06-19

Fixed

  • Fixed schema migration (#3)
  • Fixed example theme variables, now support Flutter > 3.22.x

[0.10.0] - 2024-04-04

Features

  • Added user online status support
  • Added room messages pagination, now it's possible load messages on chat scrolling
  • Added SupabaseChatController

Widgets

  • Added UserOnlineStateObserver widget
  • Added UserOnlineStatusWidget widget

Dependencies

  • Removed dio dependency
  • Upgraded supabase_flutter to ^2.4.0

[0.9.0] - 2024-03-11

  • Improved documentation
  • Fixed RSL on chats schema
  • Add files download support
  • Test on Android device
  • Renamed SupabseChatCore to SupabaseChatCore 😅 (typo)
  • Added logic to change status in read messages
  • Dependencies updated

[0.0.2] - 2024-02-12

  • Improved documentation and fixed GitHub Pages CI

[0.0.1] - 2024-02-09

  • Initial release