Releases: haus23/tipprunde-www
Releases Β· haus23/tipprunde-www
v0.8.0
π Enhancements
π©Ή 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
- Upgrade remix deps. (013b559)
β€οΈ Contributors
- Micha Buchholz (@lean-dev)
v0.7.0
π Enhancements
- Validate championship. (7517ca3)
π©Ή 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
- Update deps. (1e4501b)
β€οΈ Contributors
- Micha Buchholz micha@haus23.net
v0.6.0
π 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
- Micha Buchholz micha@haus23.net
v0.5.1
π 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
- Micha Buchholz micha@haus23.net
v0.5.0
π 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
β€οΈ Contributors
- Micha Buchholz micha@haus23.net
v0.4.0
π 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
- Micha Buchholz micha@haus23.net
v0.3.3
π Enhancements
- Implement nav. (92ea200)
π©Ή Fixes
π Refactors
- Add export for close primitive. (5c5c2c1)
β€οΈ Contributors
- Micha Buchholz micha@haus23.net
v0.3.2
v0.3.1
π 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
- Micha Buchholz micha@haus23.net
v0.3.0
π Enhancements
- Show extra points after publishing. (0a1c272)
- Load and display tips. (9ced197)
- Link ranking to players. (ba08961)
π©Ή Fixes
- Add workaround for radix-ui/primitives#1658 (5ef8f41)
π‘ Chore
- Update tipprunde types. (9ba2d79)
β€οΈ Contributors
- Micha Buchholz micha@haus23.net