Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

v0.3.0

Latest
Compare
Choose a tag to compare
@benox3 benox3 released this 20 Oct 15:27
· 142 commits to master since this release

Bug Fixes

  • firebase: clean up imports and fix issue with tests (4f8a91c)

Features

  • boards: add display components for boards (ab783e7)
  • boards: add story for (7a5109c)
  • boards: hook up boards to query for groups (b06df4a)
  • firebase: pass in loader component for initializing (5da8de7)
  • firebase: rename loader node (6735053)
  • firebase: return null until firebase is initialized (b757799)
  • hooks: create useFirestoreQuery (f13a2d1)
  • hooks: enable real time data updates in useFirestoreQuery (dad875e)
  • hooks: ensure correct passed type from queryResult (56f7421)
  • hooks: rename groups type "project" to "boards" (7b4d4ff)

Tests

  • boards: add testing library and tests for Boards (8d38ce6)
  • hooks: add tests for useGroups (3d77ecc)
  • hooks: add tests to useFirestoreQuery (e0e7b87)
  • hooks: clear mocks in useFireStoreQuery (38cea74)
  • hooks: prevent firebase from hanging (d3f4e93)