Releases: andrewpucci/shotplot
Releases · andrewpucci/shotplot
v4.1.0
v4.0.0
What's Changed
- Move dependencies to correct place and update outdated by @andrewpucci in #34
- Update dependencies by @andrewpucci in #35
- Bump jquery from 3.4.1 to 3.5.0 by @dependabot[bot] in #36
- Update dependencies by @andrewpucci in #37
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot[bot] in #38
- Bump y18n from 3.2.1 to 3.2.2 by @dependabot[bot] in #41
- Opt out of FLoC by @andrewpucci in #45
- Bump ini from 1.3.5 to 1.3.7 by @dependabot[bot] in #39
- Bump pug-code-gen from 2.0.2 to 2.0.3 by @dependabot[bot] in #40
- Bump handlebars from 4.7.6 to 4.7.7 by @dependabot[bot] in #42
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot[bot] in #43
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot[bot] in #44
- Bump browserslist from 4.11.1 to 4.16.6 by @dependabot[bot] in #46
- Bump postcss from 7.0.27 to 7.0.36 by @dependabot[bot] in #47
- Bump terser from 4.7.0 to 4.8.1 by @dependabot[bot] in #53
- Bump color-string from 1.5.3 to 1.5.5 by @dependabot[bot] in #48
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot[bot] in #49
- Bump ajv from 6.12.0 to 6.12.6 by @dependabot[bot] in #50
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot[bot] in #51
- Bump copy-props from 2.0.4 to 2.0.5 by @dependabot[bot] in #52
- Update deps by @andrewpucci in #54
- Bump trim-newlines from 3.0.0 to 3.0.1 by @dependabot[bot] in #55
- Bump engine.io from 6.2.0 to 6.2.1 by @dependabot[bot] in #56
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot[bot] in #57
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot[bot] in #58
- Bump luxon from 2.5.0 to 2.5.2 by @dependabot[bot] in #59
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot[bot] in #60
- Bump nunjucks from 3.2.3 to 3.2.4 by @dependabot[bot] in #61
- Bump socket.io-parser from 4.2.1 to 4.2.3 by @dependabot[bot] in #62
- Bump stylelint from 14.11.0 to 15.10.1 by @dependabot[bot] in #63
- Bump semver from 5.7.1 to 5.7.2 by @dependabot[bot] in #64
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot[bot] in #65
- Bump follow-redirects from 1.15.1 to 1.15.5 by @dependabot[bot] in #66
- Bump postcss from 8.4.16 to 8.4.31 by @dependabot[bot] in #68
- Bump @babel/traverse from 7.19.0 to 7.23.9 by @dependabot[bot] in #69
- Migrate from Gulp to Vite and update dependencies by @andrewpucci in #73
- chore: bump version from 2.0.0 to 4.0.0 by @andrewpucci in #74
Full Changelog: v3.0.0...v4.0.0
v3.0.0
This release includes the following features:
- Added link to Twitter profile in navigation
Bug fixes:
- None
Breaking:
- Updated dependencies including a major version node bump from carbon to dubnium
v2.1.1
This release includes the following features:
- None
Bug fixes:
- Updated dependencies including a vulnerability in jQuery
v2.1
This release includes the following features:
- Added configuration for Netlify deploys
- Updated branding to keep shotplot lowercased everywhere
v2.0
This release includes the following features:
- Migration of the build system from Jekyll and a custom makefile to 11ty and Gulp. This will speed up future development
- Nothing new from a UI standpoint this time
v1.3
This release includes the following features:
- Added option to use ice rink size specified by IIHF specifications
v1.2
This release includes the following features:
- When hovering over a shot on the rink, the corresponding row in the shot table will be highlighted and that shot will be enlarged while other shots will be lightened to help you better see which shot you're looking at
- When hovering over a row in the shot table, the row will be highlighted and the shot on the rink will be enlarged
Bug fixes:
- Browser no longer shows alt text when hovering over the rink
- White space is added below the unit selector when there is data in the shot table
v1.1.1
This release includes the following features:
- Updated dependencies to improve application security
v1.1
This release include the following features:
- Added ability to sort columns. The sort order that is applied when the
Export to CSVbutton is pressed will carry over into the exported file.