Releases: evroon/bracket
Releases · evroon/bracket
v1.4.4
What's Changed
- Add description to API docs by @evroon in #489
- Bump eslint-plugin-jest from 27.8.0 to 27.9.0 in /frontend by @dependabot in #491
- Bump @vercel/analytics from 1.1.1 to 1.2.0 in /frontend by @dependabot in #492
- Update pytest requirement from <=8.0.0 to <=8.0.1 in /backend by @dependabot in #493
- Bump i18next from 23.8.2 to 23.9.0 in /frontend by @dependabot in #490
- Fix quickstart link in README.md by @evroon in #497
- Set random scores for dummy matches by @evroon in #500
- Improved frontend dockerfile by @robigan in #498
- Update contributors in docs by @github-actions in #502
- Update contributors in README.md by @github-actions in #503
- Add user registration to cli by @robigan in #501
- Update contributors in docs by @github-actions in #505
- Update contributors in README.md by @github-actions in #504
New Contributors
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Bump @mantine/dates from 7.4.1 to 7.5.2 in /frontend by @dependabot in #480
- Use uuids for logos by @evroon in #488
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Bump eslint-plugin-jest from 27.6.3 to 27.8.0 in /frontend by @dependabot in #476
- Bump @hcaptcha/react-hcaptcha from 1.9.3 to 1.10.1 in /frontend by @dependabot in #477
- Stop using isvalidating by @evroon in #478
- Fix translations dashboard by @evroon in #479
- Update databases requirement from <=0.7.0 to <=0.8.0 in /backend by @dependabot in #471
- Update pytest requirement from <=7.4.3 to <=8.0.0 in /backend by @dependabot in #469
- Update pluggy requirement from <=1.3.0 to <=1.4.0 in /backend by @dependabot in #468
- Add sort params to endpoints by @evroon in #482
- Handle foreign key constraint errors by @evroon in #483
- SWR: Keep cache when mutating by @evroon in #484
- Write files async by @evroon in #485
- Improve courts page by @evroon in #486
- Fix dashboard link unique bug by @evroon in #487
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
What's Changed
- Fix capitalization by @evroon in #428
- Improve readme design by @evroon in #429
- Bump next from 14.0.4 to 14.1.0 in /frontend by @dependabot in #434
- Bump @next/bundle-analyzer from 14.0.4 to 14.1.0 in /frontend by @dependabot in #433
- Bump @typescript-eslint/parser from 6.19.0 to 6.20.0 in /frontend by @dependabot in #430
- Bump @testing-library/jest-dom from 6.2.0 to 6.4.1 in /frontend by @dependabot in #431
- Bump postcss-preset-mantine from 1.12.3 to 1.13.0 in /frontend by @dependabot in #432
- Add evroon as reviewer in dependabot.yml by @evroon in #436
- Bump i18next from 23.7.16 to 23.8.2 in /frontend by @dependabot in #438
- Bump @typescript-eslint/parser from 6.20.0 to 6.21.0 in /frontend by @dependabot in #440
- Bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 in /frontend by @dependabot in #439
- Update readme by @evroon in #442
- Add preview to docs by @evroon in #435
- Add links to README, improve frontend Dockerfile by @evroon in #443
- Dutch translations by @evroon in #444
- Community docs by @evroon in #446
- Bump @mantine/notifications from 7.4.1 to 7.5.1 in /frontend by @dependabot in #447
- Pydantic v2 migration by @evroon in #252
- Small fixes after pydantic migration and translations by @evroon in #448
- Update baseurl for custom domain by @evroon in #449
- Replace passlib by bcrypt by @evroon in #452
- Fix demo account deletion by @evroon in #450
- Fix invalid order of matches in schedule by @evroon in #453
- Make dashboard endpoint unique by @evroon in #454
- Autorun alembics by @evroon in #455
- Add demo to docs by @evroon in #456
- Contributors in readme by @evroon in #458
- Update contributors in docs by @github-actions in #463
- Update contributors in README.md by @github-actions in #464
- Increase code coverage by @evroon in #466
- Use fastapi routes for metrics by @evroon in #467
- Add pagination by @evroon in #472
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
- Fix vertical alignment and other frontend issues by @evroon in #382
- Update prettier plugin by @evroon in #383
- Bump @babel/traverse from 7.21.5 to 7.23.2 in /frontend by @dependabot in #384
- Update all frontend dependencies by @evroon in #385
- Upgrade all docs dependencies by @evroon in #386
- Upgrade all docs dependencies and update lockfile by @evroon in #387
- Run yarn upgrade for docs by @evroon in #388
- Fix mantine version to 7.2.2 by @evroon in #389
- Create SECURITY.md by @evroon in #392
- Bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #395
- Fix bcrypt version by @evroon in #397
- Make cors middleware disabled by default by @evroon in #400
- Bump date-fns from 2.30.0 to 3.0.1 in /frontend by @dependabot in #399
- Add i18n support and translation for zh-CN by @Sevichecc in #394
- Bump react-i18next from 13.5.0 to 14.0.0 in /frontend by @dependabot in #401
- Update pytest requirement from 7.4.3 to 7.4.4 in /backend by @dependabot in #402
- Bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #404
- Bump follow-redirects from 1.15.3 to 1.15.4 in /docs by @dependabot in #405
- Bump follow-redirects from 1.15.3 to 1.15.4 in /frontend by @dependabot in #407
- Bump react-icons from 4.12.0 to 5.0.1 in /frontend by @dependabot in #408
- Fix translations on Vercel by @evroon in #409
- Implement hcaptcha by @evroon in #410
- Add missing aiohttp by @evroon in #411
- Bump actions/cache from 3 to 4 by @dependabot in #412
- Add deploy docs by @evroon in #414
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #418
- Use PostgreSQL 16 in README.md by @evroon in #419
- Add demo functionality by @evroon in #413
- Use Ruff format instead of Black by @evroon in #420
- Bump @testing-library/react from 14.1.2 to 14.2.1 in /frontend by @dependabot in #422
- Bump date-fns from 3.2.0 to 3.3.1 in /frontend by @dependabot in #421
- Bump @mantine/form from 7.4.1 to 7.5.1 in /frontend by @dependabot in #425
- Bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.20.0 in /frontend by @dependabot in #423
- Update bcrypt requirement from 4.0.1 to 4.1.2 in /backend by @dependabot in #398
- Update pytest requirement from 7.4.4 to 8.0.0 in /backend by @dependabot in #417
- Bump @tabler/icons-react from 2.46.0 to 2.47.0 in /frontend by @dependabot in #424
New Contributors
- @Sevichecc made their first contribution in #394
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Add Prometheus metrics by @evroon in #372
- Update pytest requirement from 7.4.2 to 7.4.3 in /backend by @dependabot in #374
- Bump @next/eslint-plugin-next from 13.4.19 to 14.0.3 in /frontend by @dependabot in #375
- Bump docker/metadata-action from 5.2.0 to 5.3.0 by @dependabot in #377
- Bump react-redux from 8.0.5 to 9.0.2 in /frontend by @dependabot in #379
- Fix stage item modal: team_id should be string by @evroon in #381
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Bump next from 13.3.4 to 14.0.3 in /frontend by @dependabot in #335
- Bump @next/bundle-analyzer from 13.3.4 to 14.0.3 in /frontend by @dependabot in #363
- Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.5.0 by @dependabot in #364
- Bump docker/metadata-action from 5.0.0 to 5.2.0 by @dependabot in #369
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend by @dependabot in #370
- Bump mantine from 6.0.10 to 7.0.0 in /frontend by @evroon in #273
- Add statistics columns to teams by @evroon in #365
- Make frontend more responsive by @evroon in #371
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Bump actions/setup-node from 3 to 4 by @dependabot in #307
- Use mantine for docs homepage by @evroon in #356
- Homepage improvements by @evroon in #358
- Add quickstart to docs by @evroon in #359
- Extend introduction docs by @evroon in #361
- Add checks for docs by @evroon in #362
- Bump postcss from 8.4.22 to 8.4.31 in /docs by @dependabot in #295
- Bump @babel/traverse from 7.21.4 to 7.23.4 in /docs by @dependabot in #355
Full Changelog: v1.0.0...v1.1.0