Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 13:22
· 216 commits to main since this release

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

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)