Releases: karrotmvp/minigame-client
Releases · karrotmvp/minigame-client
v2.3.1
What's Changed
- Develop by @jongwooha98 in #144
- fix: highlight myself and my-town by @jongwooha98 in #145
- fix: leaderboard fetch issue by @jongwooha98 in #146
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Restructure 2048 puzzle by @jongwooha98 in #140
- Update Home.tsx by @jongwooha98 in #141
- fix: tile duplicated key issue by @jongwooha98 in #142
- Develop by @jongwooha98 in #143
Full Changelog: v2.2.2...v2.3.0
v2.2.2
- Remove subscription button from platform-page
- minor bug fixes
- refactor context api & redux (state management)
What's Changed
- Refactor/context api by @jongwooha98 in #136
- Refactor: migrate all user-related states to 'user' redux state&reducer by @jongwooha98 in #137
- Minor fixes and refactor state management by @jongwooha98 in #138
Full Changelog: v2.2.1...v2.2.2
v2.2.1
- Hotfix: comment issue (issue with onChange event handler on input)
- Add mission notification
What's Changed
- Develop by @jongwooha98 in #134
- Develop by @jongwooha98 in #135
Full Changelog: v2.2.0...v2.2.1
v2.2.0
미션 추가
New Feature
Mission
- mission page
- mission popup
- mission floating button on platform page
2048 game-over modal
- add confetti
- add session rank
Update
2048 game page
- score log is now debounced to reduce http fetch
- first place score is constantly fetched every 10 sec
What's Changed
- feat: Add 'share_community' for tracking by @jongwooha98 in #131
- v2.2.0 by @jongwooha98 in #132
- Update base.ts by @jongwooha98 in #133
Full Changelog: v2.1.0...v2.2.0
v2.1.0
생활서비스 전국배포
New feature
- Platform page
- Display last week's top 10 users & comments in carousel
2048-puzzle
- Show maximum of 1000 users on leaderboard
karrot-clicker
- Show maximum 500 users on leaderboard
Bug fix
- Leaderboard sticky issue
- Leaderboard scroll issue
- City name slice issue -> temporary fixed with regex
2048-puzzle
- game-related bug fix
karrot-clicker
- game-related bug fix: pause issue (big-karrot animation wouldn't stop on clicking pause)
Tracking
- Track user's origin (share(공유), near_by(내근처탭 생활서비스), feed(풍성피드/구독피드(예정)))
- Assign uuid to all users in order to track the users on FA and DB even without them agreeing the third-party agreement
- Update Firebase Analytics event logs
...and many more minor bug fixes and design updates
What's Changed
- placeholder for firstweek of release for 'lastweek winner' by @jongwooha98 in #105
- 2048-puzzle: FA & game-related bug fix by @jongwooha98 in #106
- Remove console.log from production by @jongwooha98 in #107
- remove: unused imports by @jongwooha98 in #108
- feat: add analytics by @jongwooha98 in #109
- fix/leaderboard sticky div by @jongwooha98 in #110
- remove: unused import by @jongwooha98 in #111
- fix/ui-ux by @jongwooha98 in #112
- feat: add direction for top10 to leave comment by @jongwooha98 in #113
- fix: change default comment by @jongwooha98 in #114
- fix: cityName slice issue by @jongwooha98 in #115
- update: change FA custom params name by @jongwooha98 in #116
- Fix/ui by @jongwooha98 in #117
- fix: ui-ux by @jongwooha98 in #118
- feat: update size of leaderboard by @jongwooha98 in #119
- fix design by @jongwooha98 in #120
- Update existing api by @jongwooha98 in #121
- Update existing api by @jongwooha98 in #124
- Develop by @jongwooha98 in #126
- Develop by @jongwooha98 in #127
- Update base.ts by @jongwooha98 in #128
- fix: Use regex to fix townName1 slice issue by @jongwooha98 in #129
- Develop by @jongwooha98 in #130
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Initial release of 2048-puzzle
New Releases
- 2048-puzzle (new game)
- platform page
New features
- User can now subscribe to the app inside the mini-app itself
Updated Features
- Share link is customized depending on where the button is clicked
- Currently 3 share links are active: general, 2048-puzzle, karrot-clicker
What's Changed
- Feat/game 2048 by @jongwooha98 in #86
- wip: newGameNotification by @jongwooha98 in #87
- fix: preset pop up when new user clicks game-start by @jongwooha98 in #88
- Feat/game 2048 by @jongwooha98 in #89
- wip: fix game over scenario by @jongwooha98 in #90
- Feat/game 2048 by @jongwooha98 in #91
- remove unused var by @jongwooha98 in #92
- fix: user authentication by @jongwooha98 in #93
- wip: Improve game optimization by @jongwooha98 in #94
- Feat/game 2048 by @jongwooha98 in #95
- Feat/game 2048 by @jongwooha98 in #96
- Feat/game 2048 by @jongwooha98 in #97
- remove undefined variable by @jongwooha98 in #98
- Feat/game 2048 by @jongwooha98 in #99
- Feat/game 2048 by @jongwooha98 in #100
- fix: react-cookie issue (override cookie regardless of existence) by @jongwooha98 in #101
- Feat/game 2048 by @jongwooha98 in #102
- Feat/game 2048 by @jongwooha98 in #103
- Develop by @jongwooha98 in #104
Full Changelog: v2.0.0-alpha...v2.0.0
v2.0.0-alpha
chore: change base path of api