This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
v2.3.0
Features
- Added a custom card set to vote from 1 -5 and calculate the average when using it (royds4)
- Add confirmation dialog to "End Session" button (hangy)
- Added "The Kevin" custom card set (zunderscore)
- Added "The Reese" custom card set (hangy)
Bug Fixes
- Minor Styling Fixes for the Work Item Cards (Psypher9)
- Fix duplicates estimate cards and update packages (alealmasan27)
- Use new createHashHistory import to avoid warning (hangy)
- Resolve WorkItem URL with the ILocationService (hangy)
- Use correct case for SASS import (hangy)
- Ignore no-extend-native for the Array polyfill. (hangy)
- Init state in constructor (hangy)
- Use local work item icon instead of one from an unrelated API (hangy)
- Don't try to parse
null
as Integer (zunderscore)
Documentation
- Update Readme to include testing steps (Psypher9)
- Update README (hangy)
- Update publisher (hangy)
- Move release notes to GitHub releases (hangy)
Code Refactoring
- Remove unused imports (hangy)
- Remove unused declarations (hangy)
- Move declaration, so that the enum is not being used before it's declared (hangy)
- Use === instead of == for comparison (hangy)
- Use named instead of anonymous default exports (hangy)
- Actually run the code through prettier (as already suggested by the existing .prettierrc file) (hangy)
Continuous Integration
- Rename master to main (hangy)
- Use node 14.16.1 (current LTS) (hangy)
- Run linter during CI build (hangy)
- Upload VSIX as build artifact (hangy)
- Allow manual action trigger (hangy)
- Publish correct VSIX build artifacts (hangy)
- Use automatic-releases-action (hangy)
- Add dependabot.yml, and use specific versions of github-actions (hangy)
- Add CodeQL analysis (hangy)
- Only run release packaging on tag push (hangy)
Chores
- deps: bump core-js from 3.10.1 to 3.11.0 #2 (dependabot[bot])
- deps: bump react-redux from 7.2.1 to 7.2.3 #5 (dependabot[bot])
- deps: bump @uifabric/utilities from 7.32.4 to 7.33.5 #3 (dependabot[bot])
- deps: bump office-ui-fabric-react from 7.147.1 to 7.168.0 #4 (dependabot[bot])
- deps: bump redux from 4.0.5 to 4.1.0 #7 (dependabot[bot])
- deps: bump @types/react-redux from 7.1.9 to 7.1.16 #8 (dependabot[bot])
- deps: bump marvinpinto/action-automatic-releases #9 (dependabot[bot])
- deps: bump react-redux from 7.2.3 to 7.2.4 #11 (dependabot[bot])
- deps: bump immer from 9.0.1 to 9.0.2 #12 (dependabot[bot])
- Bump version to 2.3.0 (hangy)
- Update SignalR backend base URL (hangy)
Commits
- [1b5039e]: Update README.md (Christopher Schleiden)
- [2bfd989]: Add GH Actions workflow (Christopher Schleiden)
- [48e35c9]: Add badge to Readme (Christopher Schleiden)
- [930f2fb]: Update dependencies (Christopher Schleiden)
- [2a34425]: Update README.md (Christopher Schleiden)
- Update npm packages (hangy)
- Update react-scripts from 3.4.4 to 4.0.0 (hangy)
- [2e71a09]: Update readme with deprecation notice (Christopher Schleiden)
- [fc81641]: Merge remote-tracking branch 'upstream/master' into main (hangy)
- npm: Bump immer from 7.0.14 to 9.0.1 (hangy)
- npm: Replace node-sass with (dart-)sass (hangy)
- npm: Bump tfx-cli from 0.8.3 to 0.9.0 (hangy)
- npm: Fix audit results with (hangy)
- npm: Update react (hangy)
- npm: Bump core-js from 3.6.5 to 3.10.1 (hangy)
- Add default h2 title (hangy)