Skip to content

Releases: cdub615/wordle-teams

1.2.3

03 Jun 20:44
Compare
Choose a tag to compare

Patches

  • Bump up to current month upon new month: 816cf3d
  • Sort scores table hightest to lowest score: 02cf1f5

1.2.2

31 May 15:28
Compare
Choose a tag to compare

Patches

  • Prevent team boards and scoring system cards from extending past content to match row height when team cards are larger: 279b759
  • Autofocus the answer input to hint at adding the answer first: 1902987
  • Fix incorrect letter colors when multiples, also encourage entering answer first on mobile: 57ac023

1.2.1

28 May 22:48
Compare
Choose a tag to compare

Patch

  • Fix X (Twitter) logo color: e801a77

1.2.0

28 May 20:12
Compare
Choose a tag to compare

Minor Changes

1.1.0

24 May 23:15
Compare
Choose a tag to compare

Minor Changes

  • Handle signup and invite in auth callback without the type param: 0233c68
  • First oauth implementation, GitHub login: cfd7ac6
  • Start of other oauth providers, finished oauth flow to handle invited signups, refactored callback handler: f9f5086
  • Put oauth above email login: 4898a94
  • Added a few oauth providers (still need configured), made oauth recommended sign in method with a button for choosing email sign in: e70e1dc
  • Customized oauth call params for google and azure: 1f39031
  • Added email to azure oauth scopes: 0568896
  • Reduced to 6 oauth providers, fixed name use in callback, show avatar url if present, new blur and spin on gradient ring: 3e58440
  • Terms of use and privacy policy: f376ce3
  • Well-known file for msft: b9b9421
  • User avatar ring fix, pared down oauth to three we can activate now, email auth flow fixes: 0955a05
  • Clear localStorage and cookies upon logout: a4f6362
  • Handle awaitingVerification state in login and signup components: b3c0fff
  • Updated README: 17a568e

What's Changed

Full Changelog: v1.0.1...1.1.0

v1.0.1

14 May 18:41
7284463
Compare
Choose a tag to compare

Bug Fixes

  • login error handling
  • invite / complete profile fixes
  • update state appropriately in scores table upon board delete
  • update state appropriately in team boards upon selected team change

v1.0.0

10 May 21:04
6b716e9
Compare
Choose a tag to compare

What's Changed

  • create teams
  • invite friends
  • enter Wordle boards
  • view monthly scores based on number of attempts to guess the day’s word
  • view yours and your team members’ Wordle boards
  • customize scoring system if pro member

Full Changelog: https://github.com/cdub615/wordle-teams/commits/v1.0.0