Skip to content

Releases: haus23/tipprunde-www

v0.8.0

16 Nov 19:09
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Use (unstable) viewTransitions. (49917a3)
  • Use link prefetching. (d747eff)

🩹 Fixes

  • Do not embed svg. Best practice now. And add public log png. (c4980f6)
  • Do not crash with open matches. (4aa92b4)
  • Clean reinstall of deps tree. (aceade9)
  • Remove untouched entry files. (46e8fbe)
  • Remove all shouldRevalidate implementations. Resolves #3 (#3)

πŸ’… Refactors

  • Rename symbols due to API break. (628bd8d)
  • Type metafunction data arg. (0460454)
  • Adapt matches type to the new meta function argument. (8b58a7a)
  • Backport code from runde-tips. (d2f6a2f)
  • Remove obsolete flags. (cc9ad63)

🏑 Chore

❀️ Contributors

v0.7.0

07 Jul 16:03
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Set SameSite cookie attribute. (d6a6dcd)
  • Provide proper error boundary. (44e11b8)
  • Drop local changelogen installation. (aa9ddc3)

πŸ’… Refactors

  • Remove vercel adapter and config. (4bcd1ee)
  • Update to remix headers v2 (62f037b)
  • Opt-out from v2 default format by now. (a15ccea)
  • Update server entry. (144cc40)
  • Change to v2 dev server. (157040e)

🏑 Chore

❀️ Contributors

v0.6.0

06 Jun 20:26
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add client-hints cookie. Polyfilling missing standard. (ba64dd8)
  • Render color theme based on the client hint. (927ee8c)
  • Add theme toggle to the navs. Implements client side theme switch. (67aa5c1)
  • Persist user preference for color theme in session cookie. (6b3c53d)

🩹 Fixes

  • Add missing dependency. (2c2a50c)
  • Overlapping icon on small devices. (4e5156f)
  • seo: Add button label. (f91f2f1)
  • a11y: Tweak Lighthouse. (443ca66)
  • Move charset tag up. (34f2fd6)

πŸ’… Refactors

  • Nest additional loader to make the root loader data independent. (926067a)
  • Rename initial theme prop. (8f75437)

❀️ Contributors

v0.5.1

06 Jun 10:18
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Make table sortable. (27831fe)
  • Make select component groupable. (68465af)
  • Stay on current view when changing championship. (f45437a)
  • Keep the search string while switching championships. Handle edge case in matches view. (ace4fba)

🩹 Fixes

  • Delete the old routes. (bc5e38a)
  • Provide bot robots file. (ddff60c)
  • a11y: Add labels to the info-box trigger buttons. (7a8dc42)
  • Wrong link href (be8a7c7)

πŸ’… Refactors

  • Make helpers error prune. (eac51d0)

❀️ Contributors

v0.5.0

04 Jun 21:16
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Refactor routing with remix-flat-routes package. Add auth routes as proof of concept by now. (6e3fa07)

πŸ’… Refactors

  • Move reusable components to dedicated ui folder. (69b0faf)
  • Rename ui components folder. (162ba8d)
  • Move app layout to root. Clean-up root. (e59151b)
  • Move app data loading to root. (cedf47d)
  • Remove unused pathless layout. (fce7be6)
  • Simplify ranking with now updated backend. No need to query matches and teams. (34ac9a5)
  • Ignore all existing routes first. (f13cf31)
  • Move the old routes out of the way. Start with the flat-routes package. (dc61d8e)
  • Add ranking route. (1f122b5)
  • Add players route back. URL changing to clearify loading with extra layout. (b4e28d7)
  • Add matches route back (853131e)

🏑 Chore

  • Upgrade tipprunde types. (4216efa)
  • Add dependency remix-flat-routes. Start migration. (9c2cef1)

❀️ Contributors

v0.4.0

04 Jun 14:17
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add match route. (0268056)
  • Load current match and tips with loader. (521b411)
  • First take on the match tips table. And align all table layouts. (b6a13a8)

🩹 Fixes

πŸ’… Refactors

  • Align with upgraded query type. (82005b7)
  • Better naming (74c4541)
  • Simplify logic - loader comes first and has the data. (234657b)

🏑 Chore

  • Upgrade tipprunde types. (9952827)

❀️ Contributors

v0.3.3

02 Jun 14:34
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Increase z-index (7edf812)
  • Restore scroll pos on same locations. (f0af8bb)

πŸ’… Refactors

  • Add export for close primitive. (5c5c2c1)

❀️ Contributors

v0.3.2

01 Jun 21:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Provide correct link route. (943d3fc)

πŸ’… Refactors

  • Await matches in loader. (b6de5ce)
  • Use match data from all matches query. (759562c)
  • Align with updated type and backend. (fa36377)

🏑 Chore

  • Upgrade tipprunde types. (f25cfbf)

❀️ Contributors

v0.3.1

01 Jun 13:36
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add reuseable info-box component. (02b0b3e)
  • Open infobox on hover as well. (55b7cfa)
  • Make icon customizable. (163b521)
  • Show current matches and tips in ranking. (b9349c3)

❀️ Contributors

v0.3.0

31 May 21:53
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Show extra points after publishing. (0a1c272)
  • Load and display tips. (9ced197)
  • Link ranking to players. (ba08961)

🩹 Fixes

🏑 Chore

  • Update tipprunde types. (9ba2d79)

❀️ Contributors