Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@davidhorm davidhorm released this 03 Apr 00:49
· 2 commits to main since this release
b77b739

New Features

  • Custom Sort Controls (UI 0954429, logic c9e1371, query params da6ce94)
  • Update sort score MIN(√Best#,10) + Best% + (Rec% * 0.8) 9c08b4e
    • Take average when more than one player count

Fix

96f0865 Configure MUI Popover for tailwind
d67a73a fix: missing results workaround - https://boardgamegeek.com/thread/3043527/article/41932661#41932661
aa0a6ea fix build
79b05d1 update predeploy and deploy scripts

Refactors/Chores

  • Move <BggCollection> and <MaybeHeader> to root (5efad88)
    • fix SimpleBoardGame export path (c693c96 )
  • Create sort.service
    • Move Sort logic to service - includes refactoring filterDispatch into object (84257d0)
    • Move sort logic and types to sort.service 75672a9
    • Convert defaultSortConfigs to array (instead of object) e3dfe80
    • Merge SelectedSort[] type with SortConfig[] e3dfe80
    • Rename selectedSorts (to be plural) e3dfe80
    • Rename to deleteSelectedSort (to be specific) e3dfe80
  • Reorganize tests with Filters and Sort (7c96bdd, 6df3dbd)
  • toggleSelectedSort implementation 4ca17d1
  • bump version to v1.3 cd35474
  • update docs and tests about mock users dc8a1d2, e9eee84, 4b1eeae, 8feeeaa, a88db70
  • pnpm install --no-frozen-lockfile 5306c60
  • remove unused import 17644b5
  • remove firefox from e2e tests 909a790