Releases: American-Soccer-Analysis/asa-shiny-app
Releases · American-Soccer-Analysis/asa-shiny-app
Release list
v1.3.2
What's Changed
- Bump actions/attest-build-provenance from 3 to 4 in the actions group by @dependabot[bot] in #178
- Add Contributing, Code of Conduct, and license files by @bgrnwd in #179
New Contributors
- @dependabot[bot] made their first contribution in #178
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Gk gplus tab by @mattyanselmo in #112
- Develop by @mattyanselmo in #113
- ASA-123: Add ability to filter g+ by action type by @tyler-richardett in #115
- ASA-200: Add funding.yml by @bgrnwd in #116
- ASA-143: Switch to config.yaml and prep for MLS Next Pro by @tyler-richardett in #119
- ASA-143, ASA-203 by @tyler-richardett in #120
- ASA-203: Update Jenkinsfile by @tyler-richardett in #121
- ASA-143: Fix sidebar by @tyler-richardett in #122
- ASA-139: Add Dockerfile by @bgrnwd in #118
- ASA-139: Change config dir to config.yaml by @bgrnwd in #124
- ASA-202: Point player and team thumbnail src attributes to S3 location by @tyler-richardett in #125
- ASA-228: Fix SSL error and add Debian dependencies for devtools by @bgrnwd in #128
- ASA-274: Add CODEOWNERS file by @bgrnwd in #132
- fix: remove devtools by @bgrnwd in #160
- ASA-157: Add usls to config.yaml by @lvanden in #158
- ASA-157: Fix proportions of USL Super League logo by @tyler-richardett in #163
- Add shots on target to teams/xgoals by @akeaswaran in #167
- Add G+A to players/xgoals header by @akeaswaran in #166
- handling empty list when our total number of records is a multiple of… by @akeaswaran in #169
- Update R and R packages by @lvanden in #172
- Add workflows for building and pushing Docker image by @bgrnwd in #171
- ASA-173: Remove NA players to prevent datatable rendering failure by @lvanden in #174
New Contributors
- @bgrnwd made their first contribution in #116
- @lvanden made their first contribution in #158
- @akeaswaran made their first contribution in #167
Full Changelog: v1.2...v2.0
v1.2
New Features
- Added USL Championship, USL League One, and NASL data.
Improvements
- Created league- and tab-level anchors using
shiny.router. - Added teams' logos and players' headshots beside their names in each table.
- Made "last updated" timestamp in the footer reactive to the selected league.
v1.1
New Features
- Added a team-level g+ tab.
- Added raw g+ and g+ above replacement options to the player-level g+ tab.
Bug Fixes
- Resolved scoping issues which caused users’ selections to spill into other users’ sessions.
- Resolved curl-related issues that sometimes caused the app to unexpectedly crash on start-up.
- Removed tooltip descriptions from column headers when exporting to Excel or CSV.
Improvements
- Added players’ positions to the tables, as well as the ability to filter by those positions. These reflect the position in which the most minutes were played over the given time period.
- Added the ability to filter by competition stage.
- Added the ability to select the number of table records per page.
- Added a time column to the game-level xG tab which is reactive to the user’s timezone and allows for more accurate sorting.
- Replaced the slider inputs with text boxes to allow for more precise filtering of minimum minutes, shots, key passes, etc.
- Added functionality that matches table search terms without accents to corresponding player records containing accents.
- Added functionality that automatically closes the settings panel when the refresh button is pushed.
- Added a helper icon to column headers containing rollover tooltips.
- Added the ability to hide the filtering hint box above the tables.
v1.0
New Features
- NWSL data is now available!
- Goals added (g+) values are also now made available for players.
- The application is now backed by an API, from which users are welcome to pull aggregated data directly. You can find that documentation here. We use modest compute resources, so please be mindful when making such requests.