Skip to content

Releases: tusharlock10/paladins-edge-client

Release v0.21.2

11 Jun 22:45
3cb75a5
Compare
Choose a tag to compare

0.21.2 (2022-06-11)

Features

  • playermatches: add responsiveness to PlayerDetail matches in web (e5c6469), closes #316

Release v0.21.1

11 Jun 20:57
316a1c5
Compare
Choose a tag to compare

0.21.1 (2022-06-11)

Bug Fixes

  • filter: selected filter resets when opening another filter (57d025d), closes #314
  • general: general fixes for PlayerDetail and MatchDetail screens (7609333), closes #313

Release v0.21.0

08 Jun 14:34
5a40f03
Compare
Choose a tag to compare

0.21.0 (2022-06-08)

Features

  • filters: add filter and sort for player matches (6b18b6d), closes #308
  • sort: add sort functionality in player matches (aa15c5e)

Bug Fixes

  • ci: web builder flutter version (69cafc6)
  • ci: web builder flutter version (4c7ed20)

Release v0.20.0

01 Jun 13:24
3fbbb0c
Compare
Choose a tag to compare

0.20.0 (2022-06-01)

Bug Fixes

  • chart data on y-axis (9ddb41a)
  • excluded generated file from analysis_options.yaml (ea1db43)
  • miscellaneous stuff (909229b)
  • theme loading issue on app start (14d0bd5)
  • transition: fix janky transition animation (154e21d), closes #296

Code Refactoring

  • linting: fix linting issues (383b673)

Release v0.19.2

27 May 06:01
Compare
Choose a tag to compare

0.19.2 (2022-05-27)

Bug Fixes

  • globalchat: fix design for global chat input (5b96d66), closes #300

Release v0.19.1

26 May 13:57
961ab60
Compare
Choose a tag to compare

0.19.1 (2022-05-26)

Bug Fixes

  • champions: fix champion search issue (d5ca73b), closes #295

Release v0.19.0

26 May 11:47
cb66577
Compare
Choose a tag to compare

0.19.0 (2022-05-26)

Features

  • [WIP] add global chat screen (cd4da6d)
  • add utilities for player connect/ disconnect (b2433c2)
  • globalchat: add player chat typing and custom input (22b4fc4)
  • globalchat: add players online status global chat (555af2c)
  • globalchat: fix onChildAdded listener providing duplicate messages (d95b7de)
  • globalchat: move global chat functionality to provider (5b25815), closes #283

Release v0.18.3

15 May 02:09
11bd8ff
Compare
Choose a tag to compare

0.18.3 (2022-05-15)

Features

  • notifications: redesign foreground notification (03f02bf), closes #280

Bug Fixes

  • connectprofile: add check to prevent conneting from claimed player profiles (e4b99d5), closes #281
  • player: fix beaming back to player detail not updating the screen (c739af9), closes #291

Release v0.18.2

14 May 12:19
2dfa7fb
Compare
Choose a tag to compare

0.18.2 (2022-05-14)

Bug Fixes

  • navigation: add ability to redirect from login and main (72ea7a5), closes #287

Build Systems

  • web: change git tag to 2.10.5 (dfcca0f)

Release v0.18.1

12 May 10:52
bbeabd3
Compare
Choose a tag to compare

0.18.1 (2022-05-12)

⚠ BREAKING CHANGES

  • beamer: changes how navigation works
  • routing: changed overall navigation and paramspassing
  • friends: Its like the app is rewritten

Features

  • beamer: add beamer library for navigation (64ea365)
  • loadout: add functionality to view other player loadouts (96e0b2c), closes #275
  • redirect: add redirect to proper route if for connected player (3637925)
  • routes: add activeMatches in protected routes (d6aaed9)
  • routing: add go router (df4f65f)
  • routing: add route path params in playerDetail, matchDetail, playerChampions (b473b2c)
  • search: add highlight on champions search text (5c82e51)
  • status: add online/offline status in player detail (f0c97b7), closes #275
  • add not found screen (fd163a9)
  • added navigation for bottom tabs (acf1c83)
  • QOL changes (15f6856)
  • style: change styling of bottom sheets in web (c4073f0)

Bug Fixes

  • navigation in not found page (989852a)
  • build: removed ndk symbol table thingy (e83dad8)
  • logout: clear data immediarly on guest logout (53656a4)
  • add _redirects for web (107b21b)

Build Systems

  • web: changed requirement to flutter 2.10.5 (b94e2b4)

Continuous Integration

  • env: add context env to switch between prod and stage deploys (63c7432)

Code Refactoring

  • friends: redesigned friends screen to better suit for web (21fde37)
  • friends: refactor friends code to use hooks (936adbb), closes #46
  • navigation: abstract routing into utilities (b7dfebf)