Releases: wger-project/react
Releases · wger-project/react
Release 25.12.5
What's Changed
Features
- feat: custamizable dashboard by @DaniilRad in #1160
New Contributors
- @DaniilRad made their first contribution in #1160
Full Changelog: v25.11.22...v25.12.5
Release 25.11.22
What's Changed
Dependencies
- build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #1164
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1167
- build(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #1165
- build(deps): bump react-i18next from 16.0.0 to 16.2.3 by @dependabot[bot] in #1155
Full Changelog: v25.11.17...v25.11.22
Release v25.11.17
What's Changed
Features
- Allow deleting and editing workout log entries by @rolandgeider in #1060
- Configure eslint by @rolandgeider in #968
- Refactor the calendar page by @rolandgeider in #1061
- Fix template handling by @rolandgeider in #1071
- Better handling of dynamic translations by @rolandgeider in #1072
- replace throttle by debounce in autocompleter by @alirani in #1073
- Add start and end dates to the nutritional plan by @rolandgeider in #1110
- Refactor routine template handling by @rolandgeider in #1113
- Make the time field in add meal form can be selected or edited. by @simin-ch in #1116
- Make ingredient autocompleter work with new search API by @rolandgeider in #930
- Allow adding more than one weight entry per day by @rolandgeider in #1119
- Fix drag-and-drop layout issue in DayDetails-issue-1057 by @doleosu in #1095
- Fix routine list thumbnail overlapping text by @Carner-Lin in #1121
- Align FABs with main content container by @simin-ch in #1125
- Use new endpoint for exercise submission by @rolandgeider in #1126
- Update the UI after uploading a video to an exercise by @TDotH in #1144
- Feature/day type by @rolandgeider in #1142
- Fix validation messagep issue 1059 by @doleosu in #1097
- Fix #1127: Move exercise search to new endpoint by @FilipCuper in #1143
Dependencies
- build(deps-dev): bump vite from 6.2.5 to 6.2.6 by @dependabot[bot] in #1056
- build(deps): bump recharts from 2.15.2 to 2.15.3 by @dependabot[bot] in #1070
- build(deps): bump react-router-dom from 7.4.1 to 7.5.3 by @dependabot[bot] in #1069
- build(deps-dev): bump vite from 6.2.6 to 6.3.4 by @dependabot[bot] in #1068
- build(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 by @dependabot[bot] in #1066
- build(deps): bump the mui group with 3 updates by @dependabot[bot] in #1063
- build(deps-dev): bump the types group with 5 updates by @dependabot[bot] in #1064
- build(deps-dev): bump vitest from 3.1.1 to 3.1.2 by @dependabot[bot] in #1065
- build(deps): bump @mui/x-data-grid from 7.28.3 to 8.2.0 by @dependabot[bot] in #1067
- build(deps-dev): bump eslint from 9.25.1 to 9.28.0 by @dependabot[bot] in #1082
- build(deps-dev): bump vite from 6.3.4 to 6.3.5 by @dependabot[bot] in #1081
- build(deps): bump react-router-dom from 7.5.3 to 7.6.1 by @dependabot[bot] in #1080
- build(deps): bump i18next from 24.2.3 to 25.2.1 by @dependabot[bot] in #1079
- build(deps): bump axios from 1.8.4 to 1.9.0 by @dependabot[bot] in #1078
- build(deps): bump react-i18next from 15.4.1 to 15.5.2 by @dependabot[bot] in #1083
- build(deps-dev): bump the types group across 1 directory with 5 updates by @dependabot[bot] in #1085
- build(deps-dev): bump typescript-eslint from 8.31.0 to 8.33.0 by @dependabot[bot] in #1077
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1104
- build(deps): bump web-vitals from 4.2.4 to 5.1.0 by @dependabot[bot] in #1098
- build(deps-dev): bump vitest from 3.1.2 to 3.2.4 by @dependabot[bot] in #1093
- build(deps-dev): bump @tanstack/react-query-devtools from 5.71.5 to 5.84.1 by @dependabot[bot] in #1099
- build(deps): bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in #1094
- build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #1107
- build(deps-dev): bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #1109
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #1141
- build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #1145
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1147
- build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #1146
- build(deps-dev): bump vite from 7.1.9 to 7.1.12 by @dependabot[bot] in #1159
- build(deps): bump recharts from 3.2.1 to 3.3.0 by @dependabot[bot] in #1153
- build(deps-dev): bump @eslint/js from 9.37.0 to 9.39.0 by @dependabot[bot] in #1156
- build(deps-dev): bump jsdom from 27.0.0 to 27.1.0 by @dependabot[bot] in #1152
- build(deps): bump @vitejs/plugin-react from 5.0.4 to 5.1.0 by @dependabot[bot] in #1157
- build(deps): bump the mui group across 1 directory with 5 updates by @dependabot[bot] in #1162
- build(deps-dev): bump the types group across 1 directory with 4 updates by @dependabot[bot] in #1163
New Contributors
- @alirani made their first contribution in #1073
- @simin-ch made their first contribution in #1116
- @doleosu made their first contribution in #1095
- @Carner-Lin made their first contribution in #1121
- @TDotH made their first contribution in #1144
- @FilipCuper made their first contribution in #1143
Full Changelog: 2.3...v25.11.17
2.3
What's Changed
Note: this "release" is just tagged at the same time as the backend
Features
- Rs/added app state and weights component by @SakaRicky in #17
- Add more i18n by @rolandgeider in #21
- Add utility to generate URLs by @rolandgeider in #22
- Remove eslint as explicit dependency by @rolandgeider in #28
- Use a class to work with weight entries by @rolandgeider in #29
- RS: added the header by @SakaRicky in #37
- Add weight chart by @rolandgeider in #34
- rs: fix broken table by @SakaRicky in #38
- Use MUI dropdown by @rolandgeider in #39
- Rs/routing by @SakaRicky in #41
- feat: added DELETE, to delete a weight entry by @SakaRicky in #48
- fix: refactored the delete feature by @SakaRicky in #64
- Add forms to add and edit weight entries by @rolandgeider in #55
- added the notification core component by @SakaRicky in #66
- Fix the position of the FAB in the weight overview by @rolandgeider in #68
- Changes needed to integrate react components into the django application by @rolandgeider in #58
- Allow to pass GET parameters to constructed URL by @rolandgeider in #76
- Sort weight entries by date after adding / editing by @rolandgeider in #80
- Add pagination to weigh entries table by @rolandgeider in #79
- Rs/notifications by @SakaRicky in #84
- fix: #67 update state after response by @SakaRicky in #97
- Add exercise overview by @rolandgeider in #167
- build(deps): bump react-i18next from 11.15.7 to 11.16.1 by @dependabot in #168
- Feat/exercise detail page by @SakaRicky in #158
- Added tests to exerciseDetailsPage by @SakaRicky in #181
- Add react query by @rolandgeider in #186
- exercise crowdsourcing by @rolandgeider in #338
- Add MINIMUM_AGE_TO_TRUST environment variable by @mohammadrafigh in #527
- Feature/workout routines by @rolandgeider in #725
- Add measurement app to web frontend by @rolandgeider in #746
- Move nutrition feature to react by @rolandgeider in #799
- Allow setting a replacement exercise when deleting them by @rolandgeider in #825
- Fix error building, incompatible packages by @adrianlzt in #864
- Use react query to load body weigh entries by @rolandgeider in #866
- Allow fetching more measurements than the first page only by @StijnKing in #892
- Add a drawer with filters for mobile use on exercise overview page by @StijnKing in #893
- add support for advanced goals, the first one being fibers by @Dieterbe in #906
- Move to vite by @rolandgeider in #931
- Update tanstack query by @rolandgeider in #932
- Feature/body weight chart filter 1696 by @ChrisUlicny in #988
- Feature/workout calendar by @TomasTerpitko in #991
- Fix issue with remaining steps in nutrition plan by @svetozar12 in #993
- UI for flexible routines by @rolandgeider in #975
New Contributors
- @SakaRicky made their first contribution in #17
- @dependabot made their first contribution in #19
- @rolandgeider made their first contribution in #21
- @mohammadrafigh made their first contribution in #527
- @adrianlzt made their first contribution in #864
- @StijnKing made their first contribution in #892
- @Dieterbe made their first contribution in #906
- @ChrisUlicny made their first contribution in #988
- @TomasTerpitko made their first contribution in #991
- @svetozar12 made their first contribution in #993
Full Changelog: https://github.com/wger-project/react/commits/2.3