Skip to content

Releases: nguyenank/shot-plotter

[1.4.0] - 2022-01-07 - Heat Map View

25 Jun 06:49
Compare
Choose a tag to compare

Added

  • Heat map view option, which adds a toggle for a 2D density plot overlaid on the playing area.

[1.3.0] - 2021-12-05 - Handball

25 Jun 06:48
Compare
Choose a tag to compare

Added

New Playing Areas

  • Handball (IHF)

Changes

  • Modify preprocessing to inject playing area SVGs on build instead of server-side.

[1.2.0] - 2021-12-03 - American Football & Calculated Columns

25 Jun 06:48
Compare
Choose a tag to compare

Added

  • Option for adding calculated column "distance", which automatically calculates and has the value of the distance between two points for a row with two coordinates, or the distance between the point and the nearest goal (if applicable) for a row with one coordinate.
  • Option for adding calculated column "shot value", specifically for basketball, which automatically calculates and has the value of whether a shot from the location indicated by a row with one coordinate would be worth 2 or 3 points.

New Playing Areas

  • American football (NCAA)
  • American football (NFL)

[1.1.0] - 2021-11-13 - IIHF Ice Hockey Rink

25 Jun 06:48
Compare
Choose a tag to compare

Added

New Playing Areas

  • ice hockey (IIHF)

Changed

  • Update NHL rink to make neutral zone faceoff dots red, and all faceoff dots only partially filled.

[1.0.0] - 2021-11-12 - Multiple Sports Support

25 Jun 06:47
Compare
Choose a tag to compare

Added

  • Support for shot-plotter infrastructure for other sports.

New Playing Areas

  • floorball (IFF)
  • basketball (NBA)
  • basketball (NCAA)
  • basketball (WNBA)

Changed

  • Home page points to sport selection page rather the ice hockey page.

[0.8.0] - 2021-10-17 - Dot Animations

25 Jun 06:47
Compare
Choose a tag to compare

Added

  • Animations for creating a new dot and row, selecting a dot, and deleting a dot.

[0.7.0] - 2021-09-28 - Detail Widgets Per Row Customization

25 Jun 06:46
Compare
Choose a tag to compare

Added

  • Ability to change number of detail widgets per row of the details panel.

Changed

  • Update customize model explanation.

Fixed

  • Bug with overlapping detail names.

[0.6.1] - 2021-09-09

25 Jun 06:46
Compare
Choose a tag to compare

Changed

  • Grey out "customize setup" button when there are rows in the table to indicate it cannot be done.

[0.6.0] - 2021-08-28 - Table Pagination

25 Jun 06:46
Compare
Choose a tag to compare

Added

  • Ability to change number of rows per page of table.

Changed

  • Paginated table rather than appending rows without limit.
  • Change "customize" wording to "setup".
  • Put customize modal explanation behind accordion-style tab.

[0.5.0] - 2021-07-03 - Two-Coordinate Rows

25 Jun 06:45
Compare
Choose a tag to compare

Added

  • Ability to have two coordinates associated with a single row.
  • Ability to toggle between creating rows with one and two coordinates with a toggle or the "Shift" key.