Releases: wger-project/react
Releases · wger-project/react
Release 26.05.09
What's Changed
Features
- Measurements made more similar to body weight by @CodingKnight2 in #1240
- Added exponentially smoothed trendline for weight by @seth-leavitt in #1196
New Contributors
- @CodingKnight2 made their first contribution in #1240
- @seth-leavitt made their first contribution in #1196
Full Changelog: v26.4.28...v26.05.09
Release 26.04.28
Full Changelog: v26.4.27...v26.04.28
Release 26.04.27
What's Changed
Features
- feat(nutrition): filter ingredient search by Nutri-Score by @kiranannadatha8 in #1237
- feat(weight): inline-edit weight entries by @kiranannadatha8 in #1238
- Fix/exercise UI match ingredients by @Sahasra0108 in #1235
Dependencies
- build(deps): bump react-i18next from 16.6.6 to 17.0.0 by @dependabot[bot] in #1225
- build(deps): bump i18next from 25.10.10 to 26.0.8 by @dependabot[bot] in #1224
New Contributors
- @kiranannadatha8 made their first contribution in #1237
- @Sahasra0108 made their first contribution in #1235
Full Changelog: v26.4.14...v26.04.27
Release 26.04.14
What's Changed
Features
- Show total weight difference in weight overview (issue #2133 from backend) by @samir-saidi in #1216
- version 2.5 by @rolandgeider in #1234
- Implement Markdown editor, enforce formatting rules, and integrate new API fields by @Frenzy-code in #1171
- feat(measurements): remove date restriction to allow multiple entries per day by @sg172003 in #1214
- Expose units in the nutritional plan by @rolandgeider in #1231
- Move the variation to a field in the exercise by @rolandgeider in #1236
New Contributors
- @samir-saidi made their first contribution in #1216
- @Frenzy-code made their first contribution in #1171
- @sg172003 made their first contribution in #1214
Full Changelog: v26.04.09...v26.04.14
Release 26.04.09
What's Changed
Features
- Add vegan and vegetarian flags by @rolandgeider in #1208
- feat(nutrition): persist ingredient search filters to localStorage by @sputnik-mac in #1211
- Improve image edit form #1209 by @lvdwijngaart in #1215
- Group slots in the UI with the same exercise by @rolandgeider in #1221
Dependencies
- build(deps): bump minimatch and i18next-cli by @dependabot[bot] in #1199
- build(deps): bump undici from 7.22.0 to 7.24.1 by @dependabot[bot] in #1213
- build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #1220
- build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #1219
- build(deps-dev): bump flatted from 3.4.1 to 3.4.2 by @dependabot[bot] in #1217
- build(deps-dev): bump vite from 8.0.3 to 8.0.5 by @dependabot[bot] in #1230
- build(deps): bump lodash-es from 4.17.23 to 4.18.1 by @dependabot[bot] in #1229
New Contributors
- @sputnik-mac made their first contribution in #1211
- @lvdwijngaart made their first contribution in #1215
Full Changelog: v26.2.26...v26.04.09
Release 26.2.26
What's Changed
Dependencies
- build(deps): bump react-router and react-router-dom by @dependabot[bot] in #1184
- build(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #1186
- build(deps): bump react-is from 19.2.1 to 19.2.3 by @dependabot[bot] in #1181
- build(deps-dev): bump vitest from 3.2.4 to 4.0.16 by @dependabot[bot] in #1180
- build(deps): bump the mui group across 1 directory with 5 updates by @dependabot[bot] in #1188
- build(deps-dev): bump vite from 7.2.6 to 7.3.0 by @dependabot[bot] in #1178
- build(deps): bump react-dom from 19.2.1 to 19.2.3 by @dependabot[bot] in #1177
- build(deps-dev): bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #1182
Full Changelog: v26.1.18...v26.2.26
Release 26.1.18
What's Changed
Features
- Dashboard improvements by @rolandgeider in #1172
- set accept language request header for selected language by @afzal09 in #1168
- Adds UI for trophies by @rolandgeider in #1173
New Contributors
Full Changelog: v25.12.5...v26.1.18
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