Releases: AndrewCK24/volleybro
Releases · AndrewCK24/volleybro
v0.3.0
Highlight
Record minimum viable feature!
What's Changed
- update by @AndrewCK24 in #82
- feat: Add
NewRecord
&RecordSetOptions
feature for creating new record of a match by @AndrewCK24 in #85 - style: Change project name to
VolleyBro
by @AndrewCK24 in #87 - feat: Add
Court
,Preview
,RallyPanel
toRecord page
by @AndrewCK24 in #88 - feat: Add
RalliesEdit
to edit specific record of a rally by @AndrewCK24 in #89 - refactor: Clean up deprecated auth features, rename components by @AndrewCK24 in #91
- chore: Update dependencies by @AndrewCK24 in #92
- chore: Add
serwist
to replace deprecatednext-pwa
package by @AndrewCK24 in #93 - feat: Implement optimistic update of
rallies
inRecord
by @AndrewCK24 in #94 - chore(deps): bump next from 14.2.5 to 14.2.12 by @dependabot in #95
- chore(deps): bump next from 14.2.5 to 14.2.12 by @AndrewCK24 in #96
- feat: implement
Clean Architecture
with TypeScript by @AndrewCK24 in #97 - refactor:
shadcn
ui components totsx
by @AndrewCK24 in #98 - update by @AndrewCK24 in #99
- feat: redefined
scoring-moves
& refactoradd-rally
function with Clean Architecture by @AndrewCK24 in #100 - refactor: use
src
directory to separate source files from other files by @AndrewCK24 in #101 - chore: update dependencies & add
@next/bundle-analyzer
by @AndrewCK24 in #102 - fix:
TeamPage
tabs spacing problems, refactorteam
components to TypeScript by @AndrewCK24 in #103 - fix: ui components & shadcn config file issues by @AndrewCK24 in #104
- refactor(redux): convert
redux-store
&record-slice
to typescript by @AndrewCK24 in #105 - feat: split match-info form state from
record-slice
by @AndrewCK24 in #106 - refactor: convert all
record
components to typescript by @AndrewCK24 in #107 - fix(record): redux initialization issue when route changes by @AndrewCK24 in #108
- fix: auth issues by @AndrewCK24 in #109
- updates by @AndrewCK24 in #110
- feat: check match phase when adding rally (matchPhaseHelper) by @AndrewCK24 in #111
- feat: add
serveOrderHelper
for lineup rotation feature by @AndrewCK24 in #112 - fix: no redirect related to auth issues in middleware.js by @AndrewCK24 in #113
- update from fix-auth-redirect by @AndrewCK24 in #115
- fix: mongoose schema error by @AndrewCK24 in #116
- feat: remove feature of automatically creating 1st set when creating new record by @AndrewCK24 in #117
- feat: add
create-set
,update-set
feature by @AndrewCK24 in #118 - feat:
useLineup
, record stats according to rally by @AndrewCK24 in #119 - fix: display issue when no records are available at
TeamMatches
component by @AndrewCK24 in #120 - refactor:
record-slice
setNum
->setIndex
,rallyNum
->rallyIndex
by @AndrewCK24 in #121 - feat: create
overview
component for stats by @AndrewCK24 in #123 - feat: convert
lineup-slice
and related components to TypeScript by @AndrewCK24 in #124 - fix:
useLineup
issue when data is not ready yet by @AndrewCK24 in #125 - refactor: misc type adjustment by @AndrewCK24 in #126
- chore(deps): bump cookie and next-auth by @dependabot in #129
- feat: add createSubstitution feature by @AndrewCK24 in #130
- chore(deps): update next.js to v15.0.1 by @AndrewCK24 in #131
- fix:
TeamMembersTable
column.id issue (#70) by @AndrewCK24 in #132 - feat(record): add
substitution
related UI by @AndrewCK24 in #133 - fix: substitution info of lineup not being updated issue by @AndrewCK24 in #134
- feat: replace
rallies
withentries
in record by @AndrewCK24 in #135
Full Changelog: v0.2.3...v0.3.0
v0.3.0-beta.1
Highlight
- style: Change project name to
VolleyBro
by @AndrewCK24 in #87 - chore: Add
serwist
to replace deprecatednext-pwa
package by @AndrewCK24 in #93 - feat: Implement optimistic update of
rallies
inRecord
by @AndrewCK24 in #94 - feat: implement
Clean Architecture
with TypeScript by @AndrewCK24 in #97
What's Changed
- style: Change project name to
VolleyBro
by @AndrewCK24 in #87 - feat: Add
Court
,Preview
,RallyPanel
toRecord page
by @AndrewCK24 in #88 - feat: Add
RalliesEdit
to edit specific record of a rally by @AndrewCK24 in #89 - refactor: Clean up deprecated auth features, rename components by @AndrewCK24 in #91
- chore: Update dependencies by @AndrewCK24 in #92
- chore: Add
serwist
to replace deprecatednext-pwa
package by @AndrewCK24 in #93 - feat: Implement optimistic update of
rallies
inRecord
by @AndrewCK24 in #94 - chore(deps): bump next from 14.2.5 to 14.2.12 by @dependabot in #95
- chore(deps): bump next from 14.2.5 to 14.2.12 by @AndrewCK24 in #96
- feat: implement
Clean Architecture
with TypeScript by @AndrewCK24 in #97 - refactor:
shadcn
ui components totsx
by @AndrewCK24 in #98 - update by @AndrewCK24 in #99
- feat: redefined
scoring-moves
& refactoradd-rally
function with Clean Architecture by @AndrewCK24 in #100 - refactor: use
src
directory to separate source files from other files by @AndrewCK24 in #101 - chore: update dependencies & add
@next/bundle-analyzer
by @AndrewCK24 in #102 - fix:
TeamPage
tabs spacing problems, refactorteam
components to TypeScript by @AndrewCK24 in #103 - fix: ui components & shadcn config file issues by @AndrewCK24 in #104
- refactor(redux): convert
redux-store
&record-slice
to typescript by @AndrewCK24 in #105 - feat: split match-info form state from
record-slice
by @AndrewCK24 in #106 - refactor: convert all
record
components to typescript by @AndrewCK24 in #107 - fix(record): redux initialization issue when route changes by @AndrewCK24 in #108
- fix: auth issues by @AndrewCK24 in #109
- updates by @AndrewCK24 in #110
- feat: check match phase when adding rally (matchPhaseHelper) by @AndrewCK24 in #111
- feat: add
serveOrderHelper
for lineup rotation feature by @AndrewCK24 in #112 - fix: no redirect related to auth issues in middleware.js by @AndrewCK24 in #113
- update from fix-auth-redirect by @AndrewCK24 in #115
- fix: mongoose schema error by @AndrewCK24 in #116
- feat: remove feature of automatically creating 1st set when creating new record by @AndrewCK24 in #117
- feat: add
create-set
,update-set
feature by @AndrewCK24 in #118 - feat:
useLineup
, record stats according to rally by @AndrewCK24 in #119 - fix: display issue when no records are available at
TeamMatches
component by @AndrewCK24 in #120 - refactor:
record-slice
setNum
->setIndex
,rallyNum
->rallyIndex
by @AndrewCK24 in #121 - feat: create
overview
component for stats by @AndrewCK24 in #123
Full Changelog: v0.3.0-beta...v0.3.0-beta.1
v0.3.0-beta
What's Changed
- update by @AndrewCK24 in #82
- feat: Add
NewRecord
&RecordSetOptions
feature for creating new record of a match by @AndrewCK24 in #85
Full Changelog: v0.2.3...v0.3.0-beta
v0.2.3
What's Changed
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.6 by @dependabot in #17
- 合併陣容設定與陣容名單頁面功能 by @AndrewCK24 in #19
- 整合替補名單設定功能到陣容設定頁面 by @AndrewCK24 in #21
- 優化 Court 元件 by @AndrewCK24 in #24
- refactor(comp): 使用 tailwindcss, shadcn/ui 重構 form 等基本元件 by @AndrewCK24 in #28
- chore(deps): update dependencies by @AndrewCK24 in #29
- fix(deps): eslint 降回 8 以避免 deploy failure by @AndrewCK24 in #30
- fix(env): 修正新版 vercel 網站無法使用 cookie 登入錯誤 (可能與程式碼改動無關) by @AndrewCK24 in #31
- refactor(comp): 移除 Section, ListHeader 元件 by @AndrewCK24 in #33
- style(comp): 使用 tailwind 重構 Court 元件 by @AndrewCK24 in #37
- refactor(match): 使用 tailwind 重構元件, 暫時性修正 matchSlice 以利畫面測試 by @AndrewCK24 in #38
- refactor(comp): 移除 styled-components 套件, 完成 match 元件重構(#25) by @AndrewCK24 in #39
- update to the latest by @AndrewCK24 in #40
- refactor(comp): 新增 shadcn/data-table 元件 by @AndrewCK24 in #43
- fix(team): 修正成員邀請錯誤 by @AndrewCK24 in #41
- update by @AndrewCK24 in #44
- feat(api): 新增 MongoDB integration on vercel, 改善連線效能 by @AndrewCK24 in #45
- update by @AndrewCK24 in #46
- feat(state): 新增 useUserTeams 以獲取及快取使用者的隊伍詳細資訊(#11) by @AndrewCK24 in #47
- fix(api): 修正 DynamicServerError by @AndrewCK24 in #48
- feat(deps): 新增 @vercel/speed-insights by @AndrewCK24 in #50
- feat: 使用 Auth.js v5 重構帳號認證邏輯 by @AndrewCK24 in #51
- feat(auth): 新增 Google OAuth 登入功能(#49) by @AndrewCK24 in #52
- feat(comp): 更新 icon, 新增 apple-splash-screen by @AndrewCK24 in #53
- feat(auth): 使用 SessionProvider 取得使用者資訊, 新增 verifacationToken 以進行 email 驗證 by @AndrewCK24 in #54
- feat(auth): Remove credential auth by @AndrewCK24 in #55
- update by @AndrewCK24 in #56
- refactor(api): 重構接受邀請功能, 整合更換隊伍與接受邀請功能至 /api/users/teams by @AndrewCK24 in #57
- refactor(team): 重構成員頁面路由結構 by @AndrewCK24 in #58
- update by @AndrewCK24 in #60
- feat(team): 更新陣容數量與位置調整功能 by @AndrewCK24 in #61
- chore(deps): 移除 netlify 部署配置文件與相關套件 by @AndrewCK24 in #63
- feat(team): 新增個別陣容設定與自由球員自動替換模式設定(#4) by @AndrewCK24 in #64
- feat(comp): 新增 shadcn
Select
,Toast
元件 by @AndrewCK24 in #66 - feat(team): 更新
team.members
資料結構以管理邀請與權限 by @AndrewCK24 in #67 - feat(member): 移除 member.meta 欄位(對應 v0.2.3-beta.2.0 變動) by @AndrewCK24 in #69
- feat(comp): 修改
TeamPage
,UserPage
載入動畫 by @AndrewCK24 in #71 - fix(auth): 修正 google 登入無法切換帳號的問題 by @AndrewCK24 in #72
- fix: Google 登入後 body height 無法動態調整問題 by @AndrewCK24 in #73
- feat(team): 新增 lineup
liberoSwitchPosition
設定(#4) by @AndrewCK24 in #74 - fix(team): libero-switch form 預設值無法隨陣容配置組合改變問題(#76) by @AndrewCK24 in #77
- feat(comp): 修改 layout 樣式與導航元件互動方式 by @AndrewCK24 in #80
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v0.2.2...v0.2.3
v0.2.3-beta.2.4
What's Changed
- feat(team): 新增 lineup
liberoSwitchPosition
設定(#4) by @AndrewCK24 in #74
Full Changelog: v0.2.3-beta.2.3...v0.2.3-beta.2.4
v0.2.3-beta.2.3
What's Changed
- fix(auth): 修正 google 登入無法切換帳號的問題 by @AndrewCK24 in #72
- fix: Google 登入後 body height 無法動態調整問題 by @AndrewCK24 in #73
Full Changelog: v0.2.3-beta.2.2...v0.2.3-beta.2.3
v0.2.3-beta.2.2
What's Changed
- feat(comp): 修改
TeamPage
,UserPage
載入動畫 by @AndrewCK24 in #71
Full Changelog: v0.2.3-beta.2.1...v0.2.3-beta.2.2
v0.2.3-beta.2.1
What's Changed
- feat(member): 移除 member.meta 欄位(對應 v0.2.3-beta.2.0 變動) by @AndrewCK24 in #69
Full Changelog: v0.2.3-beta.2.0...v0.2.3-beta.2.1
v0.2.3-beta.2.0
What's Changed
- feat(comp): 新增 shadcn
Select
,Toast
元件 by @AndrewCK24 in #66 - feat(team): 更新
team.members
資料結構以管理邀請與權限 by @AndrewCK24 in #67
Full Changelog: v0.2.3-beta.1.2...v0.2.3-beta.2.0
v0.2.3-beta.1.2
What's Changed
- chore(deps): 移除 netlify 部署配置文件與相關套件 by @AndrewCK24 in #63
- feat(team): 新增個別陣容設定與自由球員自動替換模式設定(#4) by @AndrewCK24 in #64
Full Changelog: v0.2.3-beta.1.1...v0.2.3-beta.1.2