Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 534 Bytes

File metadata and controls

18 lines (13 loc) · 534 Bytes

Changelog

1.1.0 (2022-07-25)

  • Update to React 18.
  • Update to Next.js 12.2.
  • Switch to using pagination instead of windowed rendering for stat, title, and user cards.
  • Clean up structure of pages by using contexts.
  • Update useFilter (renamed from useListFilter) hook to fix bugs and reduce number of re-renders.
  • Update layout of cards top bar (especially filters container).
  • Improve performance in other areas.
  • Update all other packages.
  • Update README and add CHANGELOG.

1.0.0 (2022-06-04)

  • Initial Release