Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Zouhairmaj Zouhairmaj released this 27 Nov 11:53
· 1 commit to main since this release
95db805

v0.1.0

Initial release of Supachat - React chat component with Supabase integration.

Core

  • Real-time messaging with optimistic updates
  • Message CRUD operations (edit, delete)
  • Reply & quote functionality
  • User mentions with suggestion overlay
  • Emoji reactions (emoji-mart integration)
  • Image attachments with preview
  • Message status indicators
  • Date separators with virtual scroll

Technical

  • React hooks-based architecture
  • Supabase Realtime integration
  • Storage handling for attachments
  • RLS policies included
  • Responsive Tailwind implementation
  • Full TypeScript support

Dependencies

@emoji-mart/data
@emoji-mart/react 
emoji-mart
lucide-react
@supabase/supabase-js
tailwindcss

Known Issues

  • Performance degradation with large image attachments
  • Z-index conflicts with emoji picker in certain layouts

Full documentation in README.md